Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.39 KB

File metadata and controls

52 lines (34 loc) · 2.39 KB

lionanalysis

Reactive molecular dynamics trajectory analysis.

lionanalysis is short for LAMMPS ion analysis, but it can also be used to analyze trajectories from other programs and be applied to a variety of structures (not just ions).

logo

Installation

cd src
# edit Makefile if necessary
make

This should create an executable called lionanalysis.exe. Put this executable somewhere on your PATH.

Check your installation by running

lionanalysis.exe --help

Usage, examples, documentation

Check the docs/examples/ folder for some self-contained pedagogical examples!

Documentation at lionanalysis.readthedocs.io

Papers using lionanalysis

External packages, dependencies

The packages

  • TCLAP (MIT License), and
  • dlib (Boost License)

are included with lionanalysis in the src/include directory.