SDK API Reference
QIR API Reference
CORE API Reference
PYQASM API Reference
Returns OpenQASM 2 string equivalent to the input Qiskit circuit.
circuit (QuantumCircuit) – Qiskit circuit to convert to OpenQASM 2 string.
QuantumCircuit
OpenQASM 2 representation of the input Qiskit circuit.
str