class to iterate over standard alignments for atomic clusters
Quickly determines alignments of clusters which are possible exact matches. It uses atoms which are far away from the center to determine possible rotations. The algorithm does the following:
Parameters : | coords1 : np.array
coords2 : np.array
accuracy : float
can_invert : boolean
|
---|
Examples
>> for rot, invert in StandardClusterAlignment(X1, X2): >> print “possible rotation:”,rot,”inversion:”,invert
Methods
next() |