Package Bio :: Package SVDSuperimposer
[hide private]
[frames] | no frames]

Source Code for Package Bio.SVDSuperimposer

 1  """ 
 2  SVDSuperimposer finds the best rotation and translation to put 
 3  two point sets on top of each other (minimizing the RMSD). This is  
 4  eg. useful to superimpose crystal structures. SVD stands for singular  
 5  value decomposition, which is used in the algorithm. 
 6  """ 
 7   
 8  from SVDSuperimposer import * 
 9