6.2 Entanglement#
Overview#
Entanglement is the defining feature of quantum mechanics with no classical counterpart: when two systems are entangled, the state of the whole cannot be decomposed into independent states of the parts. This unit defines product and entangled states, develops the Schmidt decomposition and entanglement entropy as quantitative tools, and explores how Bell’s theorem rules out local hidden variable theories.
Topics#
Lesson |
Title |
Core Question |
|---|---|---|
6.2.1 |
What distinguishes product states from entangled states, and how does the Schmidt decomposition reveal this? |
|
6.2.2 |
How do we quantify entanglement, and what tools detect it in mixed states? |
|
6.2.3 |
Can any classical theory reproduce quantum correlations? |
Key Concepts#
Product vs entangled states: A bipartite pure state is a product iff its coefficient matrix has rank 1; rank \(\geq 2\) means entangled.
Schmidt decomposition: Canonical form \(\vert\Psi\rangle = \sum_k \lambda_k \vert u_k\rangle_A \vert v_k\rangle_B\) revealing entanglement structure via singular values.
Partial trace: \(\hat{\rho}_A = \operatorname{Tr}_B(\hat{\rho}_{AB})\); extracts subsystem information by tracing out unobserved degrees of freedom.
Entanglement entropy: \(S(\hat{\rho}_A) = -\operatorname{Tr}(\hat{\rho}_A \ln \hat{\rho}_A)\); vanishes for product states, maximized for Bell states.
Bell states: Four maximally entangled two-qubit states forming a complete orthonormal basis.
Concurrence and witnesses: Tools for detecting and quantifying entanglement in mixed states.
CHSH inequality: Classical correlations bounded by 2; quantum mechanics achieves \(2\sqrt{2}\) (Tsirelson bound).
No-communication theorem: Entanglement enables correlations but not faster-than-light signaling.
Learning Objectives#
Distinguish product states from entangled states using the coefficient matrix rank and the Schmidt decomposition.
Compute reduced density matrices via the partial trace and use entanglement entropy to quantify bipartite entanglement.
Apply concurrence, entanglement witnesses, and the PPT criterion to detect entanglement in mixed states.
Derive the CHSH inequality, demonstrate its quantum violation, and explain Bell’s theorem.
Describe quantum teleportation and the no-communication theorem.
Project#
Project: Measurement-Induced Entanglement Phase Transitions#
Objective: Study how repeated measurements drive a phase transition between volume-law and area-law entanglement in random quantum circuits. Implement a 1D random Clifford circuit with variable measurement rate and compute entanglement entropy as a function of measurement probability.
Background: A major recent discovery (2018 onwards) is that measurements can create phase transitions in the entanglement structure of quantum systems. Without measurements, random unitary circuits maintain volume-law entanglement. But at a critical measurement rate, the system undergoes a sharp transition to area-law entanglement. This is a fundamentally new phenomenon at the intersection of quantum information, condensed matter, and statistical mechanics.
Suggested Approach:
Literature Survey: Read key papers (Li et al., Chan et al., 2019) on measurement-induced transitions. Understand: (a) volume-law vs. area-law entanglement, (b) critical exponents, (c) Clifford circuits and efficient simulation.
Implementation: Code a 1D circuit with:
Random 2-qubit Clifford gates
Single-qubit measurements at variable rate p
Efficient entanglement entropy calculation using stabilizer formalism
Simulation: Measure entanglement entropy S(L) across the system as you vary:
Measurement probability p (scan from 0 to 1)
System size L
Identify the critical measurement rate p_c
Analysis: Compute critical exponents and compare to theoretical predictions.
Expected Deliverable:
Code implementing 1D random circuit with measurements
Phase diagram: S(L) vs. p, showing transition from volume-law to area-law
Estimate of critical measurement rate p_c
Scientific summary explaining the physics of measurement-induced transitions and their implications for quantum information preservation.
Frontier Aspect: This is a hot topic in quantum information and statistical mechanics. Understanding measurement-driven transitions connects to quantum error correction, quantum scrambling, and the fundamental role of observation in quantum systems.