|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::Bubble1 | ( | int | tstp, |
| GGC & | C, | ||
| GGA & | A, | ||
| GGA & | Acc, | ||
| GGB & | B, | ||
| GGB & | Bcc | ||
| ) |
Evaluate a bubble diagram ( \(C\)) from two-time contour functions \(A,B\) at the time step; \( C_{0,0}(t_1,t_2) = i A_{0,0}(t_t,t_2) * B_{0,0}(t_2,t_1) \).
Evaluate the two-time contour function \(C\) represented as a bubble diagram with two-time functions \(A,B\); \( C_{0,0}(t_1,t_2) = i A_{0,0}(t_t,t_2) * B_{0,0}(t_2,t_1) \). Here it is assmued that \(A\), \(B\) and \(C\) are \(1\times 1\) matrices. 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_{0,0}(t_t,t_2) * B_{0,0}(t_2,t_1)\) is stored at \( C_{0,0}(t_1,t_2)\).
| tstp |
|
| C |
|
| A |
|
| Acc |
|
| B |
|
| Bcc |
|
Definition at line 214 of file cntr_bubble_impl.hpp.
References Bubble1().
Here is the call graph for this function: