qbraid.transpiler.conversions.qasm3

OpenQASM 3 conversions

Functions

qasm3_to_braket(qasm3_str)

Converts an OpenQASM 3.0 string to a braket.circuits.Circuit.

qasm3_to_openqasm3(qasm_str)

Loads an openqasm3.ast.Program from an OpenQASM 3.0 string

qasm3_to_qiskit(qasm3)

Convert QASM 3.0 string to a Qiskit QuantumCircuit representation.

qasm3_to_pyqir(program)

Returns a PyQIR module equivalent to the input OpenQASM 3 program.