intermediate · Physics · Density Matrices & Mixed States
Reduced Density Matrices
When a system is composed of two parts A and B, we often care only about A. The reduced density
matrixρA is the state that reproduces every measurement statistic on A alone — and it is, in
general, mixed even when the whole AB system is pure.
The setup
Let the joint state be ρAB, living on the tensor-product space
HA⊗HB. We want a description of A that gives the correct answer for
any observable acting only on A, i.e. an observable of the form MA⊗IB. We demand
Tr(ρAMA)=Tr(ρAB(MA⊗IB))for all MA.
There is exactly one operator ρA satisfying this. It is obtained by the partial trace over
B:
ρA=TrB(ρAB).
Computing the partial trace by entries
Label the joint basis ∣a⟩A⊗∣b⟩B. The partial trace over B sums over the
diagonal in the B index while keeping the A indices free:
(ρA)aa′=b∑⟨a,b∣ρAB∣a′,b⟩.
Concretely, you "contract" the two B slots: hold the A indices a,a′ fixed and add up the matrix
elements where the B index is the same on both sides. The result is a smaller matrix acting only on
A, and it automatically satisfies Tr(ρA)=1 and all the density-operator
properties.
The surprising part
If ρAB=∣Φ+⟩⟨Φ+∣ with ∣Φ+⟩=21(∣00⟩+∣11⟩) — a pure, maximally entangled state — tracing out B gives
ρA=21(1001)=2I,
the maximally mixed qubit. A globally pure state can have a maximally mixed part. This is not a flaw
in the bookkeeping: it is the defining feature of entanglement, which the next two lessons explore.
Try it
Take the Bell state ∣Φ+⟩, form ρAB=∣Φ+⟩⟨Φ+∣, trace out qubit
B, and return (ρA)00. You should find 1/2 — the reduced state is maximally mixed.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.