NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::convolution_density_matrix | ( | int | tstp, |
cdmatrix & | rho, | ||
GG & | A, | ||
GG & | B, | ||
T | beta, | ||
T | h, | ||
int | SolveOrder | ||
) |
Returns the result of the contour convolution for a density matrix
Calls convolution routines to compute contour convolution \(\rho=-i (A*B)^<\). The objects A and B are of the class type 'GG'. Works for a scalar and square matrices.
tstp | [int] given time-step |
rho |
|
A |
|
B |
|
beta |
|
h |
|
SolveOrder |
|
Definition at line 4073 of file cntr_convolution_impl.hpp.