Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 451 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 451 Bytes

ResTime

ResTime stands for Residence Time.

ResTime is a collecion of Python scripts to compute residence time from MD simulations. That is, ResTime is a post-processing tool for trajectories.

The current implementation computes residence time either around selection or grids. ResTime requires two Python modules: Numpy (for matrix operations) and MDAnalysis (for loading trajectories and selections). Currently ResTime works on Python 2.x.