boulderopalscaleup.QctrlScaleUpClient.enable_all_qubits

*async* QctrlScaleUpClient.enable_all_qubits()

Enable all qubits for running experiments.

This method clears any previous restrictions set by enable_qubits, making all elements on the device available for experiment targeting.

Returns

The job ID associated with the change.

Return type

JobId

Raises

  • ScaleUpClientError – If no current device is set, or if the client was initialized without a runtime.
  • ScaleUpServerError – If the job fails to start.

Was this useful?