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.config

Calibrations.config()[source]

Return the settings used to initialize the calibrations.

Return type:

Dict[str, Any]

Returns:

The config dictionary of the calibrations instance.

Raises:

CalibrationError – If schedules were added outside of the __init__ method. This will remain so until schedules can be serialized.