|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/gf_sym_grp.hpp>
Initializer-function concept for scalar-valued Green's functions.
A ScalarGfInitFunc accepts a mesh index and returns the (scalar) value type of the Green's function.
| F | Anything callable with a mesh_index_t. |
| G | Anything modeling the gf concept (with target_rank == 0). |
| mesh_index_t | Mesh index type for G. |
Definition at line 92 of file gf_sym_grp.hpp.