TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
gf_const_view.hpp
#include "./gf.hpp"
#include "../../utility/concept_tools.hpp"
#include <itertools/itertools.hpp>
#include <array>
#include <utility>
#include "./_gf_view_common.hpp"

Detailed Description

Provides the triqs::gfs::gf_const_view container, a read-only non-owning view of a Green's function.

Definition in file gf_const_view.hpp.

Go to the source code of this file.

Classes

class  triqs::gfs::gf_const_view< M, Target, Layout >
 A read-only, non-owning view of a Green's function. More...
struct  triqs::gfs::gf_const_view< M, Target, Layout >::target_and_shape_t
 Lightweight handle bundling the target type and its shape. More...