boulderopalscaleup.QctrlScaleUpClient.get_device_calibration_data

*async* QctrlScaleUpClient.get_device_calibration_data(device_name=None)

Get structured calibration data for a device.

Parameters

device_name (str or None , optional) – The name of the device. Defaults to the current device.

Returns

Calibration data for all qubits and resonators on the device.

Return type

DeviceCalibrationData

Raises

  • ScaleUpClientError – If the device name is not set.
  • ScaleUpUserError – If the device is not found.
  • ScaleUpServerError – If the response from the server is invalid.

Was this useful?