From fc21e1a3167618dea0c5afd7494476ebaa1bfbe7 Mon Sep 17 00:00:00 2001 From: Christian Faber <chris-faber@gmx.de> Date: Mon, 21 Oct 2024 09:51:06 +0200 Subject: [PATCH] typo --- src/BioHelpers_FABER/rmsd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BioHelpers_FABER/rmsd.py b/src/BioHelpers_FABER/rmsd.py index c757595..271d1dc 100644 --- a/src/BioHelpers_FABER/rmsd.py +++ b/src/BioHelpers_FABER/rmsd.py @@ -81,8 +81,8 @@ def get_rotation_matrix(x: np.ndarray, y: np.ndarray) -> np.ndarray: def get_translation_vector(x: np.ndarray, y: np.ndarray) -> np.ndarray: - """Get the translation vector :math:`\mathbf{r}` | - **Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round. + """Get the translation vector :math:`\mathbf{r}` + | **Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round. :param x: set of vectors :type x: np.ndarray -- GitLab