TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
gf_struct.hpp
#include <h5/h5.hpp>
#include <string>
#include <utility>
#include <variant>
#include <vector>

Detailed Description

Provides the type describing the block structure of a block Green's function.

Definition in file gf_struct.hpp.

Go to the source code of this file.

Typedefs

using triqs::gfs::gf_struct_t = std::vector<std::pair<std::string, long>>
 Type describing the structure of a block Green's function.

Functions

void triqs::gfs::h5_read_gf_struct (h5::group g, std::string const &name, gf_struct_t &gf_struct)
 Read a triqs::gfs::gf_struct_t from HDF5, with a backward-compatibility layer for the old format.