TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
grid_generator.hpp
#include <itertools/itertools.hpp>
#include <nda/nda.hpp>
#include <iterator>

Detailed Description

Provides a forward iterator generating a regular grid of points in a cuboid.

Definition in file grid_generator.hpp.

Go to the source code of this file.

Classes

class  triqs::lattice::grid_generator
 Forward iterator generating uniformly-spaced points in the d-dimensional unit cube \( [0,1)^d \). More...

Typedefs

using triqs::lattice::v_t = nda::vector<double>
 Point type used by grid_generator: a real-valued vector (nda::vector<double>).