|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::matsubara_ft | ( | std::complex< T > * | result, |
| int | m, | ||
| GG & | G, | ||
| std::complex< T > * | mdft, | ||
| int | sig, | ||
| T | beta, | ||
| int | order | ||
| ) |
Computes the Fourier series coefficients of a Matsubara function by cubically corrected DFT.
Evaluates the Fourier integral \(G^\mathrm{M}(i \omega_m) = \int^\beta_0 d\tau\,e^{i \omega_m \tau} G^\mathrm{M}(\tau) \) by linearly or cubically corrected DFT.
| result |
|
| m |
|
| G |
|
| mdft |
|
| sig |
|
| beta |
|
| order |
|
Definition at line 191 of file cntr_matsubara_impl.hpp.
References fourier::get_dftcorr_cubic(), and fourier::get_dftcorr_linear().
Here is the call graph for this function: