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.