NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ get_les() [3/4]

template<typename T >
void get_les ( const int  i,
const int  j,
std::complex< T > &  G_les,
herm_matrix_timestep_view< T > &  G 
)
inline

Returns the lesser component of a hermitian contour function at given times.

Purpose

Returns the lesser component \( G^<(t_i,t_j) \) at given times \( t_i\) and \( t_j\). For \( i > j\) the hermitian symmetry is assumed.

Parameters
i

[int] Index of time \( t_i\) .

j

[int] Index of time \( t_j\) .

G_les

[complex<T>] The lesser component (scalar GF).

G

[herm_matrix_timestep_view] Contour function G

Definition at line 592 of file cntr_getset_herm_matrix_timestep_view_inc.hpp.

References get_les().

592  {
593  get_les(i, j, G_les, G, G);
594 }
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.
+ Here is the call graph for this function: