Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.passes.UnitarySynthesis.run

UnitarySynthesis.run(dag)[código fonte]

Run the UnitarySynthesis pass on dag.

Parâmetros

dag (DAGCircuit) – input dag.

Retorno

Output dag with UnitaryGates synthesized to target basis.

Levanta

TranspilerError – if method was specified for the class and is not found in the installed plugins list. The list of installed plugins can be queried with unitary_synthesis_plugin_names()

Tipo de retorno

DAGCircuit