diff --git a/src/colvar/ERMSD.cpp b/src/colvar/ERMSD.cpp index 46bd387e8ba9f70f9e45bd2ba44017af92639538..8264743fa45cd7103956d09a332fc123d6ce71bf 100644 --- a/src/colvar/ERMSD.cpp +++ b/src/colvar/ERMSD.cpp @@ -55,7 +55,7 @@ eRMSD measures the distance between structures by considering only the relative 2. Calculate all pairwise distance vectors \f$ \vec{r}_{i,j} \f$ among base centers. -3. Rescale distance vectors as \f$ \tilde{\vec{r}}_{i,j} = (r_x/a,r_y/a,r_z/b) \f$, where a=b=5 \r{A}, c=3 \r{A}. This rescaling has the effect of weghting more deviations on the z-axis with respect to the x/y directions. +3. Rescale distance vectors as \f$ \tilde{\vec{r}}_{i,j} = (r_x/a,r_y/a,r_z/b) \f$, where a=b=5 \f$\r{A}\f$, c=3 \f$\r{A}\f$. This rescaling has the effect of weghting more deviations on the z-axis with respect to the x/y directions. 4. Calculate the G vectors