|q⟩ Bad Qubits

advanced · Physics · Quantum Information & von Neumann Entropy

Checkpoint: Compute Entropies

This checkpoint pulls the module together. You will take a pure bipartite state, read off its reduced density matrix, and compute its entanglement entropy — the same number whether you call it the von Neumann entropy of the part or the entanglement of the whole.

What you have learned

By now you can:

The checkpoint state

Consider the pure two-qubit state already written in Schmidt form,

ψ=1300+2311.|\psi\rangle = \sqrt{\tfrac13}\,|00\rangle + \sqrt{\tfrac23}\,|11\rangle.

Because the AA-labels {0,1}\{0,1\} pair one-to-one with the BB-labels {0,1}\{0,1\}, the Schmidt coefficients are s1=1/3s_1 = \sqrt{1/3} and s2=2/3s_2 = \sqrt{2/3}. Tracing out qubit BB,

ρA=1300+2311=(130023).\rho_A = \tfrac13\,|0\rangle\langle0| + \tfrac23\,|1\rangle\langle1| = \begin{pmatrix} \tfrac13 & 0 \\ 0 & \tfrac23 \end{pmatrix}.

The entanglement entropy is the von Neumann entropy of this reduced state:

E=S(ρA)=13log21323log223=h(13)0.9183 ebits.E = S(\rho_A) = -\tfrac13\log_2\tfrac13 - \tfrac23\log_2\tfrac23 = h(\tfrac13) \approx 0.9183\text{ ebits}.

It lies between 00 (product state) and 11 (maximally entangled Bell state), confirming partial entanglement — closer to maximal than the h(1/4)h(1/4) example from the entanglement-entropy lesson, because the Schmidt coefficients here are more nearly equal.

Try it

For ψ=1/300+2/311|\psi\rangle = \sqrt{1/3}\,|00\rangle + \sqrt{2/3}\,|11\rangle, form the reduced state ρA\rho_A, and return its von Neumann entropy — the entanglement entropy EE in bits.

Run your code to see the quantum state.

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