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