Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
Calibrations.get_inst_map¶
- Calibrations.get_inst_map(group='default', cutoff_date=None)[source]¶
Get an Instruction schedule map with the calibrated pulses.
If the group is ‘default’ and cutoff date is None then the automatically updated instruction schedule map is returned. However, if these values are different then a new instruction schedule map is populated based on the values.
- Parameters:
group (
str
) – The calibration group from which to draw the parameters. If not specified this defaults to the ‘default’ group.cutoff_date (
Optional
[datetime
]) – Retrieve the most recent parameter up until the cutoff date. Parameters generated after the cutoff date will be ignored. If the cutoff_date is None then all parameters are considered. This allows users to discard more recent values that may be erroneous.
- Return type:
- Returns:
An instruction schedule map with parameters updated up to the desired cutoff date and from the desired calibration group.