qiskit.transpiler.passes.Decompose.run¶
- Decompose.run(dag)[ソース]¶
Run the Decompose pass on dag.
- パラメータ
dag (
DAGCircuit
) – input dag.- 戻り値の型
- 戻り値
output dag where
gate
was expanded.
Run the Decompose pass on dag.
dag (DAGCircuit
) – input dag.
output dag where gate
was expanded.