Minimize the distance between two clusters.
Parameters : | niter : int
verbose : boolean
accuracy :float, optional
tol : float, optional
transform :
measure :
|
---|
See also
Notes
The following symmetries will be accounted for:
The algorithm here to find the best distance is
The minpermdist algorithm is generic and can act on various types of coordinates, e.g. carthesian, angle axis, .... The transform and measure policies define and interface to manipulate and analyze a given set of coordinates. If the coordinates don’t have a standard format, custom policies can be specified. As an example see the angle axis minpermdist routines.
Methods
__call__(coords1, coords2) | |||
align_structures(coords1, coords2) |
|
||
check_match(x1, x2, rot, invert) | check a given rotation for a match | ||
finalize_best_match(x1) | do final processing of the best match |