Simulate
Run a quantum circuit simulation and return results. Supports qasm (sampling), statevector, and density_matrix methods with CPU or GPU backends.
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
method
Simulation method
Allowed values:
shots
seed_simulator
backend
Simulation backend
Allowed values:
Response
Successful Response
success
method
backend
shots
counts
probabilities
statevector
density_matrix
circuit_depth
circuit_gate_count
Errors
422
Unprocessable Entity Error