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.