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