qiskit.transpiler.Target.get_calibration¶
- Target.get_calibration(operation_name, qargs, *args, **kwargs)[source]¶
Get calibrated pulse schedule for the instruction.
If calibration is templated with parameters, one can also provide those values to build a schedule with assigned parameters.
- Parameters
operation_name (str) – The name of the operation for the instruction.
qargs (Tuple[int, ...]) – The tuple of qubit indices for the instruction.
args (Union[ParameterExpression, float]) – Parameter values to build schedule if any.
kwargs (Union[ParameterExpression, float]) – Parameter values with name to build schedule if any.
- Returns
Calibrated pulse schedule of corresponding instruction.
- Return type
Union[Schedule, ScheduleBlock]