Skip to content

ahzeeshan/samos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAMOS (Suite for Analysis of Molecular Simulations)

This software, distributed openly and free of charge (see LICENCE), analyzes molecular dynamics simulations. Currently implemented are:

  • The estimate of tracer and charge diffusion coefficients from the mean-square displacements or the integral of the velocity-autocorrelation function
  • The calculation of atomic probability densities
  • Radial distribution functions
  • Several plotting utilities

This code is written mostly in Python 2.7, the computationally intensive functions are in fortran90 and wrapped with f2py. To install, clone or download this repository, move into the directory of this file, and type:

pip install .

It will install the package and dependencies. The transition to Python 3.0 is WIP.

About

Suite for Analysis of Molecular Simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.4%
  • Fortran 24.6%