|q⟩ Bad Qubits

advanced · Physics · Quantum Information & von Neumann Entropy

Entanglement Entropy

For a pure state of a composite system, the von Neumann entropy of the whole is zero — yet the parts can be deeply uncertain. That residual uncertainty in a subsystem is entanglement entropy: the canonical measure of how entangled a pure bipartite state is.

The reduced state and the partial trace

Given a pure state ψAB|\psi\rangle_{AB}, the state of subsystem AA alone is obtained by the partial trace over BB:

ρA=TrB(ψψAB).\rho_A = \operatorname{Tr}_B\big(|\psi\rangle\langle\psi|_{AB}\big).

This is the unique operator reproducing every measurement statistic local to AA. Even though ψAB|\psi\rangle_{AB} is pure, ρA\rho_A is generally mixed — and it is mixed precisely because of entanglement with BB. There is no extra ignorance about AA: the mixedness is forced by the correlations.

Definition

The entanglement entropy of a pure bipartite state is

E(ψAB)=S(ρA)=Tr(ρAlog2ρA).E(|\psi\rangle_{AB}) = S(\rho_A) = -\operatorname{Tr}(\rho_A \log_2 \rho_A).

A foundational fact (proved via the Schmidt decomposition in the next lesson) is that the two reduced states share identical nonzero eigenvalues, so

S(ρA)=S(ρB),S(\rho_A) = S(\rho_B),

and the measure does not care which side we trace out. This symmetry is special to pure global states.

Reading off the extremes

A worked example

Consider

ψ=3200+1211.|\psi\rangle = \frac{\sqrt3}{2}\,|00\rangle + \frac12\,|11\rangle.

The coefficients are already in "Schmidt form" — each basis label on AA pairs with a distinct label on BB. Tracing out BB,

ρA=32200+12211=(340014).\rho_A = \left|\tfrac{\sqrt3}{2}\right|^2 |0\rangle\langle0| + \left|\tfrac12\right|^2 |1\rangle\langle1| = \begin{pmatrix} \tfrac34 & 0 \\ 0 & \tfrac14 \end{pmatrix}.

Its eigenvalues are 34\tfrac34 and 14\tfrac14, so

E=h(14)=34log23414log2140.8113 ebits.E = h(\tfrac14) = -\tfrac34\log_2\tfrac34 - \tfrac14\log_2\tfrac14 \approx 0.8113\text{ ebits}.

The state is entangled but not maximally so: 0<0.8113<10 < 0.8113 < 1.

Why it is the right measure

For pure states, entanglement entropy is the unique entanglement measure (up to normalization) that is invariant under local unitaries and non-increasing under local operations and classical communication (LOCC). Operationally, EE ebits is the asymptotic rate at which copies of ψAB|\psi\rangle_{AB} can be reversibly converted to and from Bell pairs — the gold standard of entanglement as a resource.

Try it

Compute the entanglement entropy, in bits, of ψ=3200+1211|\psi\rangle = \tfrac{\sqrt3}{2}|00\rangle + \tfrac12|11\rangle, by forming ρA\rho_A and taking its von Neumann entropy. Return the value.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.