|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./gf/gf.hpp"#include <nda/sym_grp.hpp>#include <array>#include <cstddef>#include <functional>#include <tuple>#include <utility>#include <vector>Provides the sym_grp class and concepts to detect, exploit and enforce symmetries of Green's functions.
Definition in file gf_sym_grp.hpp.
Go to the source code of this file.
Classes | |
| class | triqs::gfs::sym_grp< F, G > |
| Symmetry group of a Green's function. More... | |
Concepts | |
| concept | triqs::gfs::ScalarGfInitFunc |
| Initializer-function concept for scalar-valued Green's functions. | |
| concept | triqs::gfs::ScalarGfSymmetry |
| Symmetry concept for scalar-valued Green's functions. | |
| concept | triqs::gfs::TensorGfInitFunc |
| Initializer-function concept for tensor-valued Green's functions. | |
| concept | triqs::gfs::TensorGfSymmetry |
| Symmetry concept for tensor-valued Green's functions. | |