advanced · Physics · Quantum Channels & Open Systems
Checkpoint: Analyze a Channel
This checkpoint ties the module together. You will take a concrete channel, apply it to a coherent
superposition through its Kraus operators, and read off a quantitative property of the output — the
kind of end-to-end calculation that underlies every noise analysis.
What to recall
A channel acts as E(ρ)=∑kKkρKk† in the operator-sum form.
Amplitude damping with rate γ has K0=diag(1,1−γ) and
K1=γ∣0⟩⟨1∣. It damps the excited population, transfers it to the ground
state, and shrinks coherences by 1−γ.
The puritytr(ρ2) measures how mixed a state is: 1 for a pure state,
1/d for the maximally mixed state. For a qubit, tr(ρ2)=21(1+∣r∣2).
The problem
Prepare the coherent superposition ∣+⟩=21(∣0⟩+∣1⟩), so
ρ=∣+⟩⟨+∣=21(1111). Send it through the
amplitude-damping channel with γ=21. Then compute the purity of the output
state, tr(E(ρ)2).
The pure input (purity 1) has been driven to a partially mixed output — damping has injected
entropy. Confirm 0.875 by building E(ρ) from the Kraus operators and squaring.
Your task
Build E(ρ) for ρ=∣+⟩⟨+∣ and γ=21 using
E(ρ)=K0ρK0†+K1ρK1†, then return
tr(E(ρ)2).
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.