rmsd
rmsd copied to clipboard
Pre-specify residuals?
I'm looking for a method that lets me specify a list of distances to minimize the RMSD against. i.e. Given two point clouds each with size N, and a 1-1 correspondence, as opposed to having the distances be as close to zero as possible between each pair, have it instead be as close to some distance k_i (varying for each pair).
Minimize with respect to what DOFs?
Minimize with respect to the translation and rotation.
That is what this function does: https://github.com/charnley/rmsd/blob/55eebc390458307c548b45adfeb84d9f194c4344/rmsd/calculate_rmsd.py#L416
Closing issue because of stale/missing information. If still an issue please re-open.