4using namespace triqs::gfs;
8 double tmin = 0, tmax = 10;
14 nda::clef::placeholder<0> t1_;
15 nda::clef::placeholder<1> t2_;
16 g[t1_, t2_] << 2 * t1_;
19 std::cout << g(0.24, 0.36) << std::endl;
The owning Green's function container.
Umbrella header for the Green's function library.
Umbrella header for the TRIQS mesh types.
Target type for a complex scalar-valued Green's function.