ahzeeshan / samos

Suite for Analysis of Molecular Simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 75.4%Language:Fortran 24.6%