Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.passes.PadDynamicalDecoupling.run

PadDynamicalDecoupling.run(dag)

Run the padding pass on dag.

Parámetros

dag (DAGCircuit) – DAG to be checked.

Devuelve

DAG with idle time filled with instructions.

Tipo del valor devuelto

DAGCircuit

Muestra

TranspilerError – When a particular node is not scheduled, likely some transform pass is inserted before this node is called.