Simulation
Simulate quantum circuits on CPU or GPU backends.
The simulation endpoint runs a quantum circuit and returns measurement results, statevectors, or density matrices depending on the chosen method.
Free-tier users are limited to the aer backend with a maximum of 16 qubits. Paid plans support GPU simulation up to 29 qubits.
POST /simulate: run a circuit simulationPOST /estimate-resources: analyse circuit complexity before simulatingPOST /split-circuit: split large circuits using circuit cuttingSee the Coda API Reference for full request and response schemas.