NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
T cntr::distance_norm2_tv | ( | int | tstp, |
herm_matrix_timestep< T > & | g1, | ||
herm_matrix_timestep< T > & | g2 | ||
) |
Evaluate the Euclidean norm between the left-mixing components a herm_matrix_timestep
and herm_matrix_timestep
at a given time step.
Evaluate the Euclidean norm between the left-mixing components of a
herm_matrix_timestep
\(g_1\) and aherm_matrix_timestep
( \(g_2\)) at a given time step (tstp). The norm is not normalized per elements, but it is the summention of all the elements.
tstp |
|
g1 | |
g2 |
Definition at line 1143 of file cntr_utilities_impl.hpp.
References cntr::herm_matrix_timestep< T >::ntau(), cntr::herm_matrix_timestep< T >::size1(), and cntr::herm_matrix_timestep< T >::tstp().