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

A class storing spin values represented by two angles. More...

#include <grid.h>

Public Attributes

float phi
 
float theta
 

Detailed Description

A class storing spin values represented by two angles.

Definition at line 28 of file grid.h.

Member Data Documentation

◆ phi

float HB::Spin::phi

polar angle

Definition at line 29 of file grid.h.

◆ theta

float HB::Spin::theta

azimuthal angle

Definition at line 30 of file grid.h.


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