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
orEigen3
;OpenMP
;- Fortran compiler (required for wignerSymbols);
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 .