NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix_timestep< T >::incr_timestep | ( | int | tstp, |
herm_matrix< T > & | g, | ||
T | alpha = 1.0 |
||
) |
Increase the value of the herm_matrix_timestep
by \(\alpha g(t)\)
Increase the value of
herm_matrix_timestep
by a value of \(\alpha g(t) \), where \( g(t)\) is aherm_matrix
and \(\alpha \) is a complex number. If \(t>-1\) thenret,les,tv
components are set, otherwisemat
. Works for scalar or square-matrix contour objects.
tstp |
|
g |
|
alpha |
|
Definition at line 2019 of file cntr_herm_matrix_timestep_impl.hpp.
References cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), and cntr::herm_matrix< T >::size1().