|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include <triqs/gfs/h5.hpp>
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.
| Mesh | triqs::mesh::Mesh type. |
| Target | Target 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.
| V | The mesh (variable) type of the Green's function. |
| T | The target type of the Green's function. |