Estimate Resources

Analyse a quantum circuit and return resource estimates. Returns gate counts, qubit count, circuit depth, and other metrics useful for understanding circuit complexity before simulation or QPU submission.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
codestringRequired
Python code containing the quantum circuit

Response

Successful Response
successboolean
qubit_countinteger
circuit_depthinteger
gate_countinteger
needs_cuttingboolean
skip_simulationboolean

Errors

422
Unprocessable Entity Error