A parallel C++ Library for Simulations in the Heisenberg Model
Public Attributes | List of all members
HB::NB Struct Reference

A struct containing six neighbour inidices of a spin in three dimensions. More...

#include <grid.h>

Public Attributes

size_t up
 
size_t right
 
size_t back
 
size_t down
 
size_t left
 
size_t front
 

Detailed Description

A struct containing six neighbour inidices of a spin in three dimensions.

Definition at line 18 of file grid.h.

Member Data Documentation

◆ back

size_t HB::NB::back

Definition at line 21 of file grid.h.

◆ down

size_t HB::NB::down

Definition at line 22 of file grid.h.

◆ front

size_t HB::NB::front

Definition at line 24 of file grid.h.

◆ left

size_t HB::NB::left

Definition at line 23 of file grid.h.

◆ right

size_t HB::NB::right

Definition at line 20 of file grid.h.

◆ up

size_t HB::NB::up

Definition at line 19 of file grid.h.


The documentation for this struct was generated from the following file: