qiskit.transpiler.passes.PadDynamicalDecoupling.run¶
- PadDynamicalDecoupling.run(dag)¶
Run the padding pass on
dag
.- Parameter
dag (DAGCircuit) – DAG to be checked.
- Rückgabe
DAG with idle time filled with instructions.
- Rückgabetyp
- Verursacht
TranspilerError – When a particular node is not scheduled, likely some transform pass is inserted before this node is called.