Backends & QPU Selection

How to choose a backend

QCOS supports simulators and real quantum hardware (QPUs). The choice depends on your workload size, budget, and accuracy requirements.

List available backends

Or list the supplier catalog:

Simulators


Real QPU Hardware (Cloud)

AWS Braket QPUs

Execute on an AWS Braket QPU through the runtime door (real-QPU jobs return an approval_token; approve via POST /api/v1/runtime/jobs/{job_id}/approve):
Estimate cost first:

Azure Quantum QPUs

Execute on Azure Quantum through the runtime door:

IBM Quantum QPUs


HPC Backends

Circuit workloads target HPC-class simulators through the same runtime door (POST /api/v1/runtime/jobs with the HPC backend’s backend_id). Script-style HPC jobs use the HPC module:

On-Premise QPU Connection

Connect your own quantum hardware to QCOS:
Then execute using your credential:
Supported on-premise providers: ibm_quantum, ionq, rigetti, quantinuum, dwave, and custom backends.

Check backend health


Cost comparison across backends