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

Detailed Description

Provides a mesh type on the real time axis.

Definition in file retime.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::retime
 Real time mesh type. More...

Functions

auto triqs::mesh::evaluate (retime const &m, auto const &f, double t)
 Linear interpolation of a function \( f \) defined on a triqs::mesh::retime mesh at a real time point \(t \in [t_{\mathrm{min}}, t_{\mathrm{max}}] \).