NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::Bubble1 | ( | int | tstp, |
GGC & | C, | ||
int | c1, | ||
int | c2, | ||
GGA & | A, | ||
int | a1, | ||
int | a2, | ||
GGB & | B, | ||
int | b1, | ||
int | b2 | ||
) |
Evaluate a bubble diagram ( \(C\)) from two-time contour functions \(A,B\) at the time step; \( C_{c_1,c_2}(t_1,t_2) = i A_{a_1,a_2}(t_t,t_2) * B_{b_2,b_1}(t_2,t_1) \).
Evaluate the two-time contour function \(C\) represented as a bubble diagram with two-time functions \(A,B\); \( C_{c_1,c_2}(t_1,t_2) = i A_{a_1,a_2}(t_t,t_2) * B_{b_2,b_1}(t_2,t_1) \). This evaluation is done at the time step (i.e. \( t_1 \) or \( t_2 \) is the time step) for all components (retarded, lesser, left-mixing and Matsubara). The evaluated value of \( i A_{a_1,a_2}(t_t,t_2) * B_{b_2,b_1}(t_2,t_1)\) is stored at \( C_{c_1,c_2}(t_1,t_2)\). Here \(A\) and \(B\) are assumed to have the hermitian symmetry.
tstp |
|
C |
|
c1 |
|
c2 |
|
A |
|
a1 |
|
a2 |
|
B |
|
b1 |
|
b2 |
|
Definition at line 205 of file cntr_bubble_impl.hpp.
References Bubble1().