CalibrationDataManager#

Module: iqm.qubit_selector.qubit_selector

class iqm.qubit_selector.qubit_selector.CalibrationDataManager#

Bases: object

Manage calibration data retrieval for the QPU.

Methods

get_calibration_fidelities

Fetch the latest calibration fidelity data for the specified hardware.

get_calibration_fidelities(backend)#

Fetch the latest calibration fidelity data for the specified hardware.

Parameters:

backend (IQMBackendBase) – The IQM backend instance.

Returns:

A dictionary with calibration data for TQG, SQG, readout fidelities, T1, and T2 times.

Return type:

dict[str, dict[str, float]]

Inheritance

Inheritance diagram of iqm.qubit_selector.qubit_selector.CalibrationDataManager