3static_assert(NDIM == 3,
"NDIM must be 3 here");
7int main(
int argc,
char *argv[]) {
13 lattice.
setup({128, 128, 128});
21 onsites(
ALL) reduce += f[X];
25 onsites(
ALL) reduce += f[X];
The field class implements the standard methods for accessing Fields. Hilapp replaces the parity acce...
void setup(const CoordinateVector &siz)
General lattice setup.
constexpr Parity ALL
bit pattern: 011
std::ostream out0
This writes output only from main process (node 0)
void initialize(int argc, char **argv)
Read in command line arguments. Initialise default stream and MPI communication.
void seed_random(uint64_t seed, bool device_rng=true)
Seed random generators with 64-bit unsigned value. On MPI shuffles the seed so that different MPI ran...
void finishrun()
Normal, controlled exit - all nodes must call this. Prints timing information and information about c...