This repository aims to be convenient for solving molecular dynamics problems. Standard modeling tools have been implemented:
- Lennard-Jones potential
- Maxwell velocity distribution
- Periodic boundary conditions.
The mechanism for constructing graphs of the researching quantities is also implemented. With the help of the above algorithms and formula for calculating the moment, influence on the motion of Brownian particles, caused by the moment of the inertia center is obtained.
https://www.youtube.com/watch?v=ffHDQtUgEuQ
- SFML 2.0+ development headers and library
sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libsfml-dev
- C++11 compliant compiler
- CMake build tool
Standard GitHub cloning, adding the recursive term for submodules.
git clone `https://github.com/SuldinVyacheslav/Inertia-MolecularDynamics.git`
$ cd Inertia-MolecularDynamics
$ mkdir build/ && cd build/
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make
Source code of this repository is released under the Apache-2.0 license