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 develops the mathematical framework for composite quantum systems, quantifies entanglement using information-theoretic tools, and explores how Bell’s theorem rules out local hidden variable theories.

Topics#

Lesson

Title

Core Question

6.2.1

Composite Systems

How do we describe two quantum systems together, and when is the whole more than its parts?

6.2.2

Entanglement Measures

How do we quantify entanglement, and what tools detect it?

6.2.3

Bell Inequality

Can any classical theory reproduce quantum correlations?

Key Concepts#

  • Tensor product: Composite Hilbert space \(\mathcal{H}_A \otimes \mathcal{H}_B\); dimension grows multiplicatively.

  • Partial trace: \(\hat{\rho}_A = \text{Tr}_B(\hat{\rho}_{AB})\); extracts subsystem information by tracing out unobserved degrees of freedom.

  • 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.

  • Entanglement entropy: \(S(\hat{\rho}_A) = -\text{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#

  • Construct composite Hilbert spaces via tensor products and compute reduced density matrices using the partial trace.

  • Apply the Schmidt decomposition to classify bipartite states as product or entangled and compute entanglement entropy.

  • Use concurrence, entanglement witnesses, and the PPT criterion to detect and quantify 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:

  1. 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.

  2. 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

  3. 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

  4. 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.