madgal / VoronoiAnalysis

Python code that can be used to analyze molecular dynamics simulations of proteins/polymers solvated in water. The first and second hydration shells are calculated, the molecular volume, the partial molar volume, and the number of waters associated with each side chain are calculated. This is specifically for PNIPAM but can be modified fairly easily to suit other polymers/protiens. The MDAnalysis library is used for parsing trajectories. Voronio polygons are created using the pyvoro wrapper of Voro++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoronoiAnalysis

Python code that can be used to analyze molecular dynamics simulations of proteins/polymers solvated in water. The first and second hydration shells are calculated, the molecular volume, the partial molar volume, and the number of waters associated with each side chain are calculated. This is specifically for PNIPAM but can be modified fairly easily to suit other polymers/protiens. The MDAnalysis library is used for parsing trajectories. Voronio polygons are created using the pyvoro wrapper of Voro++.

Documentation

Code documentation and explanation found in "AnalysisExplanation.pdf"

Explanation and references for partial molar volume calculation are found in "PMV_Summary.pdf"

About

Python code that can be used to analyze molecular dynamics simulations of proteins/polymers solvated in water. The first and second hydration shells are calculated, the molecular volume, the partial molar volume, and the number of waters associated with each side chain are calculated. This is specifically for PNIPAM but can be modified fairly easily to suit other polymers/protiens. The MDAnalysis library is used for parsing trajectories. Voronio polygons are created using the pyvoro wrapper of Voro++.

License:MIT License


Languages

Language:Python 100.0%