#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>
Go to the source code of this file.
|
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...
|
|