TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
dlr.hpp
#include "./matsubara_freq.hpp"
#include "./mesh_iterator.hpp"
#include "./utils.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.

Definition in file dlr.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::dlr
 Discrete Lehmann representation (DLR) mesh type. More...
class  triqs::mesh::dlr::mesh_point_t
 Mesh point of a triqs::mesh::dlr mesh. More...

Functions

auto triqs::mesh::evaluate (dlr const &m, auto const &f, double tau)
 Evaluate the DLR approximation of a function \( f \) at a given imaginary time point \( \tau \in [0, \beta] \).
auto triqs::mesh::evaluate (dlr const &m, auto const &f, matsubara_freq const &iw)
 Evaluate the DLR approximation of a function \( f \) at a given Matsubara frequency \( i\omega_n \).