Learn
Hands-on tracks that take you from “what even is a qubit” to running circuits on real quantum hardware — no local setup required to start.
from qiskit import QuantumCircuit qc = QuantumCircuit(2) qc.h(0) qc.cx(0, 1) qc.measure_all() # run it on real IonQ hardware
Course · 7 lessons
Building your first Qollab project
A free seven-lesson course from local Python and Qiskit setup to running circuits on real IonQ hardware, and finally publishing your first project.
Course · 5 lessons
Quantum foundations
A free five-lesson course on the foundations of quantum computing: qubits, gates, matrices, and complex numbers. About an hour, no account needed.