TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
imtime.hpp
#include "./bases/linear.hpp"
#include "./utils.hpp"
#include "../utility/macros.hpp"
#include <fmt/format.h>
#include <h5/h5.hpp>
#include <iostream>
#include <string>

Detailed Description

Provides a mesh type on the imaginary time axis.

Definition in file imtime.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::imtime
 Imaginary time mesh type. More...

Functions

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