**Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round.
**Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round.
...
@@ -114,9 +114,12 @@ def rmsd_from_rot_tran(
...
@@ -114,9 +114,12 @@ def rmsd_from_rot_tran(
:type rot: np.ndarray
:type rot: np.ndarray
:param trans: Translation vector r, see note above
:param trans: Translation vector r, see note above