boulderopalscaleup.QctrlScaleUpClient.update_defcal

*async* QctrlScaleUpClient.update_defcal(gate, addr, program)

Update the defcal for a specific gate and address.

Note that this is an experimental API that is expected to be changed or removed in a later release.

Parameters

  • gate (str) – The name of the gate to update.
  • addr (str | tuple [ str , ... ]) – The address of the qubit to update.
  • program (str) – The OpenQASM program to set for the defcal.

Returns

The job ID associated with the defcal update.

Return type

JobId

Was this useful?