Part I. Mental Model · Chapter 3
Probability vs Amplitude
A quantum state is not a list of probabilities, and treating it as one is the fastest way to misread every algorithm in this book. This chapter draws the exact line between amplitude and probability, then shows with a single gate what information you destroy when you cross that line too early.
In this chapter 7 sections
Reader question. What information do amplitudes contain that a probability distribution discards?
Amplitudes carry sign and complex phase as well as magnitude; probabilities retain only squared magnitudes, so states with identical immediate statistics can interfere differently after a later unitary.
- Amplitudes are treated as model variables rather than directly observable or stored classical answers.
- Density matrices and the full taxonomy of classical and quantum uncertainty are deferred.
Two columns that look identical to a meter
Compare |+> and |-> in the computational basis.
A probability is a nonnegative number that directly says how likely an outcome is. An amplitude is a number; often complex; that contributes to a probability only after you take its squared magnitude. Amplitudes can be positive, negative, or complex, which means they can cancel each other or reinforce each other before measurement enters the story.
That cancellation and reinforcement is the heart of every quantum algorithm. A randomized classical algorithm can spread probability mass across many outcomes, but probabilities only ever add. A quantum algorithm can arrange amplitudes so that paths leading to wrong answers cancel and paths leading to right answers survive. Measurement then samples from a distribution that interference has already shaped.
One sentence is worth memorizing: amplitudes are the quantities quantum operations transform; probabilities are what measurement produces from them. Most confused claims about quantum computing violate this sentence somewhere.
Evidence boundary. Measurement probabilities are squared magnitudes of amplitudes. [Michael A. Nielsen] [John Watrous]
Squaring discards direction
Map complex amplitudes to nonnegative probabilities and identify lost phase.
A one-qubit state is written , where and are complex amplitudes. The state is normalized when ; total probability must come to one, because measurement always returns something.
Measurement in the computational basis follows the Born rule: the outcome 0 appears with probability , and 1 with probability . Square first, then interpret; never the other order.
Here is the subtlety the rest of the book exploits. Take with , and both outcomes have probability . Now flip the sign so : the probabilities are still each. The relative sign is invisible to an immediate measurement; but it is real, it is stored in the state, and later gates respond to it.
Evidence boundary. Relative phase affects later interference even when immediate basis probabilities agree. [John Preskill] [Michael A. Nielsen]
Hadamard recovers a relative sign
Calculate deterministic opposite outputs from equal initial probabilities.
Evidence boundary. Global phase does not change measurement predictions, whereas relative phase can. [John Watrous] [Michael A. Nielsen]
Notation contract: Basis order (|0>,|1>); amplitudes α,β∈ℂ; probabilities p_i=|α_i|²; phase angles modulo 2π.
Combine first, square last
Generalize the interference order of operations.
Amplitudes behave like internal representation, not output. They are hidden state that affects later behavior but is never returned by the API; the API is measurement, and it returns samples. You would not judge a service by dumping its heap; do not judge a quantum algorithm by staring at its statevector.
This is also why simulators mislead. A statevector simulator will happily print every amplitude, because your classical machine is expensively simulating the quantum state. Real hardware hands you no such thing: it returns measurement outcomes from the bases you chose, at the shot count you paid for. Designs that depend on "reading the statevector" are designs that only work on simulators, and the distinction decides what scales.
A diagnostic for probability-only explanations
Test whether a proposed description predicts the second experiment.
Amplitude-versus-probability phase lab
| Field | Reader-visible record |
|---|---|
| Format | Interactive Argand/statevector panel plus exact two-state calculation |
| Verification | Fixture confirms equal input probability vectors and opposite post-H distributions; UI never exposes amplitude as a measurement result. |
| Availability | Source-embedded acceptance record; no separate download is claimed |
{
"artifact": "Amplitude-versus-probability phase lab",
"format": "Interactive Argand/statevector panel plus exact two-state calculation",
"acceptance_test": "Fixture confirms equal input probability vectors and opposite post-H distributions; UI never exposes amplitude as a measurement result.",
"publication_state": "source-embedded contract and worked fixture"
}
Scope boundary
- Amplitudes are treated as model variables rather than directly observable or stored classical answers.
- Density matrices and the full taxonomy of classical and quantum uncertainty are deferred.
Depth commitment. One exact counterexample, one Argand explanation, and one transfer exercise.
Practice problem
Construct two normalized one-qubit states with identical Z-basis probabilities and maximally different outcomes after a chosen gate.
- Deliverable
- Two statevectors, gate choice, and exact before/after probability tables.
- Pass condition
- A reference calculation verifies normalization, equality of initial distributions, and total variation distance one after the gate.
Verification record
Expected solution form. Symbolic derivation plus a numerical statevector fixture.
Model answer. Choose |+> and |->. Both give (1/2,1/2) in Z. Applying H maps them to |0> and |1>, whose outcome distributions have total-variation distance one, the maximum possible separation.
Model result and check. The fixture compares distributions before and after the submitted unitary and checks the stated maximum separation.
Acceptance test. A reference calculation verifies normalization, equality of initial distributions, and total variation distance one after the gate.
Provenance
Sources and review
- Michael A. Nielsen and Isaac L. Chuang. Quantum Computation and Quantum Information. Cambridge University Press. 2010textbook
- John Watrous. The Theory of Quantum Information. Cambridge University Press / University of Waterloo. 2018textbook
- John Preskill. Lecture Notes for Physics 219: Quantum Computation. California Institute of Technology. 2018graduate lecture notes
The load-bearing claims in the chapter are mapped inline to this registered source set. A citation supports only the bounded claim beside it.