qiskit.transpiler.passes.DynamicalDecoupling.run¶
-
DynamicalDecoupling.
run
(dag)[source]¶ Run the DynamicalDecoupling pass on dag.
- Parameters
dag (DAGCircuit) – a scheduled DAG.
- Returns
- equivalent circuit with delays interrupted by DD,
where possible.
- Return type
- Raises
TranspilerError – if the circuit is not mapped on physical qubits.