|q⟩ Bad Qubits

advanced · Physics · Open Quantum Systems & Lindblad Dynamics

The Reduced Density Matrix

From a global pure state to a local mixed one

When system SS and environment EE become entangled, the joint state ρSE\rho_{SE} still contains everything. But an experimenter who only acts on SS can never see EE. The object that reproduces all statistics of system-only measurements is the reduced density matrix

ρS=TrE(ρSE),\rho_S = \mathrm{Tr}_E(\rho_{SE}),

obtained by the partial trace over the environment. It is defined so that for every system observable MM,

M=TrS(ρSM)=TrSE(ρSE(M1E)).\langle M \rangle = \mathrm{Tr}_S(\rho_S\, M) = \mathrm{Tr}_{SE}\bigl(\rho_{SE}\,(M\otimes \mathbb{1}_E)\bigr).

Demanding this equality for all MM fixes ρS\rho_S uniquely — the partial trace is the only map that gets every local expectation value right.

Computing the partial trace

Pick an orthonormal basis {e}\{|e\rangle\} for the environment. The partial trace sandwiches ρSE\rho_{SE} between environment basis states and sums:

ρS=eeEρSEeE.\rho_S = \sum_e \langle e|_E\, \rho_{SE}\, |e\rangle_E .

For a pure global state Ψ=s,eψsesSeE|\Psi\rangle = \sum_{s,e} \psi_{se}\,|s\rangle_S |e\rangle_E, this gives the compact result

(ρS)ab=eψaeψbe,(\rho_S)_{ab} = \sum_e \psi_{ae}\,\psi_{be}^{*},

i.e. ρS=ψψ\rho_S = \psi\,\psi^\dagger where ψ\psi is the matrix of amplitudes with system index as row and environment index as column. (This is exactly the Schmidt picture: the eigenvalues of ρS\rho_S are the squared Schmidt coefficients.)

The maximally entangled case

Take the Bell state Φ+=12(00+11)|\Phi^+\rangle = \tfrac{1}{\sqrt2}(|00\rangle + |11\rangle) with the first qubit the system. The amplitude matrix is ψ=1212\psi = \tfrac{1}{\sqrt2}\,\mathbb{1}_2, so

ρS=ψψ=12(1001)=121.\rho_S = \psi\,\psi^\dagger = \tfrac12 \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \tfrac12\,\mathbb{1}.

The system, though part of a perfectly definite pure global state, is locally in the maximally mixed state. All information about it has migrated into the correlations with EE.

Properties you can rely on

The reduced density matrix is always a legitimate state: it is Hermitian, positive semidefinite, and has unit trace, Tr(ρS)=1\mathrm{Tr}(\rho_S) = 1. Its eigenvalues are probabilities. If the global state is a product ψSϕE|\psi_S\rangle\otimes|\phi_E\rangle, then ρS=ψSψS\rho_S = |\psi_S\rangle\langle\psi_S| stays pure — no entanglement, no mixing. The more entangled SS and EE are, the more mixed ρS\rho_S becomes, until at maximal entanglement it is proportional to the identity.

Try it

This is a numerical exercise — your code should return a number. Build the 2×22\times2 reduced density matrix of the system qubit from Φ+|\Phi^+\rangle by partial trace, then return its purity Tr(ρS2)\mathrm{Tr}(\rho_S^2).

Run your code to see the quantum state.

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