Ballistic Spreading
The most striking difference between a classical random walk and a quantum walk is how fast the walker spreads from its starting position. Classically the spread is diffusive — the standard deviation grows as . A quantum walk spreading is ballistic — the standard deviation grows linearly with . This quadratic speedup in spreading rate is the engine behind several quantum algorithmic advantages.
Classical diffusion: a recap
In a classical random walk on a line, each step adds an independent displacement. Writing step as with equal probability, the position after steps is
Because the steps are independent and identically distributed with and , the variance of is
giving a standard deviation . The probability distribution converges to a Gaussian of width centered at the origin.
Quantum walk: ballistic growth
A discrete-time quantum walk on a line uses a two-dimensional coin register to keep track of direction. The state of the system at step is
where is the position and is the coin state. Each step applies a unitary coin (e.g. the Hadamard coin ) followed by a conditional shift:
Because the overall evolution is unitary, the amplitudes interfere coherently rather than mixing probabilistically. The two counter-propagating wave packets — moving left and right — develop a systematic phase relationship that causes constructive interference near the edges of the reachable region and destructive interference near the center.
The scaling
For a Hadamard-coined walk starting in the symmetric coin superposition
the standard deviation of the position distribution after steps satisfies (Kempe 2003):
This is — linear rather than . Comparing the two:
| Walk type | after steps | Asymptotic shape | |-----------|--------------------------|------------------| | Classical (fair coin) | | Gaussian (bell curve) | | Quantum (Hadamard coin) | | Two-peaked, flat in center |
The factor comes from the effective "speed" of the quantum walk; the peak probability concentrates near , not at the origin.
Shape of the quantum distribution
While a classical walk gives a symmetric bell curve with a maximum at , the quantum distribution is almost the opposite: it has two pronounced peaks near the extremes and a relatively flat (but nonzero) middle. This unusual shape is a direct consequence of quantum interference:
- Constructive interference near the edges: probability amplitude arriving from both coin states adds.
- Destructive interference near the center: the two propagating components partially cancel.
The exact profile depends on the initial coin state. Choosing the symmetric state above produces a roughly symmetric double-peak; an asymmetric coin start (e.g. alone) shifts both peaks toward one side.
Why it matters algorithmically
Ballistic spreading gives quantum walks a quadratic advantage over classical random walks for graph-search tasks. On a path of nodes:
- A classical random walk needs steps to travel from one end to the other (hitting time scales as ).
- A quantum walk traverses the same path in steps, because its spread reaches distance after only steps rather than .
This speedup carries over to higher-dimensional grids and irregular graphs, and underpins quantum speedups for element distinctness (Ambainis 2004) and spatial search (Childs and Goldstone 2004).
Comparing the two in numbers
After steps:
- Classical: , so the walker is typically within of the origin.
- Quantum: , so the quantum walker has spread farther in the same number of steps.
The advantage grows with : after steps the classical spread is , while the quantum spread is — roughly wider.
Sign in on the full site to ask questions and join the discussion.