NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::convolution_timestep | ( | int | n, |
herm_matrix< T > & | C, | ||
herm_matrix< T > & | A, | ||
herm_matrix< T > & | Acc, | ||
function< T > & | ft, | ||
herm_matrix< T > & | B, | ||
herm_matrix< T > & | Bcc, | ||
T | beta, | ||
T | h, | ||
int | SolveOrder | ||
) |
Returns convolution of two 'herm_matrix' objects and a contour function at a given time step
Computes contour convolution \(C=A*FxB \) of the 'herm_matrix' object 'A' and 'B' and a time-dependent contour function \(F(t)\) at a given time step 't=nh'. If 'n=-1', one performs Matsubara convolution with a function \(F(-1)\). Works for a scalar and square matrices.
n |
|
C |
|
A |
|
Acc |
|
ft |
|
B |
|
Bcc |
|
beta |
|
h |
|
SolveOrder |
|
Definition at line 2968 of file cntr_convolution_impl.hpp.
References cntr::function< T >::nt(), cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), cntr::function< T >::ptr(), cntr::function< T >::size1(), and cntr::herm_matrix< T >::size1().