|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./block_gf.hpp"#include "../../utility/concept_tools.hpp"#include "../../utility/exceptions.hpp"#include <ostream>#include <string>#include <type_traits>#include <utility>#include <vector>#include "./_block_gf_view_common.hpp"Provides a non-owning view of a block Green's function.
Definition in file block_gf_view.hpp.
Go to the source code of this file.
Classes | |
| class | triqs::gfs::block_gf_view< Mesh, Target, Layout, Arity, IsConst > |
| A non-owning view of a block Green's function. More... | |
| class | triqs::gfs::block_gf_view< Mesh, Target, Layout, Arity, IsConst >::iterator_impl< is_const > |
| Forward iterator over the blocks of a block Green's function. More... | |