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.schedule_information¶
- Calibrations.schedule_information()[source]¶
Get the information on the schedules stored in the calibrations.
This function serializes the schedule by simply printing them.
- Return type:
Tuple
[List
[str
],List
[Dict
]]- Returns:
A tuple, the first element is the header row while the second is a dictionary of the schedules in the calibrations where the key is an element of the header and the values are the name of the schedule, the qubits to which it applies, a string of the schedule.