|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/block/block_gf.hpp>
Concept checking that a type is a block Green's function.
A type models triqs::gfs::BlockGf if it is one of the block Green's function containers (triqs::gfs::block_gf, triqs::gfs::block_gf_view) or their two-index analogues, i.e. if BlockGreenFunction_v is true for it.
| G | Type to check. |
Definition at line 205 of file block_gf.hpp.