Part V · Reality — 09

Noise & Decoherence

Everything so far assumed a perfect, sealed qubit. Real ones leak. Left alone for a moment too long, a qubit quietly forgets what it was set to — and that forgetting, not gate count, is the wall every quantum machine runs into.

↩ before you start · keep these handy
·From Ch. 4: a pure qubit is an arrow of length r = 1 reaching the surface of the Bloch ball.
·From Mixed States: shorten that arrow (r < 1) and it sinks inside the ball — a density matrix ρ with purity Tr(ρ²) = (1+r²)/2.
·From Ch. 6: two systems can entangle, sharing information neither holds alone.
🔑 symbol decoder · every new mark, in plain words
ρ"rho" — the density matrix, the bookkeeping for a qubit you only partly know (Ch. 6b). Kᵢa Kraus operator — one "maybe this happened" outcome of the noise. Σ Kᵢ†Kᵢ = Ithe list of maybes must cover every possibility — total probability stays 1. p, γthe strength of the noise — 0 = perfectly clean, 1 = fully scrambled / drained. T₁, T₂the two clocks engineers quote: T₁ = how long energy survives, T₂ = how long phase survives.
feel

A qubit slowly forgetting

No qubit is truly alone. Stray fields, warm atoms, the measuring apparatus itself — the environment is always gently peeking. Each peek is a tiny, accidental entanglement (chapter 06) that carries a sliver of the qubit’s information away into places you can’t reach. From your side, the once-sharp state on the Bloch surface blurs and sinks inward — turning, exactly as in chapter 6b, into a mixed state. Decoherence is just entanglement with the world, seen from the qubit’s point of view.

☕ everyday picture

Picture a fresh cup of coffee in a cold room. Sealed in a perfect thermos it stays hot forever — that’s an isolated qubit. But no thermos is perfect: heat leaks into the room a little at a time until the coffee is room-temperature and you can no longer tell it was ever hot. A qubit leaks its information the same way, into the surrounding world. You can’t un-mix the heat back out of the room, and you can’t pull the qubit’s lost information back — which is why decoherence feels irreversible.

recapDecoherence = the qubit entangling with its environment and leaking information it can’t get back.
play

Crank the noise, watch it melt

The qubit starts crisp at |+⟩ on the equator (faint arrow). Pick a kind of noise and turn the dial up. Dephasing scrambles only the phase; depolarizing erodes everything toward the murky center; amplitude damping drains energy until the qubit slumps back to |0⟩.

▸ noisy channelρ → Σ Kᵢ ρ Kᵢ†
|0⟩ |1⟩ |+⟩ |−⟩
noise {{ noisePct }}
Bloch length r{{ rLen }}
purity Tr(ρ²){{ purity }}
coherence{{ coh }}
{{ desc }}
recapEvery kind of noise shrinks the Bloch arrow — dephasing flattens the equator, damping drags it north, depolarizing melts it straight to the center.
math

Noise as a short list of Kraus operators

A noisy process maps the density matrix to a sum of “maybe this happened, maybe that” pieces — the Kraus operators Kᵢ, with Σ Kᵢ†Kᵢ = I keeping probability intact:

ρ → K₀ ρ K₀† + K₁ ρ K₁† + ···
dephasing:  K₀ = √(1−p) I,   K₁ = √p·Z
amplitude damping:  K₀ = [[1,0],[0,√(1−γ)]],   K₁ = [[0,√γ],[0,0]]

Each channel shrinks the Bloch arrow in its own way: dephasing collapses the off-diagonal coherence (the equator), while amplitude damping also drags the arrow north toward the ground state. Engineers quote two timescales — T₁ for energy loss, T₂ for phase loss — and every gate must finish well inside them.

✎ worked example · dephasing a |+⟩ by half (p = 0.5)
1.start clean on the equator: Bloch arrow rₓ = 1, rḯ = 0, so length r = 1 (pure).
2.dephasing rule: the equator coordinate is scaled by (1 − p) → rₓ = (1 − 0.5)×1 = 0.5.
3.new length r = 0.5, so purity Tr(ρ²) = (1 + r²)/2 = (1 + 0.25)/2 = 0.625.
4.the arrow is now halfway to the center — still pointing the same way, just less sure. Push p→1 and it lands dead-center: all coherence gone. ✓
recapNoise is a short list of Kraus pieces; each one scales the Bloch arrow, and the timescales T₁/T₂ set how long you have to compute.
⚠ common misconception

“Decoherence is a mysterious extra law that breaks quantum mechanics.” It isn’t a new rule at all — it’s chapters 06 and 6b combined. The qubit entangles with its environment; trace out that environment you can’t see, and what’s left is a mixed state. No magic, just bookkeeping over information you’ve lost track of.

That reframing is hopeful: if decoherence is just leaked information, you can fight it by spreading the information so cleverly that no small leak reveals it — which is exactly the trick of the next chapter, error correction.

✓ you can now
explain decoherence as the qubit entangling with its environment and leaking information away
tell dephasing, depolarizing and amplitude damping apart by how each moves the Bloch arrow
read a Kraus list and say what T₁ and T₂ mean for how long you can compute
← 8d Shor & the QFT next · 10 Error Correction