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.
From source:
git clone https://github.com/BoothGroup/dyson
pip install .
Examples are available in the examples
directory.