TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
callbacks.hpp
#include "./first_include.hpp"
#include <functional>

Detailed Description

Callbacks used by the Monte Carlo framework.

Definition in file callbacks.hpp.

Go to the source code of this file.

Functions

std::function< bool()> triqs::utility::clock_callback (int time_in_seconds)
 Build a callback that returns true once a given time in seconds has elapsed since its creation.