qiskit.transpiler.passes.UnrollCustomDefinitions.run¶
- UnrollCustomDefinitions.run(dag)[Quellcode]¶
Run the UnrollCustomDefinitions pass on dag.
- Parameter
dag (DAGCircuit) – input dag
- Verursacht
QiskitError – if unable to unroll given the basis due to undefined
decomposition rules (such as a bad basis) or excessive recursion. –
- Rückgabe
output unrolled dag
- Rückgabetyp