This project presents numerical evidence supporting the Eigenstate Thermalization Hypothesis (ETH) in the non-integrable Ising spin chain and illustrates some of its main consequences. It supports my undergraduate research on irreversibility in quantum mechanics, advised by Prof. Renato Angelo at UFPR.
A brief summary follows. For further details, see the references below.
At first glance, nothing in quantum theory explains how thermalization occurs. Given a Hamiltonian eigenbasis
where
However, statistical mechanics states that the expected value of an observable must equal that predicted by the microcanonical ensemble, that is,
i.e., all eigenstates inside the system's energy window are equally weighted. So how is it that the long-time average of an observable equals the microcanonical prediction?
ETH proposes that, in fact, for a local observable each eigenstate is already approximately thermal. That is,
i.e., the diagonal matrix elements (in the Hamiltonian eigenbasis) already agree with the microcanonical prediction. According to Rigol et al. [1], coherence initially "hides" this eigenstate thermalization, but time reveals it through dephasing. ETH can be seen as an ansatz [2], [3] for the observable's matrix elements in the Hamiltonian eigenbasis:
where
-
$\overline{E}=(E_m +E_n)/2$ ; -
$S(\cdot)$ is the thermodynamic entropy; -
$\omega=E_n-E_m$ ; -
$f_O(\cdot)$ is a smooth function of its arguments; -
$R_{mn}$ is a random number with zero mean and unit variance.
It can be shown (see Ref. [3]) that this ansatz leads to the long-time average of the temporal fluctuations decaying exponentially with system size, that is,
The Hamiltonian used for
with the conventionally non-integrable parameters
i.e., the mean magnetization of the system. The distribution of diagonal elements in the Hamiltonian eigenbasis, as a function of energy, is shown below.
The diagonal elements already cluster around the microcanonical mean with a small fluctuation, in accordance with the ETH ansatz. This fluctuation was computed at the center of the spectrum (standard deviation of the diagonal elements in that region) as a function of system size, and it decays exponentially with system size, as shown below.
The ansatz also makes a prediction about the off-diagonal elements: they must decrease exponentially with system size. The heatmap below shows the diagonal elements in contrast to the off-diagonal ones; the latter remain small compared to the former, in agreement with the ansatz.
Finally, the time evolution of the system is examined below. The figure shows the expectation value of the observable (top) and the entanglement entropy (bottom). The expectation value relaxes to nearly zero and remains there, with small fluctuations, after a transient time. The entanglement entropy (the von Neumann entropy of the reduced state) is also shown: it evidences that the system behaves as a thermal bath for itself. Even though the von Neumann entropy of a pure state is invariant under unitary evolution, that of a reduced state is not. Once you trace out part of the system, information about that subsystem scrambles into the rest of the system, increasing the reduced state's entropy — in this case, tracking only the first spin's magnetization while tracing out the rest.
This project uses Julia's built-in package manager to keep the environment reproducible.
- Install Julia.
- Clone this repository and enter its folder.
- Instantiate the project environment:
julia --project=. -e 'using Pkg; Pkg.instantiate()'- Run the main script:
julia --project=. scripts/plots.jlsrc/hamiltonians.jl# Hamiltonian construction and diagonalizationobservables.jl# observable computation and statistics
scripts/plots.jl# runs the simulation and generates figures
figures/# figures used in this READMEProject.tomlManifest.toml
- Rigol, M., Dunjko, V., & Olshanii, M. (2008). Thermalization and its mechanism for generic isolated quantum systems. Nature, 452(7189), 854–858.
- Srednicki, M. (1999). The approach to thermal equilibrium in quantized chaotic systems. J. Phys. A: Math. Gen. 32, 1163.
- D'Alessio, L., Kafri, Y., Polkovnikov, A., & Rigol, M. (2016). From quantum chaos and eigenstate thermalization to statistical mechanics and thermodynamics. Advances in Physics, 65(3), 239-362.
Gabriel Boldo Martins — undergraduate research on irreversibility in quantum mechanics, advised by Prof. Renato Angelo, UFPR.



