Skip to content
/ mdbrew Public

Python library designed for efficient post-processing and analysis of trajectory and physical property data generated from molecular dynamics simulations.

License

Notifications You must be signed in to change notification settings

minu928/mdbrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDbrew

MDBrew is a Python library designed for efficient post-processing and analysis of trajectory and physical property data generated from molecular dynamics simulations.

Installation

pip install mdbrew
git clone https://github.com/minu928/mdbrew.git
cd mdbrew
pip install .

Example

from mdbrew.io import read

trjfile = "somewhere.gro"
mdstates = read(trjfile, frames=0)
print(f"{mdstates=}")

About

Python library designed for efficient post-processing and analysis of trajectory and physical property data generated from molecular dynamics simulations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published