|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::Bubble2 | ( | int | tstp, |
| GGC & | C, | ||
| int | c1, | ||
| int | c2, | ||
| GGA & | A, | ||
| GGA & | Acc, | ||
| int | a1, | ||
| int | a2, | ||
| GGB & | B, | ||
| GGB & | Bcc, | ||
| 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_1,t_2) * B_{b_1,b_2}(t_1,t_2) \).
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_1,t_2) * B_{b_1,b_2}(t_1,t_2) \). 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_1,t_2) * B_{b_1,b_2}(t_1,t_2) \) is stored at \( C_{c_1,c_2}(t_1,t_2)\).
| tstp |
|
| C |
|
| c1 |
|
| c2 |
|
| A |
|
| Acc |
|
| a1 |
|
| a2 |
|
| B |
|
| Bcc |
|
| b1 |
|
| b2 |
|
Definition at line 291 of file cntr_bubble_impl.hpp.
Referenced by Bubble2().
Here is the caller graph for this function: