TRIQS/triqs_modest 3.3.0
Brillouin zone summation
|
Classes | |
struct | gf_struct2_t |
Functions | |
template<typename Mesh > | |
block2_gf< Mesh > | decomposition_view (block2_gf< Mesh > const &g, gf_struct2_t const &stru) |
template<typename Mesh > | |
block2_gf< Mesh > | decomposition_view (block_gf< Mesh > const &g, gf_struct2_t const &stru) |
template<typename Mesh > | |
gf_struct2_t | get_struct (block2_gf< Mesh, matrix_valued > const &g) |
template<typename Mesh > | |
gf_struct_t | get_struct (block_gf< Mesh > const &g) |
block2_gf< mesh::dlr_imfreq, matrix_valued > | make_block2_dlr_gf (block2_gf< mesh::imfreq, matrix_valued > const &g, double w_max, double eps) |
template<typename Mesh > | |
block2_gf< Mesh, matrix_valued > | make_block2_gf (Mesh const &mesh, gf_struct2_t const &gf_s) |
block2_gf< Mesh > triqs::gfs::decomposition_view | ( | block2_gf< Mesh > const & | g, |
gf_struct2_t const & | stru | ||
) |
Definition at line 64 of file gf_supp.hpp.
block2_gf< Mesh > triqs::gfs::decomposition_view | ( | block_gf< Mesh > const & | g, |
gf_struct2_t const & | stru | ||
) |
Definition at line 75 of file gf_supp.hpp.
gf_struct2_t triqs::gfs::get_struct | ( | block2_gf< Mesh, matrix_valued > const & | g | ) |
Definition at line 58 of file gf_supp.hpp.
gf_struct_t triqs::gfs::get_struct | ( | block_gf< Mesh > const & | g | ) |
Definition at line 51 of file gf_supp.hpp.
|
inline |
Definition at line 85 of file gf_supp.hpp.
block2_gf< Mesh, matrix_valued > triqs::gfs::make_block2_gf | ( | Mesh const & | mesh, |
gf_struct2_t const & | gf_s | ||
) |
Definition at line 41 of file gf_supp.hpp.