Skip to main content
IBM Quantum Platform
Esta página pertence a uma versão antiga do site Qiskit SDK e não existe na versão mais recente. Recomendamos que você migre para a versão mais recente. Consulte as notas sobre a liberação para obter mais informações.

BMSynthesisClifford

class qiskit.transpiler.passes.synthesis.high_level_synthesis.BMSynthesisClifford

GitHub

Bases: HighLevelSynthesisPlugin

Clifford synthesis plugin based on the Bravyi-Maslov method.

The method only works on Cliffords with at most 3 qubits, for which it constructs the optimal CX cost decomposition.

This plugin name is :clifford.bm which can be used as the key on an HLSConfig object to use this method with HighLevelSynthesis.


Methods

run

run(high_level_object, coupling_map=None, target=None, qubits=None, **options)

GitHub

Run synthesis for the given Clifford.

Esta página foi útil?
Relate um bug, erro de digitação ou solicite conteúdo no GitHub.