TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::gfs::BlockGf

#include <triqs/gfs/block/block_gf.hpp>

Detailed Description

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.

Template Parameters
GType to check.

Definition at line 205 of file block_gf.hpp.

Concept definition

template<typename G>
concept triqs::gfs::BlockGf = BlockGreenFunction_v<G>
Concept checking that a type is a block Green's function.
Definition block_gf.hpp:205