qiskit.transpiler.passes.UnrollForLoops.run¶
- UnrollForLoops.run(dag)[source]¶
Run the UnrollForLoops pass on dag.
- Parameters
dag (DAGCircuit) -- the directed acyclic graph to run on.
- Returns
Transformed DAG.
- Return type
Run the UnrollForLoops pass on dag.
dag (DAGCircuit) -- the directed acyclic graph to run on.
Transformed DAG.