From 76c52e407ec5a3654e16f88a26949a45b6404e3f Mon Sep 17 00:00:00 2001 From: Christian Faber <chris-faber@gmx.de> Date: Mon, 21 Oct 2024 09:58:01 +0200 Subject: [PATCH] adde linebreak --- src/BioHelpers_FABER/rmsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BioHelpers_FABER/rmsd.py b/src/BioHelpers_FABER/rmsd.py index cdc9d37..7cafa10 100644 --- a/src/BioHelpers_FABER/rmsd.py +++ b/src/BioHelpers_FABER/rmsd.py @@ -81,7 +81,7 @@ 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}` + """Get the translation vector :math:`\mathbf{r}` |br| **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 -- GitLab