boulderopalscaleup.QctrlScaleUpClient.run

*async* QctrlScaleUpClient.run(job)

Execute an experiment, a routine, or a solution.

Parameters

job (Experiment or Routine or Solution) – The experiment, routine, or solution to run.

Returns

The job ID of the executed job.

Return type

JobId

Raises

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

Was this useful?