A parallel C++ Library for Simulations in the Heisenberg Model
Classes | Namespaces
grid.h File Reference
#include <vector>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <hdf5.h>
#include <random>
#include <cuda_runtime.h>
#include <thrust/host_vector.h>
#include <thrust/device_vector.h>
Include dependency graph for grid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HB::NB
 A struct containing six neighbour inidices of a spin in three dimensions. More...
 
struct  HB::Spin
 A class storing spin values represented by two angles. More...
 
class  HB::Grid< T >
 A class storing spin values as a grid and certain meta information. More...
 

Namespaces

 HB