qiskit.transpiler.passes.UnrollForLoops.run¶
- UnrollForLoops.run(dag)[소스]¶
Run the UnrollForLoops pass on dag.
- 매개변수
dag (DAGCircuit) – the directed acyclic graph to run on.
- 반환
Transformed DAG.
- 반환 형식
Run the UnrollForLoops pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.