To OpenQASM 3
Convert a Qiskit quantum circuit to the OpenQASM 3.0 standard.
Takes Python code containing a Qiskit QuantumCircuit and returns the
equivalent OpenQASM 3.0 representation as a string.
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
openqasm3
circuit_depth
circuit_gate_count
Errors
422
Unprocessable Entity Error