boulderopalscaleup.device.DeviceData.get_calibration_data

DeviceData.get_calibration_data(device_name)

Get structured calibration data for the device.

Parameters

device_name (str) – The name of the device, included in the returned data.

Returns

Calibration data for all qubits on the device.

Return type

DeviceCalibrationData

Was this useful?