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.
Use the list method to see all available QPU backends and their current status:
This returns all available QPU devices, including availability and qubit counts.
The response includes a job_id for tracking.
Get a cost estimate without actually submitting the job:
POST /qpus: submit a circuit to QPU hardwarePOST /qpus/status: check job status and retrieve resultsGET /qpus: list available QPU devicesPOST /qpus/estimate-cost: estimate job costSee the Coda API Reference for full request and response schemas.