|q⟩ Bad Qubits

intermediate · Physics · Density Matrices & Mixed States

Mixed States from Entanglement

Entanglement and mixedness are two sides of the same coin. Here we make the link precise: a subsystem of an entangled pure state is always mixed, and the amount of mixedness measures the amount of entanglement.

The Schmidt decomposition

Any pure bipartite state can be written in a special diagonal form, the Schmidt decomposition:

ψAB=kλkkAkB,|\psi\rangle_{AB} = \sum_k \sqrt{\lambda_k}\,|k\rangle_A\,|k\rangle_B,

with Schmidt coefficients λk0\lambda_k \ge 0 summing to 11, and orthonormal sets {kA}\{|k\rangle_A\}, {kB}\{|k\rangle_B\}. The number of nonzero λk\lambda_k is the Schmidt rank.

Reduced states from the Schmidt form

Tracing out either subsystem of the Schmidt form gives a diagonal density matrix whose entries are the Schmidt coefficients:

ρA=TrBψψ=kλkkAkA,ρB=kλkkBkB.\rho_A = \operatorname{Tr}_B|\psi\rangle\langle\psi| = \sum_k \lambda_k\,|k\rangle_A\langle k|_A, \qquad \rho_B = \sum_k \lambda_k\,|k\rangle_B\langle k|_B.

Both reduced states share the same spectrum {λk}\{\lambda_k\}. Two immediate consequences:

Mixedness measures entanglement

The purity of the reduced state quantifies the entanglement: Tr(ρA2)=kλk2\operatorname{Tr}(\rho_A^2) = \sum_k \lambda_k^2, which is 11 for a product state and drops as entanglement grows. The entanglement entropy S(ρA)=kλklog2λkS(\rho_A) = -\sum_k \lambda_k \log_2 \lambda_k packages the same information, reaching its maximum for a maximally entangled state like Φ+|\Phi^+\rangle, whose reduced state is I/2I/2.

Try it

For the partially entangled state ψ=cost00+sint11|\psi\rangle = \cos t\,|00\rangle + \sin t\,|11\rangle at t=π/6t = \pi/6, the Schmidt coefficients are cos2t\cos^2 t and sin2t\sin^2 t, so ρA=diag(cos2t,sin2t)\rho_A = \operatorname{diag}(\cos^2 t, \sin^2 t). Compute the purity Tr(ρA2)\operatorname{Tr}(\rho_A^2). A value below 11 confirms the subsystem is mixed — the fingerprint of entanglement.

Run your code to see the quantum state.

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