22 min read
How to read quantum
A working primer for the quantum economy. Five concepts, taught by hand: spin one, watch the math respond, then read the next earnings note with a working intuition for what the numbers describe.
Quantum is not a faster classical computer. It is a different grammar for computation — one in which interference, not arithmetic, is the operative verb.
— the premise of this primer
The hardest thing about reading the quantum sector is that the press release and the physics paper are written in different languages, and the analyst note that mediates them is usually written in a third. This primer is built around five interactive figures. Each one isolates one concept that, once internalized, lets you read the rest of the Ledger without translating in your head.
You don't need linear algebra. You do need to be willing to spin a few dials. Every widget below is fully manipulable; the math updates as you touch it. Stop and play with each one until the picture is intuitive before moving on — these intuitions compound, and skipping ahead leaves you back where you started: parsing words.
When a chapter ends, you'll find a one-line Ledger view — how this concept appears in the news flow, which roadmaps depend on it, and which numbers in a company profile suddenly make sense.
Chapter I · Bloch-sphere geometry
The qubit
A classical bit is a switch: 0 or 1, settled, locally readable. A qubit is a direction in three-dimensional space. The physics of a quantum two-level system happens to be exactly this: everything the qubit can be is a point on the surface of a unit sphere — the Bloch sphere. The north pole is the familiar "0" state. The south pole is "1". Every other direction is a superposition, and that direction is the entire job description.
The intuition that pays off is this: a quantum gate is a rotation. Operating on a qubit means rotating its arrow on the sphere. The art of quantum engineering — and most of what a fidelity number measures — is rotating the arrow precisely and predictably. A 99.99% two-qubit gate fidelity, in this picture, means the executed rotation lands within a tiny cone of the intended one.
Spin the sphere below. Each control is a rotation axis. When you measure, the qubit's arrow collapses to one of the two poles — but the probability of which pole is set by where the arrow was pointing first.
State
|ψ⟩ = 1.000|0⟩ + (0.000+0.000i)|1⟩
Apply gate
Presets
Click a gate to apply it. Hadamard (H) puts the state into superposition; Z adds a phase; X is the quantum NOT. Probabilities are |amplitude|².
The Ledger view
When IBM, Quantinuum, or IonQ report a "2Q fidelity," they are reporting how tightly two coupled rotations land where they aim. Fidelity above 99.9% is the threshold that makes error correction tractable; below that, you're rotating into noise.
Chapter II · Correlated states across qubits
The thing that makes quantum quantum
Take two qubits. Put each in a superposition. Then operate them with a gate that couples them — typically a controlled-NOT or its variants. What you get is a state that cannot be written as two separate qubits. Their fates are correlated in a way that has no classical analogue.
The trap is to read "correlated" as "communicating instantly." Entanglement does not transmit signals; you cannot phone your colleague on Mars through a Bell pair. What entanglement does is allow many qubits to participate in a computation as a single coherent object, which is precisely what classical computers cannot do.
Move the dials. Notice that the joint outcomes are constrained even though the local outcomes look random. That constraint is the resource — the object every quantum algorithm spends.
Q1
|r| = 1.00
Q2
|r| = 1.00
Joint state
Gates · click to apply
Try presets
Outcome probabilities
Try the Bell state Φ⁺ preset (apply H to Q1 then CNOT). Notice both Bloch spheres collapse to the origin — neither qubit has a definite direction. Yet 200 measurements give you either 00 or 11 (never 01 or 10) — the two qubits are perfectly correlated even though individually they look random.
The Ledger view
A "logical qubit" — the unit IBM, QuEra, and Quantinuum quote in their roadmaps — is built from many entangled physical qubits running an error-correcting code. When a roadmap promises "100 logical qubits by 2029," it is promising that this many-qubit entangled state can be held together long enough to compute. That is the whole game.
Chapter III · Building a quantum program
Gates as choreography
A quantum program is a circuit: a left-to-right schedule of gates applied to specific qubits. There is no goto, no while-loop, no branch-on-classical-state — at least, not inside the quantum part of the program. Time flows once, gates fire in sequence, and at the end of the schedule every qubit is measured.
This is much less expressive than a classical instruction set, and that's the point. The constraint is how quantum machines achieve speedup: they apply the same family of operations to an enormous superposition of inputs in one pass. The hard work is choreographing the gates so that the right answer rings out at the end while the wrong answers cancel.
Click a gate, then click a slot to place it. The state vector updates as you build; measurement happens at the right edge. Try the canonical recipes first (H ➞ CX is a Bell pair); then break them and see what falls apart.
Gate palette · click then click a circuit cell
Outcome probabilities
The faded bar is the theoretical quantum probability. The brighter teal overlay shows actual measurement outcomes from your shots — they should converge toward the prediction as you run more. Try the Bell state preset to see two qubits entangle and produce only |00⟩ and |11⟩.
The Ledger view
"Circuit depth" — how many sequential gates a machine can run before decoherence wins — is the single most useful hardware metric you can hold in your head. IBM's Heron, Quantinuum's Helios, and IonQ's Tempo are all competing on the same axis: depth ✕ width before error correction is required.
Chapter IV · Amplitude amplification, made geometric
Grover's search
Grover's algorithm is the textbook example of a quantum speedup, and the one most often abused in press releases. It searches an unstructured database of N items in roughly √N steps — quadratic, not exponential. The trick is geometric: each step rotates the state vector incrementally toward the marked answer.
Two things are easy to miss. First, Grover requires that you be able to build a quantum circuit — an oracle — that recognizes the answer; if you can already do that classically with similar cost, you've not saved much. Second, Grover overshoots if you iterate too many times: past the optimum, the state rotates away from the answer again. Quantum algorithms are choreographed, not iterated.
Step through the trace below. Watch the amplitude of the marked state climb, peak, and then — if you keep going — start to fall. The number of iterations is part of the algorithm; you don't run it "until it's right."
Amplitude per item
Geometric rotation · 2D subspace
θ = 20.7°, rotated to 20.7° from "unmarked"
Probability vs iterations
Each Grover iteration rotates the state vector by 2θ in a 2D subspace, pulling amplitude from "unmarked" to "marked." Optimal stop is ~π/(4√N) ≈ 2 iterations. Quantum: ~√N queries. Classical: ~N/2. The speedup is universal — works for any search where you can recognize the answer but can't construct it directly.
The Ledger view
When a vendor claims a "1000✕ speedup on Grover," ask: 1000✕ over what classical baseline, on what problem instance, and including the cost of building the oracle? The √N is real; the practical advantage is almost always smaller than the headline.
Chapter V · Interference is the operative verb
Why phase is the prize
Everything in this primer comes down to one idea: interference. Amplitudes — complex numbers attached to each possible outcome — add and cancel. A well-built quantum algorithm arranges the gates so that, when the dust settles, the amplitudes of the correct answers reinforce each other while the amplitudes of the wrong answers destructively interfere into nothing.
This is also why quantum machines are so demanding. The reason decoherence matters, the reason a stray photon in the dilution fridge is fatal, the reason a misaligned laser pulse on a trapped ion costs you a shot — all of it traces back to phase. Lose the relative phases between amplitudes and you lose the ability to interfere. Without interference, the machine is an expensive random number generator.
The figure below superposes two complex amplitudes; rotate the relative phase and watch the joint probability oscillate between zero and one. The information in a quantum computer lives in those phase relationships, and everything else — fidelity, coherence time, error correction — is engineering aimed at preserving them.
Complex amplitude plane
Phase of path B · φ = 0°
P(detector clicks)
↑ Maximum constructive interference — same direction.
Each path contributes an amplitude — a 2D vector with magnitude and direction. The detector sees the sum of these vectors. When they align, you get constructive interference (probability up to 100%). When they oppose, destructive (probability 0%). This is the actual mechanism behind every quantum speedup.
The Ledger view
The phrase "quantum advantage" only means anything when interference is load-bearing in the algorithm. If a workload doesn't fundamentally depend on cancelling wrong answers, no qubit count will help it. This is why chemistry and factoring are exciting and most machine-learning claims are not.
Five concepts cover most of what you'll meet in the news flow. Everything else — surface codes, magic state distillation, GKP encoding — is engineering at scale on top of these primitives.
— and that's the whole primer