Skip to main content
POST
Estimate State Compression

Authorizations

HAIQU_API_KEY
string
query
required

Body

application/json

Define payload for estimating a state-compression job.

Attributes: num_qubits: Qubit count of the circuit to be compressed. parameters: Compression parameters matching those planned for the real submission.

num_qubits
integer
required

Number of qubits in the circuit to compress.

Required range: x >= 1
parameters
Parameters · object

Compression parameters planned for the real submission, mirroring the parameters field of compress_circuit_with_state_compression.

Response

Successful Response

Represent a pre-submission time and cost estimate.

Attributes: estimated_time: Estimated wall-clock computation time in seconds. estimated_cost: Estimated cost in Haiqu credits. context: Summary of what the estimate covers and how to act on it.

estimated_time
number
required
estimated_cost
number
required
context
string
required