Removed spurious r_ij in force for Morse potential in manual.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 21 Jun 2016 13:25:41 +0000 (15:25 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 22 Jun 2016 09:26:32 +0000 (11:26 +0200)
The code was correct though.

Change-Id: Ia3459569de08b3bf1eb79206ff13092a555c27cb

docs/manual/forcefield.tex

index 7f8f922d83c5f36ff0869828545a704f694256ec..c754382c77b980f7b04224190c7e0f1c6734f0c9 100644 (file)
@@ -444,7 +444,7 @@ distance. The functional form is:
 See also \figref{morse}, and the corresponding force is:
 \beq
 \begin{array}{rcl}
-\displaystyle {\bf F}_{morse} ({\bf r}_{ij})&=&2 D_{ij} \beta_{ij} r_{ij} \exp(-\beta_{ij}(r_{ij}-b_{ij})) * \\
+\displaystyle {\bf F}_{morse} ({\bf r}_{ij})&=&2 D_{ij} \beta_{ij} \exp(-\beta_{ij}(r_{ij}-b_{ij})) * \\
 \displaystyle \: & \: &[1 - \exp(-\beta_{ij}(r_{ij}-b_{ij}))] \frac{\displaystyle {\bf r}_{ij}}{\displaystyle r_{ij}},
 \end{array}
 \eeq