Skip to main content

A batteries-included toolkit of analysis modules and helper functions

Project description

MDHelper

continuous-integration

MDHelper is a toolkit of optimized analysis modules and helper functions for molecular dynamics (MD) simulations.

Note that MDHelper is currently an experimental library that has only been tested on Linux and may contain bugs and issues. If you come across one or would like to request new features, please submit a new issue.

Features

  • algorithm: Efficient NumPy and SciPy algorithms for data wrangling and evaluating structural and dynamical properties.
  • analysis: Serial and parallel data analysis tools built on top of the MDAnalysis framework.
  • fit: Two-dimensional curve fitting models for use with SciPy.
  • lammps: Helper functions for setting up LAMMPS simulations.
  • openmm: Extensions to the high-performance OpenMM toolkit, such as custom bond/pair potentials, support for NetCDF trajectories, and much more.
  • plot: Settings and additional functionality for Matplotlib figures.

Installation

MDHelper requires Python 3.9 or later.

For the most up-to-date version of MDHelper, clone the repository and install the package using pip:

git clone https://github.com/bbye98/mdhelper.git
cd mdhelper
python -m pip install -e .

MDHelper is also available on Conda and PyPI:

conda install -c bbye98 mdhelper
python -m pip install mdhelper

Prerequisites

If you use pip to manage your Python packages, you must compile and install OpenMM prior to installing MDHelper since OpenMM is not available in PyPI. See the "Compiling OpenMM from Source Code" section of the OpenMM User Guide for more information.

If you use Conda, it is recommended that you use the conda-forge channel to install dependencies. To make conda-forge the default channel, use

conda config --add channels conda-forge

Postrequisites

To use the image of method charges (mdhelper.openmm.system.add_image_charges()) in your OpenMM simulations, you must compile and install constvplugin or openmm-ic-plugin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mdhelper-1.0.0.tar.gz (164.6 kB view hashes)

Uploaded Source

Built Distribution

mdhelper-1.0.0-py3-none-any.whl (158.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page