CodeEntropy tool with POSEIDON code integrated to form a complete and generally applicable set of tools for calculating entropy
- Python > 3.6
- gcc
- g++
pip install .
See Example
folder
You can add your own trajectories by editing the path in the python script to point to your own trajectories
This repo uses MDAnalysis to parse values and it can only parse force natively for GROMACS TRR and AMBER NETCDF. This scripts shows you how to create a new universe from unsuppported data so that you can use trajectories created from other simulation software or reduce the size of universe to focus on a section of simulation.
Calculate entropy of target trajectory non topographical level
Calculate entropy of target trajectory based on different method
!!! the trajectories are not included in this repo due to file size limit. Run POSEIDON analysis for a GROMACS trajectories
A LAMMPS example for POSEIDON
A DNA example for CodeEntropy
mcc_mdanalysis with multiprocess parallelization
Copyright (c) 2022, DonaldChung-HK
Project based on the Computational Molecular Science Python Cookiecutter version 1.6. Modified from arghya90/CodeEntropy version 0.3