Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.05 KB

File metadata and controls

20 lines (13 loc) · 1.05 KB

dyson: Dyson equation solvers for Green's function methods

CI ruff

The dyson package implements various Dyson equation solvers, including novel approaches that avoiding explicitly grid-resolved numerical procedures such as Fourier transforms and analytical continuation. 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.