|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::vie2_timestep_sin | ( | int | n, |
| herm_matrix< T > & | G, | ||
| function< T > & | Gsin, | ||
| herm_matrix< T > & | F, | ||
| herm_matrix< T > & | Fcc, | ||
| function< T > & | Fsin, | ||
| herm_matrix< T > & | Q, | ||
| function< T > & | Qsin, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
One step VIE solver \((1+F)*G=Q\) for Green's function with instantaneous contributions for given integration order.
One solvs the linear equation \((1+F)*G=Q\) for \(G(t, t^\prime)\) with the given input kernel \(F(t, t^\prime)\), its hermitian conjugate \(F^\ddagger(t, t^\prime)\), and the source term \(Q(t, t^\prime)\) for the given integration order 'kt' at a given timestep. The Green's functions \(G(t, t^\prime)\) and \(Q(t, t^\prime)\) have instantaneous contributions.
| n |
|
| &G |
|
| &Gsin |
|
| &F |
|
| &Fcc |
|
| &Fsin |
|
| &Q |
|
| &Qsin |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 1779 of file cntr_vie2_impl.hpp.
References cntr::function< T >::get_value(), cntr::herm_matrix< T >::incr_timestep(), cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), cntr::function< T >::set_value(), cntr::herm_matrix< T >::sig(), cntr::herm_matrix< T >::size1(), and cntr::herm_matrix< T >::size2().
Here is the call graph for this function: