triqs.gf.gf_fnt.density

triqs.gf.gf_fnt.density()

Density, as a matrix, computed from a Matsubara sum

Signature(gf_view<imfreq,matrix_valued> g, array_view<dcomplex,3> known_moments = {}) -> matrix<dcomplex>

Density, as a matrix, computed from a Matsubara sum

Signature(gf_view<imfreq,scalar_valued> g, array_view<dcomplex,1> known_moments = {}) -> dcomplex

Density, as a complex, computed from a Matsubara sum

Signature(gf_view<refreq,matrix_valued> g) -> matrix<dcomplex>

Density, as a matrix, computed from a frequency integral at zero temperature

Signature(gf_view<refreq,scalar_valued> g) -> dcomplex

Density, as a complex, computed from a frequency integral at zero temperature

Signature(gf_view<refreq,matrix_valued> g, float beta) -> matrix<dcomplex>

Density, as a matrix, computed from a frequency integral at finite temperature

Signature(gf_view<refreq,scalar_valued> g, float beta) -> dcomplex

Density, as a complex, computed from a frequency integral at finite temperature

Signature(gf_view<triqs::gfs::legendre,matrix_valued> g) -> matrix<dcomplex>

Density, as a matrix, computed from evaluation in imaginary time

Signature(gf_view<triqs::gfs::legendre,scalar_valued> g) -> dcomplex

Density, as a complex, computed from evaluation in imaginary time