NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::set_timestep | ( | int | tstp, |
herm_matrix_timestep< T > & | timestep | ||
) |
Sets all components at time step tstp
to the components of a given herm_matrix_timestep
.
Sets all components of the
herm_matrix
at time steptstp
to the components of givenherm_matrix_timestep
. Iftstp = -1
, only the Matsubara component will be copied.
tstp |
|
timestep |
|
Definition at line 2137 of file cntr_herm_matrix_impl.hpp.