qiskit.transpiler.passes.UnitarySynthesis.run¶
- UnitarySynthesis.run(dag)[ソース]¶
Run the UnitarySynthesis pass on
dag
.- パラメータ
dag (DAGCircuit) – input dag.
- 戻り値
Output dag with UnitaryGates synthesized to target basis.
- 例外
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 withunitary_synthesis_plugin_names()
- 戻り値の型