Green's Functions
Green’s functions provide a compact language for asking how an added electron or hole propagates through an interacting system. Rather than describing a single wavefunction, the one-particle Green’s function organizes excitation energies, spectral weights, lifetimes, densities, and thermodynamic information in one frequency-dependent object.
The central objects
For a non-interacting reference with one-particle Hamiltonian $h_0$, the frequency-domain propagator is
$$ G_0(z)=\left[(z+\mu)S-h_0\right]^{-1}, $$
where $S$ is the overlap matrix and $\mu$ is the chemical potential. Interactions dress this propagator through Dyson’s equation,
$$ G^{-1}(z)=G_0^{-1}(z)-\Sigma(z). $$
The self-energy $\Sigma$ is the effective, energy-dependent potential that contains exchange and correlation. Choosing an approximation to $\Sigma$, then solving Dyson’s equation consistently, defines a Green’s-function method.
Propagation
Where and when a particle or hole excitation can travel.
Correlation
How interactions shift, broaden, and redistribute spectral weight.
Observation
The spectral function that connects theory to charged-excitation spectra.
Approximations and extensions in this notebook
GF2 approximation
Direct and exchange diagrams through second order in the bare interaction.
Read the note → ScreeningGW approximation
A dynamically screened interaction summed through the polarization.
Read the note → Beyond GWVertex corrections
Self-consistent SOX, SOSEX, 2SOSEX, and G3W2 corrections to the self-energy.
Read the note →A self-consistent calculation
- Build a reference Green’s function $G_0$ and choose $\mu$.
- Evaluate the self-energy $\Sigma[G]$ for the selected approximation.
- Solve Dyson’s equation to obtain an updated $G$.
- Update the density and chemical potential, then repeat until all target quantities converge.
- Continue $G$ or $\Sigma$ from the imaginary axis when real-frequency spectra are required.
The same loop can behave very differently under GF2, GW, and vertex-corrected GW because their diagrammatic content, screening, and failure modes differ. The notes below focus on those distinctions.