qiskit.transpiler.passes.Unroll3qOrMore.run¶
- Unroll3qOrMore.run(dag)[ソース]¶
Run the Unroll3qOrMore pass on dag.
- パラメータ
dag (DAGCircuit) – input dag
- 戻り値
output dag with maximum node degrees of 2
- 戻り値の型
- 例外
QiskitError – if a 3q+ gate is not decomposable