Build real quantum circuits, watch the statevector update gate by gate, construct Bell states and GHZ states, then design your own circuits in the free-build challenge.
Gates applied left to right to qubits. Each column is one time step. The circuit = product of all gate matrices.
A vector of 2ⁿ complex amplitudes — one per basis state. The complete description of the quantum system at any moment.
(|00⟩+|11⟩)/√2 — two entangled qubits. Created by H on qubit 0, then CNOT(0→1). The simplest entangled state.
(|000⟩+|111⟩)/√2 — three entangled qubits. H on q0, CNOT(0→1), CNOT(0→2). Used in quantum error correction.
Session 3 Complete! You can now build real quantum circuits!
Every n-qubit system is fully described by 2ⁿ complex amplitudes. A 50-qubit system needs 2⁵⁰ amplitudes to simulate classically — that's why quantum computers are hard to fake.
CNOT applied after H creates entanglement — the statevector can no longer be factored into individual qubit states. This is the key gate that unlocks quantum computing's power.
H + CNOT + CNOT creates (|000⟩+|111⟩)/√2. Measuring any one qubit instantly determines the other two. Used in quantum teleportation and error correction.
You can now build, analyse, and understand quantum circuits. Sessions 4-8 cover algorithms (Grover, Shor), hardware, cryptography, and applications.