NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::read_from_hdf5 | ( | int | nt1, |
hid_t | group_id | ||
) |
Reads the herm_matrix
up to a given number of time steps from an HDF5 group.
Reads the
herm_matrix
, including the matrix size, number of points on real and imaginary axis and fermionic/bosonic character, from a given HDF5 group handle. Theherm_matrix
is read up to a given number of time stepsnt1
.
nt1 |
|
group_id |
|
Definition at line 1762 of file cntr_herm_matrix_impl.hpp.