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

Detailed Description

Provides a logarithmic real frequency mesh type for NRG algorithms.

Definition in file refreq_log.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::refreq_log
 Logarithmic real frequency mesh type. More...
class  triqs::mesh::refreq_log::mesh_point_t
 Mesh point of a triqs::mesh::refreq_log mesh. More...

Functions

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