2.3 Anyons#
Overview#
In two dimensions, the topology of particle worldlines permits exchange statistics beyond bosons and fermions. Particles called anyons can acquire arbitrary exchange phases, and the fractional quantum Hall effect provides their most celebrated realization. The toric code demonstrates that particles — including fermions — can emerge from qubits, connecting anyon physics to quantum error correction.
Topics#
Lesson |
Title |
Core Question |
|---|---|---|
2.3.1 |
Why does 2D topology allow exchange phases beyond \(\pm 1\)? |
|
2.3.2 |
How do fractional charge and fractional statistics emerge from electron correlations? |
|
2.3.3 |
How can fermions emerge from a system of bosonic qubits? |
Key Concepts#
Exchange statistics in 2D: braid group replaces permutation group; statistical angle \(\theta\) can take any value
Charge-flux composite: attaching flux to charge produces fractional statistics via the Aharonov-Bohm effect
Fractional quantum Hall effect: at \(\nu = 1/m\), excitations carry charge \(e/m\) and exchange phase \(\pi/m\)
Toric code: lattice model where charges (\(e\)) and fluxes (\(m\)) emerge; their composite \(\varepsilon = e \times m\) is a fermion
Emergent statistics: anyonic behavior arises from many-body correlations, not fundamental particle properties
Topological quantum error correction: information encoded nonlocally is immune to local errors
Learning Objectives#
Explain why 2D permits anyons while 3D allows only bosons and fermions
Use the charge-flux composite picture to compute braiding, exchange, and spin-statistics phases
Apply the charge-flux model to fractional quantum Hall excitations at \(\nu = 1/m\)
Describe the toric code Hamiltonian and derive the statistics of its four anyon sectors from string anticommutation
Project#
Project: Simulating the Toric Code: Emergent Anyons and Error Correction#
Objective: Implement the toric code on a finite lattice, identify its ground-state degeneracy, create and braid anyonic excitations, and benchmark its performance as a quantum error-correcting code.
Background: The toric code is both a paradigmatic model of topological order and the foundation of modern surface-code quantum error correction. On a torus, the ground-state space is 4-fold degenerate, and excitations come in two types (charges and fluxes) whose composite is a fermion. Understanding this model bridges fundamental physics (emergent particles, topological phases) and practical quantum computing (fault-tolerant error correction).
Suggested Approach:
Build the toric code Hamiltonian for an \(L \times L\) lattice (start with \(L = 2\), which is feasible). Diagonalize to verify the 4-fold ground-state degeneracy on a torus.
Create charge and flux excitations by applying string operators. Verify that charges/fluxes are created in pairs and that the string itself is unobservable.
Demonstrate the mutual \(\pi\) phase: take a charge around a flux and measure the Berry phase.
Implement a simple error model (independent bit-flip and phase-flip with probability \(p\)). Run syndrome measurements and minimum-weight perfect matching decoding.
Plot logical error rate vs physical error rate for different lattice sizes. Estimate the error threshold.
Expected Deliverable: Research report (5–8 pages) with: model definition, numerical verification of ground-state degeneracy, demonstration of anyonic excitations and their statistics, error correction simulation results with threshold estimate, and discussion of surface code variants used in current experiments (Google Willow, IBM, etc.).
Project: Abelian Anyons and Chern-Simons Theory#
Objective: Learn the K-matrix formalism for abelian topological phases, compute anyon spectra and statistics rigorously, and apply it to the fractional quantum Hall effect and the toric code.
Background: The charge-flux composite picture introduced in §2.3.1 provides useful intuition for anyonic statistics, but it is ultimately a toy model. The correct mathematical framework is Chern-Simons (CS) gauge theory, where statistics are computed exactly from the field theory action — no hand-waving about “charge around flux” is needed. For abelian anyons, the theory is fully characterized by an integer matrix \(K\) and a set of charge vectors.
Key Concepts to Investigate:
The Chern-Simons action. The effective field theory for an abelian topological phase with \(n\) gauge fields \(a^I_\mu\) is:
\[ S = \int \mathrm{d}^3 x \; \frac{K_{IJ}}{4\pi} \epsilon^{\mu\nu\rho} a^I_\mu \partial_\nu a^J_\rho\]where \(K\) is a symmetric integer matrix. Understand what \(K\) encodes and how it determines all topological data.
Anyon sectors. Anyons are labeled by integer charge vectors \(\boldsymbol{l} = (l_1, \ldots, l_n)^T\). The anyon lattice — the set of all allowed anyon types — is determined by \(K\): two charge vectors \(\boldsymbol{l}\) and \(\boldsymbol{l}'\) label the same anyon if \(\boldsymbol{l} - \boldsymbol{l}' = K \boldsymbol{m}\) for some integer vector \(\boldsymbol{m}\). The number of distinct anyons is \(\vert\det K\vert\).
Topological spin. The topological spin (self-statistics) of an anyon \(\boldsymbol{l}\) is:
The exchange phase equals the topological spin phase: \(\theta_{\mathrm{ex}} = \theta_{\boldsymbol{l}}\).
Mutual braiding. The braiding phase when anyon \(\boldsymbol{l}_a\) encircles anyon \(\boldsymbol{l}_b\) is:
Fusion rules. Anyon fusion is denoted \(a \times b\) and corresponds to vector addition of charge vectors: \(\boldsymbol{l}_{a \times b} = \boldsymbol{l}_a + \boldsymbol{l}_b \pmod{K}\). Determine the fusion group for each \(K\).
Ribbon relation. The topological spin and braiding are not independent. For a composite anyon \(a \times b\), the ribbon identity relates self-statistics to mutual braiding:
\[ \theta_{a \times b} = \theta_a + \theta_b + \theta_{ab}\]This is a consistency condition: the spin of a composite is the sum of individual spins plus their mutual braiding.
Suggested Approach:
Start with the simplest case: \(K = (k)\) (a \(1 \times 1\) matrix). This is the \(U(1)_k\) Chern-Simons theory describing the \(\nu = 1/k\) Laughlin state. Show that there are \(k\) anyon sectors labeled by \(l = 0, 1, \ldots, k-1\). Compute the topological spin \(h_l = l^2/(2k)\) and the braiding phase \(\theta_{ab} = 2\pi \, ab/k\). Reproduce the results for \(k = 3\) (the \(\nu = 1/3\) state): exchange angle \(\pi/3\), braiding phase \(2\pi/3\).
Next, study the toric code: \(K = \begin{pmatrix} 0 & 2 \\ 2 & 0 \end{pmatrix}\). Show that \(\vert\det K\vert = 4\) gives four anyon sectors. Identify \(1, e, m, \varepsilon\) with specific charge vectors, compute all topological spins and mutual braiding phases, and verify they match the results from §2.3.3.
Verify the ribbon relation explicitly for \(\varepsilon = e \times m\) in both examples.
(Optional) Explore a more exotic example: the \(K = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix}\) theory or the hierarchy state \(K = \begin{pmatrix} 3 & 2 \\ 2 & 3 \end{pmatrix}\). How many anyon types exist? What are their statistics?
Key References:
X.-G. Wen, Quantum Field Theory of Many-Body Systems (Oxford, 2004), Ch. 8–9
D. Tong, Lectures on the Quantum Hall Effect (arXiv:1606.06687), §5
A. Kitaev, Anyons in an exactly solved model and beyond (arXiv:cond-mat/0506438)
S. B. Bravyi and A. Kitaev, Quantum codes on a lattice with boundary (arXiv:quant-ph/9811052)
Expected Deliverable: Research report (5–8 pages) with: derivation of the \(K\)-matrix formulas for spin and braiding, complete anyon tables for \(U(1)_3\) and the toric code, verification of the ribbon relation, comparison with the charge-flux composite picture (explain where and why the toy model breaks down), and optionally one additional \(K\)-matrix example.