Skip to content

omidshy/aMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python codes for MD simulation analysis

A set of programs to compute physical properties from molecular dynamics (MD) simulation.

visco.py

Calculates the viscosity from the pressure fluctuations data from an NVT MD simulation using the Einstein and Green-Kubo expressions. The viscosity is computed from the integral of the elements of the pressure tensor or their autocorrelation function.

Usage: python visco.py -h

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

vacf.py

Calculates self-diffusion coefficients from particle velocietis from molecular dynamics (MD) simulations. The self-diffusion coefficients are computed from velocity auto-correlation functions (VACF) using the Green-Kubo expression.

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