TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
dlr_imfreq.hpp
#include "./matsubara_freq.hpp"
#include "./mesh_iterator.hpp"
#include "./utils.hpp"
#include "./dlr.hpp"
#include "../utility/macros.hpp"
#include <cppdlr/cppdlr.hpp>
#include <h5/h5.hpp>
#include <fmt/format.h>
#include <itertools/itertools.hpp>
#include <nda/nda.hpp>
#include <cstdint>
#include <iostream>
#include <memory>
#include <string>
#include <string_view>
#include <utility>

Detailed Description

Provides a mesh type for the discrete Lehmann representation in imaginary frequency space.

Definition in file dlr_imfreq.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::dlr_imfreq
 Imaginary frequency discrete Lehmann representation (DLR) mesh type. More...
class  triqs::mesh::dlr_imfreq::mesh_point_t
 Mesh point of a triqs::mesh::dlr_imfreq mesh. More...

Functions

double triqs::mesh::evaluate (dlr_imfreq const &m,...)=delete
 Evaluating a function \( f \) at a given Matsubara frequency \( i\omega_n \) is deleted for triqs::mesh::dlr_imfreq meshes.