qiskit.transpiler.passes.PulseGates.run¶
- PulseGates.run(dag)¶
Run the calibration adder pass on dag.
- Parameters
dag (
DAGCircuit
) – DAG to schedule.- Return type
- Returns
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.