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.