TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
dlr_imtime.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 time.

Definition in file dlr_imtime.hpp.

Go to the source code of this file.

Classes

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

Functions

double triqs::mesh::evaluate (dlr_imtime const &m,...)=delete
 Evaluating a function \( f \) at a given imaginary time point \( \tau \in [0, \beta] \) is deleted for triqs::mesh::dlr_imtime meshes.