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.