|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./pade.hpp"#include "../../utility/exceptions.hpp"#include "../../utility/pade_approximants.hpp"#include <complex>Implementation of the Pade analytic continuation.
Definition in file pade.cpp.
Go to the source code of this file.
Functions | |
| void | triqs::gfs::pade (gf_view< mesh::refreq, scalar_valued > gr, gf_const_view< mesh::imfreq, scalar_valued > gw, int n_points, double freq_offset) |
| Analytically continue a scalar Matsubara Green's function to the real-frequency axis via Pade. | |