qiskit.transpiler.passes.UnrollCustomDefinitions.run¶
- UnrollCustomDefinitions.run(dag)[ソース]¶
Run the UnrollCustomDefinitions pass on dag.
- パラメータ
dag (DAGCircuit) – input dag
- 例外
QiskitError – if unable to unroll given the basis due to undefined
decomposition rules (such as a bad basis) or excessive recursion. –
- 戻り値
output unrolled dag
- 戻り値の型