Auxiliary Density Operators in HEOM
- Auxiliary Density Operators are mathematical constructs in the HEOM formalism that encode system-bath interactions and capture non-Markovian memory effects.
- They map environmental correlations into a hierarchical ladder of coupled evolution equations, enabling numerically exact simulations of complex quantum dynamics.
- Implementations like HierarchicalEOM.jl demonstrate their practical utility in modeling spectroscopy and dynamics in molecular aggregates and quantum dots.
Auxiliary Density Operators (ADOs) are a central mathematical construct in the hierarchical equations of motion (HEOM) formalism for simulating the nonequilibrium and dissipative dynamics of open quantum systems. By extending the dynamical description into a hierarchy of operators, ADOs enable a nonperturbative and numerically exact treatment of system-bath coupling, memory effects, and complex spectral densities, including those arising in systems with both bosonic and fermionic reservoirs. The auxiliary operators serve both as a compact representation of environmental correlations and as a computational tool by mapping the problem onto a ladder of coupled evolution equations, preserving information on bath-induced processes up to the truncation order.
1. Mathematical Foundation and Definition
In the HEOM approach, the combined system–environment Hamiltonian comprises the system Hamiltonian , a sum of bath Hamiltonians, and linear coupling terms where represents collective bath coordinates. The reduced system dynamics are determined by tracing out environmental degrees of freedom, resulting in non-Markovian equations due to system-bath memory. Expansion of the bath correlation functions as a sum of exponentials,
is a key step which allows for the introduction of ADOs indexed by non-negative integer vectors . The physical reduced density operator is , with each higher ADO encoding finer orders of system–bath interaction history (Seibt et al., 2018, Huang et al., 2023).
2. Hierarchy Structure and Recursion Relations
ADOs are arranged in a -dimensional lattice, where tier groups all operators with the same total excitation number in the Matsubara decomposition. Each ADO evolves according to a coupled set of equations:
where and is the unit vector in the direction. These couplings realize a structure analogous to creation and annihilation operators in bosonic mode occupation, with "hierarchy-up" and "hierarchy-down" mappings. Rescaling leads to a symmetric form where the coefficients directly mirror bath expansion amplitudes (Seibt et al., 2018).
3. Physical Interpretation and Analogy to Vibronic Basis
Each index in the ADO hierarchy quantifies the number of "quanta" associated with the -th exponential of the -th correlation function, mirroring vibrational mode excitations. The operators connecting different tiers act analogously to bosonic creation ( “up”) and annihilation ( “down”) operators. This correspondence connects ADOs to explicit vibrational bases in open quantum systems, where HEOM's bookkeeping over Matsubara terms effectively simulates vibronic progression without requiring an explicit enlarged basis (Seibt et al., 2018).
4. Extensions: Inclusion of Herzberg–Teller and Non-Condon Effects
Standard HEOM with ADOs is extended to model nonadiabatic Herzberg–Teller (HT) coupling and non-Condon effects by Taylor-expanding electronic couplings and transition dipoles in vibrational coordinates . This yields additional terms that couple different ADOs:
- First- and second-order HT coupling introduce new superoperators linking ADOs that differ by multiple indices, with prefactors determined by the HT derivatives and the bath expansion amplitudes.
- Non-Condon effects are incorporated by operator substitutions, introducing further cross-couplings in the ADO network. Such extensions increase the density of connections in the hierarchy, but preserve the general recursive structure. Consequently, coordinate-dependent electronic couplings and dipole moments can be captured entirely within the HEOM+ADO formalism, without explicit vibronic states (Seibt et al., 2018).
5. Hierarchy Truncation and Convergence Strategies
The multidimensional ADO structure is infinite, necessitating systematic truncation schemes:
- Tier cutoff: Limit total excitation number .
- Importance filtering: Define an “importance” measure for each ADO, e.g.,
ADOs with below a threshold are discarded. Empirically, -- is sufficient for convergence in typical scenarios. These schemes drastically reduce computational cost while maintaining numerical accuracy of system observables (Huang et al., 2023).
6. Computational Implementation and Practical Applications
The implementation of ADO-based HEOM, as exemplified in HierarchicalEOM.jl, involves:
- Encoding multi-index ADOs via a hierarchy dictionary associating flattened integer indices with multi-index data to maximize lookup and memory efficiency.
- Sparse assembly of the full HEOM Liouvillian of dimension , where is the number of retained ADOs.
- Parallelized construction and solution of the coupled differential equations using Julia’s thread-based parallelism.
- Interfacing with high-performance ODE solvers and linear stationary-state routines to enable time propagation, stationary state search, and spectral computations.
- Direct extraction of physical observables—including the reduced density matrix, currents, and spectra—via targeted inspection or contraction of specific ADOs (e.g., first-tier fermionic ADOs provide current operators).
Table: Illustrative organization of the ADO hierarchy in HEOM
| Tier | Multi-index example | Operator encoded |
|---|---|---|
| 0 | Physical reduced density operator | |
| 1 | , | First-tier ADOs, encode leading bath memory |
| 2 | , , etc. | Second-tier ADOs, encode higher-order memory terms |
HierarchicalEOM.jl provides a concrete realization of these ideas for both bosonic and fermionic hybrid baths (Huang et al., 2023).
7. Role in Optical Spectroscopy and Complex System Modeling
ADOs in HEOM have enabled detailed studies of linear absorption and nonlinear spectroscopy of vibronic dimers, demonstrating that bath-mediated effects, HT, and non-Condon corrections can be faithfully captured—even permitting calculation of effective temperature-dressed Huang–Rhys factors in the strong coupling limit. Calculated absorption spectra on the basis of ADOs show direct correspondence with results from explicit vibronic configurations, but with lower computational complexity due to the reduced operator formalism. The generalized ADO approach thus underpins accurate modeling of quantum dynamics in photosynthetic complexes, molecular aggregates, and quantum dots subjected to complex environments (Seibt et al., 2018).