Spinner is a magnetochemical software package. It uses the Spin-Hamiltonian approach and statistical physics to describe the magnetism of molecular systems. At the moment, Spinner works only with the temperature dependence of the magnetic susceptibility.
git clone https://github.com/ruthenium96/spinner.git
cd spinner
Install following dependencies:
Armadillo
or Eigen3
;OpenMP
;GoogleTest
(required for tests, optional).Install Docker and run:
chmod +x docker.sh
sudo ./docker.sh init
sudo ./docker.sh shell # or sudo ./docker.sh shell_restart
cd project
mkdir build
cd build
cmake ..
make # or cmake --build .