Skip to content

snsinfu/micromd

Repository files navigation

Molecular Dynamics Microframework

Release Build Status Boost License C++14,17,20

Header-only molecular dynamics microframework for C++.

Install

Option 1: Single-header build

Go to the release page and download md.hpp into your include directory. You can then use micromd by #include <md.hpp>.

Option 2: Git submodule

Clone the repository as a git submodule (change the submodule path as you like):

git submodule add https://github.com/snsinfu/micromd submodules/github.com/snsinfu/micromd

Then, add this to your g++/clang++ flags (CXXFLAGS if you use Makefile):

-isystem submodules/github.com/snsinfu/micromd/include

You can then use micromd by #include <md.hpp>.

Test

git clone https://github.com/snsinfu/micromd
cd micromd/tests
make

License

Boost v1.