qiskit.transpiler.passes.Unroller.run¶
- Unroller.run(dag)[source]¶
Run the Unroller pass on dag.
- Paramètres
dag (DAGCircuit) – input dag
- Lève
QiskitError – if unable to unroll given the basis due to undefined
decomposition rules (such as a bad basis) or excessive recursion. –
- Renvoie
output unrolled dag
- Type renvoyé