Skip to content

Attempt to consolidate and centralize all analysis tools I've written over the years with a standard way of handling trajectories.

License

Notifications You must be signed in to change notification settings

rszukalo/md-analysis-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD Analysis Toolkit

A toolkit for analyzing molecular dynamics trajectories with standardized coordinate handling and efficient analysis tools.

Features

  • Standardized trajectory and coordinate handling for LAMMPS dump files
  • Efficient on-the-fly analysis during trajectory reading
  • Independent analysis modules for various properties
  • Framework for parallelized analysis on HPC environments

Installation

# Clone the repository
git clone https://github.com/YOUR-USERNAME/md-analysis-toolkit.git
cd md-analysis-toolkit

# Create and activate the conda environment
conda env create -f environment.yml
conda activate md-toolkit

# Install in development mode
pip install -e .

About

Attempt to consolidate and centralize all analysis tools I've written over the years with a standard way of handling trajectories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages