boulderopalscaleup.QctrlScaleUpClient.enable_qubits
*async* QctrlScaleUpClient.enable_qubits(*elements)Enable specified elements for running experiments.
By default, experiments can target any element on the device. This method restricts targeting to only the specified elements, effectively disabling all others for experiment runs.
Parameters
*elements (str) – The references of the transmons to enable.
Returns
The job ID associated with the change.
Return type
JobId
Raises
ValueError– If no elements are specified, or if any specified element is not a valid transmon.ScaleUpClientError– If no current device is set, or if the client was initialized without a runtime.ScaleUpUserError– If the device is not found.ScaleUpServerError– If the response from the server is invalid, or if the job fails to start.