TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::gfs::gf_h5_rw< V, T >

#include <triqs/gfs/h5.hpp>

Detailed Description

template<typename V, typename T>
struct triqs::gfs::gf_h5_rw< V, T >

Traits class for reading/writing a Green's function from/to HDF5.

HDF5 read/write implementation for Green's functions.

This template is specialized for the various mesh/target combinations (and for block Green's functions) to provide the concrete HDF5 serialisation logic.

Template Parameters
Meshtriqs::mesh::Mesh type.
TargetTarget type of the Green's function.

Provides the static write and read members used to serialize the data and mesh of a Green's function to and from an HDF5 group. The template can be specialized (e.g. for block Green's functions) to customize the on-disk layout.

Template Parameters
VThe mesh (variable) type of the Green's function.
TThe target type of the Green's function.

Definition at line 95 of file h5.hpp.


The documentation for this struct was generated from the following files: