advanced · Physics · Quantum Channels & Open Systems
Amplitude-Damping Channel
Amplitude damping models energy dissipation: a qubit in its excited state ∣1⟩ decays to
the ground state ∣0⟩ by emitting a quantum into a cold environment. It is the channel behind
spontaneous emission, photon loss, and T1 relaxation, and — unlike the bit-flip or depolarizing
channels — it is not a mixture of unitaries and not unital, so it stress-tests every idea in this
module.
The physical picture
Let ∣0⟩ be the ground state and ∣1⟩ the excited state. In a small time, an excited
qubit decays with probability γ∈[0,1], dumping one quantum of energy into the environment;
the ground state cannot decay. The two things that can happen — "a quantum was emitted" and "no
quantum was emitted" — become the two Kraus operators.
Kraus operators
K0=(1001−γ),K1=(00γ0).
K1=γ∣0⟩⟨1∣ is the emission operator: it sends the excited state to
the ground state, weighted by the decay amplitude γ. K0 is the no-emission branch:
it leaves ∣0⟩ alone but damps the ∣1⟩ amplitude by 1−γ, because the mere
fact that no quantum was seen makes the excited state less likely. Trace preservation:
K0†K0+K1†K1=(1001−γ)+(000γ)=1.
Action on a density matrix
Writing ρ=(ρ00ρ10ρ01ρ11), the
channel gives
E(ρ)=(ρ00+γρ111−γρ101−γρ01(1−γ)ρ11).
Three effects are visible. The excited population decays: ρ11→(1−γ)ρ11. That
lost population flows into the ground state: ρ00→ρ00+γρ11, conserving
trace. And the coherences shrink by 1−γ. Iterating n steps with per-step decay
γ gives ρ11→(1−γ)nρ11; in continuous time ρ11(t)=e−t/T1ρ11(0) with 1−γ=e−Δt/T1.
Not unital, not mixed-unitary
The fixed point is the ground state∣0⟩⟨0∣, not the maximally mixed state:
E(1)=(1+γ001−γ)=1, so
the channel is not unital. Geometrically it contracts the Bloch ball and translates it toward
the north pole ∣0⟩ — an off-center shrink no mixture of unitaries (which always fixes the
center) can reproduce.
Try it
Send the excited state ρ=∣1⟩⟨1∣ through the amplitude-damping channel with
γ=0.3, using the Kraus operators above. Return the surviving excited-state population⟨1∣E(ρ)∣1⟩. Physically this is (1−γ)=0.7 — compute it from
∑kKkρKk† to confirm.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.