advanced · Physics · Quantum Channels & Open Systems
Channel Fidelity
How faithfully does a channel transmit a state? The standard answer is the fidelity, a measure of
overlap between the state you sent and the state that came out. It is the workhorse figure of merit
for benchmarking gates, memories, and communication links.
Fidelity between two states
For states ρ and σ the (Uhlmann) fidelity is
F(ρ,σ)=ρσ1=trρσρ,
ranging from 0 (orthogonal, perfectly distinguishable) to 1 (identical). It is symmetric,
F(ρ,σ)=F(σ,ρ), and invariant under any unitary applied to both. (Some authors square
this; we use the F∈[0,1] convention where F=1 means equal.)
The formula simplifies dramatically when one argument is pure, ρ=∣ψ⟩⟨ψ∣:
F(∣ψ⟩⟨ψ∣,σ)=⟨ψ∣σ∣ψ⟩.
The messy operator square roots collapse because ∣ψ⟩⟨ψ∣=∣ψ⟩⟨ψ∣ is its own square root. This is the case that matters for channels probed
with pure inputs.
Fidelity through a channel
Send a pure state ∣ψ⟩ through E and compare input to output. The input–output
fidelity is
F(∣ψ⟩,E(∣ψ⟩⟨ψ∣))=⟨ψ∣E(∣ψ⟩⟨ψ∣)∣ψ⟩.
The quantity under the root, ⟨ψ∣E(∣ψ⟩⟨ψ∣)∣ψ⟩, is the
probability that the output still "looks like" ∣ψ⟩. Two summary numbers are built from it:
the minimum fidelityFmin=min∣ψ⟩F, a worst-case guarantee;
the average fidelityFˉ=∫F2dψ, the Haar-average over input states, which for a
qubit channel relates to the entanglement fidelityFe by Fˉ=32Fe+1.
Useful properties
Monotonicity (data processing). Channels can only blur states together, never separate them:
F(N(ρ),N(σ))≥F(ρ,σ) for any channel N.
Relation to trace distance. Fidelity and trace distance D=21∥ρ−σ∥1
bound each other: 1−F≤D≤1−F2, so high fidelity forces small trace distance and
vice versa.
Concavity / joint concavity, which makes averaging over input ensembles well behaved.
Try it
Send ∣0⟩ through the qubit depolarizing channel Ep(ρ)=(1−p)ρ+p1/2
with p=0.36. Compute the input–output fidelity F=⟨0∣Ep(∣0⟩⟨0∣)∣0⟩. Since ⟨0∣Ep(∣0⟩⟨0∣)∣0⟩=(1−p)+p/2=1−p/2=0.82,
the fidelity is 0.82≈0.9055 — build Ep(ρ) and compute it.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.