openqasm
0 courses · 5 tutorials
Free Tutorials
- →
- intermediate
- 14 min read
Writing Quantum Circuits in OpenQASM 3
OpenQASM 3 syntax for describing quantum circuits: gate definitions, classical control flow, real-time feedback, and how QASM 3 differs from QASM 2.
- →
- beginner
- 20 min read
Hello World in OpenQASM
Write your first quantum program in OpenQASM 3, the universal quantum assembly language used by IBM Quantum, Qiskit, and cross-platform toolchains.
- →
- beginner
- 12 min read
OpenQASM 3 and Qiskit Interoperability
How to convert between Qiskit QuantumCircuit objects and OpenQASM 3 strings for sharing, archiving, and cross-platform workflows.
- →
- intermediate
- 15 min read
Mid-Circuit Measurement and Classical Feedforward in OpenQASM 3
How to use mid-circuit measurements, classical conditionals, and real-time feedback in OpenQASM 3 dynamic circuits.
- →
- intermediate
- 14 min read
Defining Custom Gates in OpenQASM 3
How to define reusable custom gates in OpenQASM 3 using the gate keyword, angle parameters, and inline gate modifiers.