asyncmd
asyncmd: A python library to orchestrate complex molecular dynamics simulation campaigns on high performance computing systems - Published in JOSS (2025)
Science Score: 98.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
○Academic email domains
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
asyncmd is a library to write concurrent code to run and analyze molecular dynamics simulations using pythons async/await syntax. Computationally costly operations can be performed locally or submitted to a queuing system.
Basic Info
Statistics
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 3
- Releases: 4
Topics
Metadata Files
README.md
asyncmd
asyncmd is a library to write concurrent code to run and analyze molecular dynamics simulations using pythons async/await syntax. Computationally costly operations can be performed locally or submitted to a queuing system.
asyncmd enables users to construct complex molecular dynamics (MD) workflows or develop and implement trajectory based enhanced sampling methods with the following key features:
- flexible, programmatic and parallel setup, control, and analysis of an arbitrary number of MD simulations
- dictionary-like interface to the MD parameters
- parallelized application of user defined (python) functions on trajectories (including the automatic caching of calculated values)
- propagation of MD until any or all user-supplied conditions are fulfilled on the trajectory
- extract molecular configurations from trajectories to (re)start an arbitrary number of MD simulations from it
If you use asyncmd in published research please consider citing it as:
- Hendrik Jung and Gerhard Hummer, (2025). asyncmd: A python library to orchestrate complex molecular dynamics simulation campaigns on high performance computing systems. Journal of Open Source Software, 10(112), 8321, https://doi.org/10.21105/joss.08321
Installation
The following command will install asyncmd from PyPi:
bash
pip install asyncmd
Documentation
See the asyncmd documentation for more information.
Contributing
All contributions are appreciated! Please refer to the documentation for information.
This README.md is printed from 100% recycled electrons.
Owner
- Name: bio-phys
- Login: bio-phys
- Kind: organization
- Repositories: 14
- Profile: https://github.com/bio-phys
JOSS Publication
asyncmd: A python library to orchestrate complex molecular dynamics simulation campaigns on high performance computing systems
Authors
Tags
python molecular dynamics molecular dynamics simulation enhanced sampling gromacs high performance computing hpc slurm biophysics chemistryCitation (CITATION.cff)
cff-version: "1.2.0"
authors:
- family-names: Jung
given-names: Hendrik
orcid: "https://orcid.org/0000-0002-2159-0391"
- family-names: Hummer
given-names: Gerhard
orcid: "https://orcid.org/0000-0001-7768-746X"
doi: 10.5281/zenodo.16572092
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Jung
given-names: Hendrik
orcid: "https://orcid.org/0000-0002-2159-0391"
- family-names: Hummer
given-names: Gerhard
orcid: "https://orcid.org/0000-0001-7768-746X"
date-published: 2025-08-14
doi: 10.21105/joss.08321
issn: 2475-9066
issue: 112
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 8321
title: "asyncmd: A python library to orchestrate complex molecular
dynamics simulation campaigns on high performance computing systems"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.08321"
volume: 10
title: "asyncmd: A python library to orchestrate complex molecular
dynamics simulation campaigns on high performance computing systems"
GitHub Events
Total
- Create event: 5
- Issues event: 2
- Release event: 3
- Watch event: 9
- Delete event: 2
- Member event: 1
- Issue comment event: 24
- Push event: 28
- Pull request review comment event: 3
- Pull request review event: 5
- Pull request event: 34
- Fork event: 1
Last Year
- Create event: 5
- Issues event: 2
- Release event: 3
- Watch event: 9
- Delete event: 2
- Member event: 1
- Issue comment event: 24
- Push event: 28
- Pull request review comment event: 3
- Pull request review event: 5
- Pull request event: 34
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 20
- Average time to close issues: over 1 year
- Average time to close pull requests: 9 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 0.6
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 20
- Average time to close issues: N/A
- Average time to close pull requests: 9 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.6
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- hejung (4)
- braniii (1)
Pull Request Authors
- hejung (23)
- MateaTuralija (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 393 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: asyncmd
asyncmd is a library to write concurrent code to run and analyze molecular dynamics simulations using pythons async/await syntax.
- Documentation: https://asyncmd.readthedocs.io/en/latest/
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 0.4.1
published 7 months ago
