NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ get_vt() [4/4]

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

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

Purpose

Returns the right-mixing component \( G^\lceil(\tau_m,t_i) \) at given times \( t_i\) and \( \tau_m\) assuming hermitian symmetry.

Parameters
m

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

i

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

G_vt

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

G

[herm_matrix_timestep] Contour function G

Definition at line 794 of file cntr_getset_herm_matrix_timestep_view_inc.hpp.

References get_vt().

794  {
795  get_vt(m, i, G_vt, G);
796 }
void get_vt(const int m, const int i, std::complex< T > &G_vt, herm_matrix_timestep_view< T > &G, herm_matrix_timestep_view< T > &Gcc)
Returns the right-mixing component of a general contour function at given times. ...
+ Here is the call graph for this function: