Skip to content

mhellstr/lionanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.