Skip to content
Snippets Groups Projects
Commit 269ded9a authored by Christian Faber's avatar Christian Faber
Browse files

equation

parent 09c548c5
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ def rmsd_from_rot_tran(
) -> float:
"""Calculate an RMSD like value for a given set of vectors x and y with a given rotation matrix and translation vector
Mathematical formula:
.. math:: \mathrm{RMSD} = \frac{1}{M} \sum_{k=1..M} |\mathfrak{U}\mathbf{x} + \mathbf{r} - \mathbf{y}|^2
**Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment