QPU Submission
Run circuits on real quantum hardware.
Coda lets you submit quantum circuits to real QPU hardware, check job status, and retrieve results. Circuits are automatically converted to the target device’s native format before submission.
Supported hardware
Use the devices method to list all available QPU backends and their current status:
This returns all available QPU devices, including availability and qubit counts.
Submit a circuit
The response includes a job_id for tracking.
Check job status
Estimate cost before submitting
Get a cost estimate without actually submitting the job:
Related endpoints
POST /qpu/submit: submit a circuit to QPU hardwarePOST /qpu/status: check job status and retrieve resultsGET /qpu/devices: list available QPU devicesPOST /qpu/estimate-cost: estimate job cost
See the Coda API Reference for full request and response schemas.