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.schedules¶
- Calibrations.schedules()[source]¶
Return the managed schedules in a list of dictionaries.
- Returns:
A list of dictionaries with all the schedules in it. The key-value pairs are
’qubits’: the qubits to which this schedule applies. This may be an empty tuple () if the schedule is the default for all qubits.
’schedule’: The schedule.
’parameters’: The parameters in the schedule exposed for convenience.
This list of dictionaries can easily be converted to a data frame.
- Return type:
data