boulderopalscaleup.QctrlScaleUpClient.get_defcal_info

*async* QctrlScaleUpClient.get_defcal_info(gate, addr, device_name=None)

Get pulse information for a certain defined calibration.

Parameters

  • gate (str) – The gate name.
  • addr (str | tuple [ str , ... ]) – The qubits being addressed by the defcal.
  • device_name (str or None , optional) – The name of the device. Defaults to the current device.

Returns

Object containing information the pulse schedule for a defcal on a device.

Return type

DefcalInformation

Was this useful?