|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| T cntr::correlation_energy | ( | int | tstp, |
| herm_matrix< T > & | G, | ||
| herm_matrix< T > & | Sigma, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
Returns the result of the correlation energy at a given time-step from the time-diagonal convolution
Calculates the correlation energy given by \( -i/2\) Tr \([G*\Sigma]^<\) at a given time step 'tstp'. The objects 'G' and 'Sigma' are of the class type 'herm_matrix'.
| tstp |
|
| G |
|
| Sigma |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 533 of file cntr_utilities_impl.hpp.
References cntr::herm_matrix< T >::size1().
Here is the call graph for this function: