qiskit.transpiler.passes.PulseGates.run¶
- PulseGates.run(dag)¶
Run the calibration adder pass on dag.
- Parameter
dag (
DAGCircuit
) – DAG to schedule.- Rückgabetyp
- Rückgabe
A DAG with calibrations added to it.
Run the calibration adder pass on dag.
dag (DAGCircuit
) – DAG to schedule.
A DAG with calibrations added to it.