qiskit.transpiler.passes.BasisTranslator.run¶
- BasisTranslator.run(dag)[source]¶
Translate an input DAGCircuit to the target basis.
- Paramètres
dag (DAGCircuit) – input dag
- Lève
TranspilerError – if the target basis cannot be reached
- Renvoie
translated circuit.
- Type renvoyé