Go to the documentation of this file.
38 std::vector<std::pair<LatticeIterator, SpinInteraction> >
interactions;
SpinInteraction()
Construct a new SpinInteraction object and initialize all interactions to zero.
Definition: SpinModel.hpp:30
std::vector< std::string > interactionParameters
List of string-form interaction parameters as used in the task file. The order of the list correspond...
Definition: SpinModel.hpp:39
Representation of a physical lattice.
Representation of a two-spin interaction.
Definition: SpinModel.hpp:25
Spin model representation.
Definition: SpinModel.hpp:19
std::vector< std::pair< LatticeIterator, SpinInteraction > > interactions
List of two-spin interactions in the model. All interactions are between the lattice site pair (s1,...
Definition: SpinModel.hpp:38
float interactionStrength[3][3]
Interaction strength, encoded as interactionStrength[s1][s2], where s1 is the x, y,...
Definition: SpinModel.hpp:33