Skip to content

This is a simple MD engine that runs for any potential energy functional.

Notifications You must be signed in to change notification settings

zwang123/my_md_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple MD engine that runs for any potential energy functional.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published