TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
imfreq.hpp
#include "./matsubara_freq.hpp"
#include "./mesh_iterator.hpp"
#include "./tail_fitter.hpp"
#include "./utils.hpp"
#include "../utility/macros.hpp"
#include <fmt/format.h>
#include <h5/h5.hpp>
#include <nda/nda.hpp>
#include <complex>
#include <cstdint>
#include <iostream>
#include <numbers>
#include <string>
#include <tuple>

Detailed Description

Provides a mesh type on the imaginary frequency axis.

Definition in file imfreq.hpp.

Go to the source code of this file.

Classes

struct  triqs::mesh::energy_t
 Represents an energy value to distinguish constructors in imaginary-frequency mesh. More...
class  triqs::mesh::imfreq
 Imaginary frequency mesh type. More...
class  triqs::mesh::imfreq::mesh_point_t
 Mesh point of a triqs::mesh::imfreq mesh. More...

Functions

auto triqs::mesh::evaluate (imfreq const &m, auto const &f, matsubara_freq const &iw)
 Evaluate a function \( f \) defined on a triqs::mesh::imfreq mesh at a given Matsubara frequency \(i\omega_n\).