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.
codestringRequired
Python code containing the quantum circuit

Response

Successful Response
successboolean
openqasm3string
circuit_depthinteger
circuit_gate_countinteger

Errors

422
Unprocessable Entity Error