Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
/ CppMD Public archive

A simple Lennard-Jones molecular dynamics software (simplification of SimpleMD)

Notifications You must be signed in to change notification settings

gevtushenko/CppMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppMD

This project is simplification of SimpleMD project - molecular dynamics software which can be used to simulate Lennard-Jones systems.

How to use

Build CppMD

mkdir build && cd build
cmake .. && make -j

Run CppMD

./CppMD -c FILE.xyz

Visualize results with Paraview by using point gaussian

cppmdparaview

Tests

All tests using boost unit test framework. How to run the test:

make test

How to run the test coverage:

lcov --zerocounters --directory .
lcov --capture --initial --directory . --output-file app

make test

lcov --no-checksum --directory . --capture --output-file app.info
genhtml app.info

Docs

How to build documentation:

make doc

About

A simple Lennard-Jones molecular dynamics software (simplification of SimpleMD)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published