|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::vie2 | ( | herm_matrix< T > & | G, |
| herm_matrix< T > & | F, | ||
| herm_matrix< T > & | Fcc, | ||
| herm_matrix< T > & | Q, | ||
| T | beta, | ||
| T | h, | ||
| const int | SolveOrder, | ||
| const int | matsubara_method | ||
| ) |
One step VIE solver \((1+F)*G=Q\) for a Green's function \(G\)
One solves the linear equation \((1+F)*G=Q\) for a hermitian matrix \(G(t, t^\prime)\) with given \(F(t, t^\prime)\) and \(Q(t, t^\prime)\). Here, one calls the routines 'vie2_mat()', 'vie2_start()', 'vie2_timestep'.
| &G |
|
| &F |
|
| &Fcc |
|
| &Q |
|
| beta |
|
| h |
|
| SolveOrder |
|
| matsubara_method |
|
Definition at line 1729 of file cntr_vie2_impl.hpp.
References cntr::herm_matrix< T >::nt().
Here is the call graph for this function: