triqs.gfs.tools.make_zero_tail
- triqs.gfs.tools.make_zero_tail(g, n_moments=10)[source]
Container for high-frequency tail coefficients, initialized to zero.
- Parameters:
- gGf or BlockGf
Green’s function on a frequency or time mesh for which the tail is constructed.
- n_momentsint, optional
Number of tail moments \(G_n\) (orders
0 ... n_moments-1). Default10.
- Returns:
- Raises:
- RuntimeError
If
gis not a frequency or time Green’s function.