#include using namespace triqs::gfs; int main() { double tmin = 0, tmax = 10; // the time interval int n_times = 100; // we will have 100 points auto g = gf{{tmin, tmax, n_times}}; }