qiskit.transpiler.passes.RZXCalibrationBuilder.run¶
- RZXCalibrationBuilder.run(dag)¶
Run the calibration adder pass on dag.
- Parameters
dag (DAGCircuit) -- DAG to schedule.
- Returns
A DAG with calibrations added to it.
- Return type
Run the calibration adder pass on dag.
dag (DAGCircuit) -- DAG to schedule.
A DAG with calibrations added to it.