About
mlyzed is the python library for post-processing molecular dynamics (MD) simulations. The main features of the code are trajectory unwrapping, FFT calculation of the MSD, analysis of the hop events, and ease of use.
Note: The library is not guaranteed to be bug free. If you observe unexpected results, errors, please report an issue at the github.
For more details, see the documentation. (Not ready yet)
Installation
pip install mlyzed
or
git clone https://github.com/dembart/mlyzed
cd mlyzed
pip install .
Minimum usage example
import mlyzed as md
traj = md.Trajectory.from_file('traj.lammpstrj') # any ASE readable format
msd = md.classical_msd(traj[100:], specie = 'Li', timestep = 2)
msd.plot()
Alternatives:
Here are some alternatives and inspirations for this library (see below). You may find them better in some ways.
- mdtraj - a huge inspiration to this library
- pymatgen-diffusion-analysis
- kinisi
- MDAnalysis
- LLC_Membranes
Release files for mlyzed 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mlyzed-0.2.3.tar.gz | 125.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mlyzed-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:141.7 kB
Release files / mlyzed-0.2.3.tar.gz
| Download URL | mlyzed-0.2.3.tar.gz |
|---|---|
| Size | 125.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66ed857aed72b2f7c218931b0825c45ab00a38e4412637059a7a0bc693bf7aea
|
|
BLAKE2b-256 checksum How to use checksums |
9ef21e1cb33de1f58046067af7e664d72da506c864ebd28c0738394e874f883b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.66.2 CPython/3.8.8
|
Release files / mlyzed-0.2.3-py3-none-any.whl
| Download URL | mlyzed-0.2.3-py3-none-any.whl |
|---|---|
| Size | 16.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0300f62e3e9d5e1a2f3197e7100195aba1d1de6e9296896421db47d430b034d8
|
|
BLAKE2b-256 checksum How to use checksums |
4cacc713c2aac65ac13457122127de0103f86db773f24c1f85e4cb9eceefb85f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.66.2 CPython/3.8.8
|