Returns the greater component of a general contour function at given times.
- Purpose
Returns the greater component \( G^>(t_i,t_j) \) at given times \( t_i\) and \( t_j\) from \(G^<(t_i,t_j)\) and \(G^\mathrm{R}(t_i,t_j)\).
- Parameters
-
i |
[int] Index of time \( t_i\) .
|
j |
[int] Index of time \( t_j\) .
|
G_gtr |
[complex<T>] The greater component (scalar GF).
|
G |
[herm_matrix_timestep_view] Contour function G
|
Gcc |
[herm_matrix_timestep_view] Hermitian conjugate \(G^\ddagger\) of \(G\).
|
Definition at line 520 of file cntr_getset_herm_matrix_timestep_view_inc.hpp.
References get_les(), and get_ret().
Referenced by get_gtr().
522 std::complex<T> G_les, G_ret;
526 G_gtr = G_les + G_ret;
void get_les(const int i, const int j, std::complex< T > &G_les, herm_matrix_timestep_view< T > &G, herm_matrix_timestep_view< T > &Gcc)
Returns the lesser component of a general contour function at given times.
void get_ret(const int i, const int j, std::complex< T > &G_ret, herm_matrix_timestep_view< T > &G, herm_matrix_timestep_view< T > &Gcc)
Returns the retarded component of a general contour function at given times.