qiskit.transpiler.passes.RemoveResetInZeroState.run¶
- RemoveResetInZeroState.run(dag)[source]¶
Run the RemoveResetInZeroState pass on dag.
- Paramètres
dag (DAGCircuit) – the DAG to be optimized.
- Renvoie
the optimized DAG.
- Type renvoyé
Run the RemoveResetInZeroState pass on dag.
dag (DAGCircuit) – the DAG to be optimized.
the optimized DAG.