A small package for building molecular systems using the AMBER force field and deploying OpenMM simulations on HPC clusters using Parsl.
Project description
molecular-dynamics
Utilities for MD simulation building, running and analysis.
Capable of building molecular dynamics systems using the AMBER forcefield ecosystem. Available forcefields include: fixed-charge forcefields (ff19SB for proteins, OL21 for DNA, and OL3 for RNA), ff15ipq polarizable forcefield, and the ability to parameterize small molecules using GAFF2. In all explicit systems OPC water is used with the exception of polarizable systems where a polarizable water model is used (). Untested support for implicit solvent systems as well.
Installation
Easily installed via pip. PyPI page: https://pypi.org/project/molecular-simulations/
pip install molecular-simulations
Package details
Simulations are performed using OpenMM version 7.7 due to CUDA versioning on ALCF Polaris. In theory supports OpenMM >= 8.2 but this remains to be tested. All MD simulations are deployed on a PBS scheduler via Parsl but with some minor tweaking of the Parsl configuration object they can be deployed on theoretically any HPC cluster/job scheduler. Jobs can also be run locally without the need for Parsl (example coming soon).
Simulation analysis can also be performed using the provided Analyzer object (molecular_simulation.analysis.Analyzer). This leverages the MDAnalysis API for performing analysis which is both easy to work with and easily parallelized across CPU resources.
examples/ contains sample execution scripts
examples/run_builder.py
Leverages classes in build/build_amber.py for building implicit solvent,
explicit solvent and biomolecule + small molecule ligand systems. Can handle
multicomponent systems out of the box so long as the correct force fields are
loaded. Additionally supports the polarizable protein ff amber15ipq although
this remains untested.
examples/run_sim_analysis.py
Leverages classes found in analysis/analyzer.py for performing
analysis using the MDAnalysis library. This was chosen due to its ongoing
development and ease of object-oriented framework as well as straightforward
parallelization.
examples/run_omm.py
Sets up OpenMM simulation objects and performs simple equilibrium simulation of both implicit and explicit solvent simulations using Parsl. Configured by default to run on the Argonne ALCF Polaris supercomputer but can be adapted for any scheduler on any cluster by modifying the Parsl configuration.
See Parsl documentation for further examples of how to run on other HPC resources. https://parsl.readthedocs.io/en/stable/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file molecular_simulations-0.2.22.tar.gz.
File metadata
- Download URL: molecular_simulations-0.2.22.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b8dc006c3d0a27c342f888dabbe2fe1db8150f99ddcd3fc55558b78a0c6f752
|
|
| MD5 |
e0892c6141ec573a640515c75454974b
|
|
| BLAKE2b-256 |
cdb386261d6b0a34f5228bb89c50b094c8cd115aa7cb8ea86c907d72f4dcfc84
|
File details
Details for the file molecular_simulations-0.2.22-py3-none-any.whl.
File metadata
- Download URL: molecular_simulations-0.2.22-py3-none-any.whl
- Upload date:
- Size: 57.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d31e1f9b5d88375a238b6cdac5c730a1c8663a51c94a8ce556622d1c322872ff
|
|
| MD5 |
4066584e814c65d516907d2f8246a864
|
|
| BLAKE2b-256 |
b43ee45e7710ff6f641a1e5e8230e4d86e19f0c7acd509ec9bb950e709ca16cf
|