qiskit.transpiler.passes.UnrollForLoops.run¶
- UnrollForLoops.run(dag)[Quellcode]¶
Run the UnrollForLoops pass on dag.
- Parameter
dag (DAGCircuit) – the directed acyclic graph to run on.
- Rückgabe
Transformed DAG.
- Rückgabetyp
Run the UnrollForLoops pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.