triqs.gf.gf_fnt
C++ wrapping of functions on Green functions …
Functions
Density, as a matrix, computed from a Matsubara sum |
|
Signature : (gf_view<triqs::gfs::legendre,matrix_valued> gl, matrix_view<double> disc) -> None Modify the coefficient to adjust discontinuity |
|
tail |
|
Signature : (gf_const_view<imfreq,matrix_valued> g, int n_min, int n_max, array_const_view<dcomplex,3> known_moments, int n_tail_max, int expansion_order) -> std::pair<array<dcomplex,3>, double> Fits the tail on the [n_min, n_max] window + negative counter part with the contraint of hermitian moment matrices |
|
tail |
|
Signature : (gf_const_view<imfreq,matrix_valued> g, int n_min, int n_max, array_const_view<dcomplex,3> known_moments, int n_tail_max, int expansion_order) -> std::pair<array<dcomplex,3>, double> Fits the tail on the [n_min, n_max] window + negative counter part |
|
Signature : (gf<imfreq,scalar_valued> g, float tolerance = 1.e-12) -> bool |
|
Signature : (gf<imfreq,scalar_valued> g, float tolerance = 1.e-12) -> bool |
|
Signature : (gf_view<imtime,matrix_valued> g, int new_n_tau) -> gf<imtime, matrix_valued> Rebins the data of a GfImTime on a sparser mesh |
|
Signature : (gf_view<imfreq,matrix_valued> g, array_const_view<dcomplex,3> tail, int n_min) -> None Replace the function by the evaluation of the tail for |n| > n_min |
|
Signature : (gf_view<imfreq,matrix_valued> g, array_const_view<dcomplex,3> tail) -> None Replace the function by the evaluation of the tail for |n| > n_min |
|
Fills self with the Fourier transform of g_in |
|
Fills self with the legendre transform of gw |
|
Fills self with the legendre transform of gt |
|
Fills self with the legendre transform of gl |
|
Signature : (gf_view<refreq,matrix_valued> gw, gf_view<imfreq,matrix_valued> giw, int n_points = 100, float freq_offset = 0.0) -> None |
Classes