|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./bases/linear.hpp"#include "./tail_fitter.hpp"#include "../utility/macros.hpp"#include <fmt/format.h>#include <h5/h5.hpp>#include <iostream>#include <string>#include <utility>Provides a mesh type on the real frequency axis.
Definition in file refreq.hpp.
Go to the source code of this file.
Classes | |
| class | triqs::mesh::refreq |
| Real frequency mesh type. More... | |
Functions | |
| auto | triqs::mesh::evaluate (refreq const &m, auto const &f, double w) |
| Linear interpolation of a function \( f \) defined on a triqs::mesh::refreq mesh at a real frequency \(\omega \in [\omega_{\text{min}}, \omega_{\text{max}}] \). | |