qiskit.transpiler.passes.UnitarySynthesis.run¶
- UnitarySynthesis.run(dag)[Quellcode]¶
Run the UnitarySynthesis pass on
dag
.- Parameter
dag (DAGCircuit) – input dag.
- Rückgabe
Output dag with UnitaryGates synthesized to target basis.
- Verursacht
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()
- Rückgabetyp