We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
align(x,y) aligns to a non-centered y, which leads to suboptimal alignment.
align(x,y)
y
kabsch_rmsd is also misleading, as it is rotating only as well. this should be replaced by a aligned_rmsd which takes care of rotation and shift.
kabsch_rmsd
aligned_rmsd
The text was updated successfully, but these errors were encountered:
b00dae4
Note the the pairwise_kabsch_dists are not centering either 99408dc This has to be corrected!
pairwise_kabsch_dists
Sorry, something went wrong.
6d48024
No branches or pull requests
align(x,y)
aligns to a non-centeredy
, which leads to suboptimal alignment.kabsch_rmsd
is also misleading, as it is rotating only as well. this should be replaced by aaligned_rmsd
which takes care of rotation and shift.The text was updated successfully, but these errors were encountered: