Skip to content
/ aMD Public

A collection of Python codes to calculate physical properties from molecular dynamics simulations.

License

Notifications You must be signed in to change notification settings

omidshy/aMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python codes for MD simulation analysis

A collection of Python scripts for computing physical properties from molecular dynamics (MD) simulations.

visco.py

Calculate viscosity using components of the pressure tensor obtained from a canonical ensemble (NVT) molecular dynamics (MD) simulation. Apply the Einstein or Green-Kubo relation, where viscosity is determined from the integral of the pressure tensor elements or their autocorrelation function, respectively.

Usage: python visco.py -h

An example data file, press.data, is available in the example directory. The required values to run the example can be found in the md.param file.

vacf.py

Calculate self-diffusion coefficients from particle velocities. The self-diffusion coefficients are computed from velocity auto-correlation functions (VACF) using the Green-Kubo relation.

About

A collection of Python codes to calculate physical properties from molecular dynamics simulations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages