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

Detailed Description

Provides a mesh type for Chebyshev collocation points in imaginary time.

Definition in file chebyshev.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::chebyshev
 Chebyshev imaginary time mesh type. More...
class  triqs::mesh::chebyshev::mesh_point_t
 Mesh point of a triqs::mesh::chebyshev mesh. More...

Functions

auto triqs::mesh::evaluate (chebyshev const &m, auto const &f, double tau)
 Barycentric interpolation of a function \( f \) at an imaginary time point \( \tau \in [0, \beta] \).