Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BornToDie2012/rmsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root-mean-square deviation (RMSD) of two XYZ structures.

githalytics.com alpha

The root-mean-square deviation (RMSD) is calculated, using Kabsch algorithm (1976) for rotation, between two cartesian coordinates (.xyz) files.

Based on RMSD and Kabsch algoritm.

Usage

python calculate_rmsd.py molecule1.xyz molecule2.xyz

Examples

Same molecule, but translated in space

python calculate_rmsd.py examples/ethane.xyz examples/ethane_trans.xyz

Same molecule, two forcefield minimizations

python calculate_rmsd.py examples/ethane.xyz examples/ethane_mini.xyz

Same structure, different bondlengths

python calculate_rmsd.py examples/ethane.xyz examples/ethane_bond.xyz

Credit and Copyright

Jimmy Charnley Kromann and Lars Bratholm

About

Calculate RMSD for two XYZ structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published