A simple molecular dynamics (MD) engine that runs for any potential energy funtional with a flexible parser
- GNU libmatheval
- GNU Make
- Intel C++ Compiler (>=2018)
Prepare the correct Intel compiler fully supporting C++11 and the GNU libmatheval library.
cd src/
make clean
make -j4
In the src/
folder
./md -i [inputfile]
See the example/
folder