NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::density_matrix | ( | int | tstp, |
Matrix & | M | ||
) | const |
Returns the density matrix at given time step.
Returns the matrix-valued density matrix at given time step tstp
. Setting tstp = -1
returns the equilibrium density matrix \( \rho = -C^\mathrm{M}(\beta) \), while tstp >= 0
returns \( \rho(t) = i \eta C^<(t,t) \). Works for square-matrices only.
tstp |
|
M |
|
Definition at line 1018 of file cntr_herm_matrix_impl.hpp.
References cntr::get_les(), and cntr::get_mat().