NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ get_tv() [4/4]

template<typename T >
void get_tv ( const int  i,
const int  m,
cdmatrix &  G_tv,
herm_matrix_timestep_view< T > &  G 
)

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

[cdmatrix] The left-mixing component (returned to an eigen3 matrix).

G

[herm_matrix_timestep_view] Contour function G

Definition at line 734 of file cntr_getset_herm_matrix_timestep_view_inc.hpp.

References get_tv().

734  {
735  get_tv(i, m, G_tv, G);
736 }
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: