triqs.gfs.descriptors
Concrete Green’s function descriptors used with the << operator.
This module provides the ready-made descriptors that fill a Green’s function with a closed-form expression:
SemiCircular— Hilbert transform of a semicircular DOS.Flat(aliasWilson) — Hilbert transform of a flat DOS with cutoff.Fourier— lazy Fourier transform between conjugate meshes.LegendreToMatsubara,MatsubaraToLegendre— lazy basis transforms.OneFermionInTime— a one-fermion imaginary-time propagator.
The frequency placeholders Omega and
iOmega_n and the
Function / Const
descriptors are re-exported from triqs.gfs.descriptor_base.
See Also: __lshift__() – Operator that applies a descriptor.
Functions
|
Return \(\omega \mapsto \rho(\omega)\) for a semicircular DOS with the given half-bandwidth. |
Classes
|
Hilbert transform of a flat density of states with cutoff. |
|
Lazy Fourier transform between conjugate meshes. |
Lazy Legendre → Matsubara basis transform. |
|
Lazy Matsubara → Legendre basis transform. |
|
|
Single-fermion propagator on an imaginary-time mesh. |
|
Hilbert transform of a semicircular density of states. |
alias of |