Skip to content

Commit

Permalink
updated inertial coordinate transformation
Browse files Browse the repository at this point in the history
git-svn-id: https://pyquante.svn.sourceforge.net/svnroot/pyquante/trunk@115 64417113-1622-0410-aef8-ef15d1a3721e
  • Loading branch information
rpmuller committed May 11, 2009
1 parent 189f3fb commit 45f628f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PyQuante/Molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ def inertial(self):
I[2,1] = I[1,2]
E,U = eigh(I)
print "Moments of inertial ",E
self.urotate(U)
print "New coordinates: "
print self
return

def urotate(self,U):
Expand Down

0 comments on commit 45f628f

Please sign in to comment.