Ch. 11 gave you the general framework for noise. This chapter covers the two noise processes that actually show up on every piece of real quantum hardware in existence: a qubit losing energy to its surroundings, and a qubit losing phase coherence without losing any energy at all. They look superficially similar in their math, but they do genuinely different things — and the difference matters enormously for anyone actually building a quantum computer.
Amplitude damping — losing energy
Picture a qubit as a two-level atom: |0⟩ the ground state, |1⟩ an excited state. Left alone long enough, an excited atom spontaneously decays to the ground state, emitting a photon. That's amplitude damping — γ is the probability of decaying from |1⟩ to |0⟩:
Phase damping — losing coherence, not energy
Phase damping describes a different kind of disturbance: the environment "peeks" at the qubit's phase relationship without exchanging any energy. Populations (the |0⟩ vs. |1⟩ probabilities) stay exactly where they were; only the off-diagonal coherence terms shrink.
Reading the difference directly off the matrices
Both channels share the exact same K₀ — that's not a coincidence, and it's worth noticing. Where they differ is K₁: amplitude damping's K₁ has its nonzero entry in the corner that moves population from |1⟩ to |0⟩ (an off-diagonal placement); phase damping's K₁ is purely diagonal, so it can never move population between basis states — it can only attack the coherence between them.
AdvancedConnecting γ, λ to real hardware: T₁ and T₂
If you've ever seen a real quantum computing paper, you've seen T₁ and T₂ times. T₁ ("relaxation time") is the characteristic decay time for amplitude damping: γ(t) = 1−e^(−t/T₁). T₂ ("dephasing time") plays the same role for phase damping. These aren't abstract — they're literally the numbers superconducting and trapped-ion qubits are benchmarked on, and Fig. 12.1's γ slider is sweeping through exactly the same physical process those papers are timing.
- PaperArsenijević & Banković, "Microscopic derivation of one-qubit Kraus operators" (arXiv)A from-first-principles derivation of exactly the Kraus operators used in this chapter, confirming the standard forms.
- TextbookNielsen & Chuang, §8.3The canonical reference treatment of both channels.
- ArticleWikipedia — Amplitude damping channelIncludes the generalized amplitude damping channel covered next, in Ch. 13.