TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
refreq_pts.hpp
#include "./mesh_iterator.hpp"
#include "./utils.hpp"
#include "../utility/exceptions.hpp"
#include "../utility/macros.hpp"
#include <fmt/format.h>
#include <h5/h5.hpp>
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <initializer_list>
#include <iostream>
#include <numeric>
#include <string>
#include <vector>

Detailed Description

Provides a real frequency mesh type from arbitrary sorted frequency points.

Definition in file refreq_pts.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::refreq_pts
 Real frequency mesh type from arbitrary sorted frequency points. More...
class  triqs::mesh::refreq_pts::mesh_point_t
 Mesh point of a triqs::mesh::refreq_pts mesh. More...

Functions

auto triqs::mesh::evaluate (refreq_pts const &m, auto const &f, double w)
 Linear interpolation of a function \( f \) defined on a triqs::mesh::refreq_pts mesh at a real frequency \( \omega \).