You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executable::submit_to_qpu calls translate and execute in series, which would require modifying it to accept both quantum_processor_idandendpoint_id as parameters in some situations, or duplicate QPU ids - splitting these into separate steps for the user can help maintain the distinction between the two and keep the API more straightforward.
Both
ExecuteControllerJobRequest
andGetControllerJobResultsRequest
accept either of these arguments to specify the job target:quantum_processor_id
, which is resolved to an endpoint usingget_default_endpoint
endpoint_id
, which is used directlyHowever, currently
qcs::qpu::runner::{submit, retrieve_results}
only supportquantum_processor_id
.The text was updated successfully, but these errors were encountered: