|q⟩ Bad Qubits

advanced · Physics · Quantum Information & von Neumann Entropy

Quantum Mutual Information

Mutual information measures how much two systems know about each other. Classically it counts the shared bits between two random variables; quantumly it captures the total correlation — classical and quantum together — held in a joint state.

Definition

For a bipartite state ρAB\rho_{AB} with reduced states ρA=TrBρAB\rho_A = \operatorname{Tr}_B\rho_{AB} and ρB=TrAρAB\rho_B = \operatorname{Tr}_A\rho_{AB}, the quantum mutual information is

I(A ⁣: ⁣B)=S(ρA)+S(ρB)S(ρAB).I(A\!:\!B) = S(\rho_A) + S(\rho_B) - S(\rho_{AB}).

This mirrors the classical identity I(X;Y)=H(X)+H(Y)H(X,Y)I(X;Y) = H(X) + H(Y) - H(X,Y), with Shannon entropies replaced by von Neumann entropies. It quantifies how much the entropy of the parts exceeds the entropy of the whole: if the whole carries less uncertainty than its pieces taken separately, the deficit is shared information.

Key properties

Pure states: maximal correlation

If ρAB=ψψ\rho_{AB} = |\psi\rangle\langle\psi| is pure, then S(ρAB)=0S(\rho_{AB}) = 0, and (as the Schmidt decomposition will show) the two reduced states share the same spectrum, so S(ρA)=S(ρB)S(\rho_A) = S(\rho_B). The mutual information becomes

I(A ⁣: ⁣B)=2S(ρA),I(A\!:\!B) = 2\,S(\rho_A),

exactly twice the entanglement entropy. A pure product state has S(ρA)=0S(\rho_A) = 0 and hence I=0I = 0; a maximally entangled state has S(ρA)=log2dAS(\rho_A) = \log_2 d_A and hence the maximal I=2log2dAI = 2\log_2 d_A.

The Bell state, computed

Take Φ+=12(00+11)|\Phi^+\rangle = \tfrac{1}{\sqrt2}(|00\rangle + |11\rangle). Its global density matrix Φ+Φ+|\Phi^+\rangle\langle\Phi^+| is pure, so S(ρAB)=0S(\rho_{AB}) = 0. Tracing out BB,

ρA=TrBΦ+Φ+=1200+1211=12,\rho_A = \operatorname{Tr}_B |\Phi^+\rangle\langle\Phi^+| = \tfrac12|0\rangle\langle0| + \tfrac12|1\rangle\langle1| = \frac{\mathbb{1}}{2},

the maximally mixed qubit with S(ρA)=1S(\rho_A) = 1 bit; likewise S(ρB)=1S(\rho_B) = 1. Therefore

I(A ⁣: ⁣B)=1+10=2 bits,I(A\!:\!B) = 1 + 1 - 0 = 2\text{ bits},

saturating the bound 2log222\log_2 2. The two qubits are perfectly correlated, yet the whole has zero entropy — the hallmark of pure-state entanglement.

Try it

Compute the quantum mutual information I(A ⁣: ⁣B)I(A\!:\!B), in bits, of the Bell state Φ+=12(00+11)|\Phi^+\rangle = \tfrac{1}{\sqrt2}(|00\rangle + |11\rangle) using I=S(A)+S(B)S(AB)I = S(A) + S(B) - S(AB). Return the value.

Run your code to see the quantum state.

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