-
- Downloads
Add frustmag subdirectory
Basic working example for generic frustrated magnetism MC simulations. First instantiation simulates the Heisenberg model on a 1D chain. Subdirectory contains its own CMakeLists.txt and main.cpp to compile a standalone executable without SVM. This is intended for initial development.
Showing
- frustmag/.gitignore 2 additions, 0 deletionsfrustmag/.gitignore
- frustmag/CMakeLists.txt 18 additions, 0 deletionsfrustmag/CMakeLists.txt
- frustmag/frustmag.hpp 110 additions, 0 deletionsfrustmag/frustmag.hpp
- frustmag/hamiltonian/heisenberg.hpp 108 additions, 0 deletionsfrustmag/hamiltonian/heisenberg.hpp
- frustmag/lattice/chain.hpp 84 additions, 0 deletionsfrustmag/lattice/chain.hpp
- frustmag/main.cpp 83 additions, 0 deletionsfrustmag/main.cpp
- frustmag/site/spin_O3.hpp 46 additions, 0 deletionsfrustmag/site/spin_O3.hpp
- frustmag/update/single_flip.hpp 51 additions, 0 deletionsfrustmag/update/single_flip.hpp
Loading
Please register or sign in to comment