|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "../gf/defs.hpp"#include "../gf/gf_const_view.hpp"#include "../gf/gf_view.hpp"#include "../../mesh/legendre.hpp"Provides functions specific to Legendre-basis Green's functions.
Definition in file legendre.hpp.
Go to the source code of this file.
Functions | |
| void | triqs::gfs::enforce_discontinuity (gf_view< mesh::legendre > gl, nda::array_const_view< double, 2 > disc) |
| Enforce a prescribed jump at \( \tau = 0 \) for a Legendre Green's function. | |
| array< dcomplex, 3 > | triqs::gfs::get_tail (gf_const_view< mesh::legendre > gl) |
| Extract the leading high-frequency moments of a Legendre Green's function. | |