Estimate Resources

Analyse a quantum circuit and return resource estimates including gate counts, qubit count, circuit depth, and complexity metrics.

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