qiskit.transpiler.passes.UnrollForLoops.run¶
- UnrollForLoops.run(dag)[código fonte]¶
Run the UnrollForLoops pass on dag.
- Parâmetros
dag (DAGCircuit) – the directed acyclic graph to run on.
- Retorno
Transformed DAG.
- Tipo de retorno
Run the UnrollForLoops pass on dag.
dag (DAGCircuit) – the directed acyclic graph to run on.
Transformed DAG.