SpinParser
1.0
|
Spin model representation. More...
#include <SpinModel.hpp>
Classes | |
struct | SpinInteraction |
Representation of a two-spin interaction. More... | |
Public Attributes | |
std::vector< std::pair< LatticeIterator, SpinInteraction > > | interactions |
List of two-spin interactions in the model. All interactions are between the lattice site pair (s1,s2), where s1 is the reference site and s2 is specified by the LatticeIterator. | |
std::vector< std::string > | interactionParameters |
List of string-form interaction parameters as used in the task file. The order of the list corresponds to the order in SpinModel::interactions. | |
Spin model representation.
A spin model represents the set of two-spin interactions in the Hamiltonian. The initial conditions of the pf-FRG flow depend on these couplings. The SpinModel object is therefore passed to the initialization of the EffectiveAction object.