Introduction¶
The Hierarchical Equations of Motion (HEOM) method was originally developed by Tanimura and Kubo [TK89] in the context of physical chemistry to ‘’exactly’’ solve a quantum system in contact with a bosonic environment, encapsulated in the Hamiltonian:
As in other solutions to this problem, the properties of the bath are encapsulated by its temperature and its spectral density,
In the HEOM, for bosonic baths, one typically chooses a Drude-Lorentz spectral density:
or an under-damped Brownian motion spectral density:
Given the spectral density, the HEOM requires a decomposition of the bath correlation functions in terms of exponentials. In Bosonic Environments we describe how this is done with code examples, and how these expansions are passed to the solver.
In addition to support for bosonic environments, QuTiP also provides support for feriomic environments which is described in Fermionic Environments.
Both bosonic and fermionic environments are supported via a single solver,
HEOMSolver
, that supports solving for both dynamics and steady-states.