qiskit.transpiler.passes.Unroller.run¶
- Unroller.run(dag)[fuente]¶
Run the Unroller pass on dag.
- Parámetros
dag (DAGCircuit) – input dag
- Muestra
QiskitError – if unable to unroll given the basis due to undefined
decomposition rules (such as a bad basis) or excessive recursion. –
- Devuelve
output unrolled dag
- Tipo del valor devuelto