Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 695 Bytes

Molecular Dynamics Engine

A simple molecular dynamics (MD) engine that runs for any potential energy funtional with a flexible parser

Prerequisites

Compilation

Preparation

Prepare the correct Intel compiler fully supporting C++11 and the GNU libmatheval library.

Run the following commands

cd src/
make clean
make -j4

The binary will be ready for use

In the src/ folder

./md -i [inputfile]

Test and Examples

See the example/ folder