qiskit.transpiler.passes.PadDynamicalDecoupling.run¶
- PadDynamicalDecoupling.run(dag)¶
Run the padding pass on
dag
.- 매개변수
dag (DAGCircuit) – DAG to be checked.
- 반환
DAG with idle time filled with instructions.
- 반환 형식
- 예외 발생
TranspilerError – When a particular node is not scheduled, likely some transform pass is inserted before this node is called.