ibm-quantum · Arazzo Workflow
IBM Quantum Select Backend and Submit Job
Version 1.0.0
List accessible backends, inspect a chosen backend's configuration, and submit a job to it.
Provider
Workflows
select-backend-and-submit-job
Discover backends, verify a backend's configuration, and submit a job to it.
Lists backends, retrieves the chosen backend's configuration, and submits a primitive job to that backend.
1
listBackends
list_backends
Enumerate all backends the service instance has access to, with their status and queue lengths.
2
getBackendConfiguration
get_backend_configuration
Read the chosen backend's configuration to confirm its qubit count and basis gates before submitting an ISA circuit to it.
3
submitJob
create_job
Submit the primitive job to the validated backend and capture the new job id.
Source API Descriptions
openapi