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.
code
Python code containing the quantum circuit
Response
Successful Response
success
qubit_count
circuit_depth
gate_count
needs_cutting
skip_simulation
Errors
422
Unprocessable Entity Error