|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::dyson_mat | ( | herm_matrix< T > & | G, |
| T | mu, | ||
| function< T > & | H, | ||
| herm_matrix< T > & | Sigma, | ||
| T | beta, | ||
| const int | SolveOrder, | ||
| const int | method, | ||
| const bool | force_hermitian | ||
| ) |
Dyson solver (integral-differential form) for a Green's function \(G\)
One solves the Dyson equation of the following form: \( [ id/dt + \mu - H(t) ] G(t,t^\prime) - [\Sigma*G](t,t^\prime) = \delta(t,t^\prime)\) for a hermitian matrix \(G(t, t^\prime)\) on a Matsubara axis. There are 3 possible methods for solution: Fourier, steep, and fixpoint.
| &G |
|
| mu |
|
| &Sigma |
|
| &H |
|
| SolveOrder |
|
| beta |
|
| method |
|
| force_hermitian |
|
Definition at line 1393 of file cntr_dyson_impl.hpp.
References force_matsubara_hermitian().
Here is the call graph for this function: