NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ get_tv() [3/4]

template<typename T >
void get_tv ( const int  i,
const int  m,
std::complex< T > &  G_tv,
herm_matrix_timestep_view< T > &  G 
)
inline

Returns the left-mixing component of a hermitian contour function at given times.

Purpose

Returns the left-mixing component \( G^\rceil(t_i,\tau_m) \) at given times \( t_i\) and \( \tau_m\).

Parameters
i

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

m

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

G_tv

[complex<T>] The left-mixing component (scalar GF).

G

[herm_matrix_timestep_view] Contour function G

Definition at line 707 of file cntr_getset_herm_matrix_timestep_view_inc.hpp.

References get_tv().

707  {
708  get_tv(i, m, G_tv, G);
709 }
void get_tv(const int i, const int m, std::complex< T > &G_tv, herm_matrix_timestep_view< T > &G, herm_matrix_timestep_view< T > &Gcc)
Returns the left-mixing component of a general contour function at given times. ...
+ Here is the call graph for this function: