Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 540 Bytes

dyson: Dyson equation solvers for electron propagator methods

The dyson package implements various Dyson equation solvers, with a focus on those avoiding explicitly grid-resolved numerical procedures such as Fourier transforms and analytical continutation. These include the moment-resolved block Lanczos methods for moments of the Green's function or self-energy.

Installation:

From source:

git clone https://github.com/BoothGroup/dyson
pip install .

Usage

Examples are available in the examples directory.