TRIQS/triqs_modest 3.3.0
Brillouin zone summation
|
#include "triqs_modest/utils/defs.hpp"
Go to the source code of this file.
Namespaces | |
namespace | triqs |
namespace | triqs::modest |
Functions | |
std::vector< std::vector< long > > | triqs::modest::analyze_degenerate_blocks (block_gf< imfreq, matrix_valued > const &Gimp, double threshold=1.e-5) |
Find the generate blocks of a BlockGf by analyzing G(τ=0) or G(iω₀) using the union-find algorithm. | |
block_gf< imfreq, matrix_valued > | triqs::modest::symmetrize_gf (block_gf< imfreq, matrix_valued > const &Gin, std::vector< std::vector< long > > degenerate_blocks) |
Symmetrize the blocks of a Green's function given a list of it's degenerate blocks. | |