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()
- 반환 형식