Quantum Random Walk
Classical vs quantum: same walk, wildly different spread - interference changes everything
from random walks to quantum search 🖖
The quantum walk's quadratic speedup comes from interference, not probability. At each step the Hadamard puts the coin into superposition, so the shift operator moves amplitude left and right simultaneously. Over many steps, amplitude near the center cancels—left-moving and right-moving contributions arrive with opposite phases—while amplitude near ±N/√2 reinforces constructively. This is why the distribution peaks at the edges rather than the middle. The same mechanism drives Grover's search (a walk on a hypercube) and Childs's exponential-speedup graph traversal: quantum walks reach distant nodes far faster than any diffusive process can.
diffusion versus a ballistic sprint 🖖
A random walk is just repeated coin flips: heads step right, tails step left. Done classically, the steps blur into a bell curve — after 100 flips you rarely land more than about 10 sites from the start, because the spread grows like √N. Swap in a quantum coin and the walker stops averaging out and instead streaks outward, reaching toward ~70 sites after those same 100 steps. Physicists call this ballistic spreading: it grows linearly with N instead of as its square root.
a quantum walk never forgets 🖖
A classical random walk is a Markov process: it steadily loses track of where it began, and from the final cloud alone you can't reconstruct the starting point. The quantum walk is unitary, so every step is perfectly reversible. Run the exact Hadamard-and-shift sequence backwards and all that scattered amplitude reconverges into a single spike at the origin — no information is lost, and the walk has no equilibrium distribution to relax into. Diffusion erases history; a quantum walk merely hides it.
Example problems
- 10 steps - 10 steps — asymmetric double peaks already visible
- 30 steps - 30 steps — quantum spread dramatically wider than classical
- 50 steps - 50 steps — O(N) quantum spread vs O(√N) classical
- Balanced coin - 20 steps, balanced coin — symmetric double-peaked distribution