Skip to content

Calculates gyration, relative shape anisotropy and moments of inertia from coordinate files(e.g. xyz).

Notifications You must be signed in to change notification settings

RitumsC/Gyration-from-coordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gyration-from-coordinates

Calculates gyration, relative shape anisotropy and moments of inertia from coordinate files(e.g. xyz).

Module to calculate gyaration and inertial information from coordinates.

Currently only .xyz file input is supported.

To use:

  1. import the module in your python script with (script must be in same directory as this file)

import get_gyr as gyr

  1. read .xyz file

molecule = gyr.GyrationMolecule("./molecules/water.xyz")

  1. call appropriate variable, e.g.

print("Relative shape anisotropy is: ", molecule.Rel_anis)

for detailed information see test_gyr.py script

About

Calculates gyration, relative shape anisotropy and moments of inertia from coordinate files(e.g. xyz).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages