Commit c55fd502 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct typo in formula

parent 71ee2eca
Loading
Loading
Loading
Loading
+9 B (4.11 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
\begin{document}

\begin{eqnarray*}
  V_{ij}  & =  & f_C(r_{ij}) \left[ f_R(r_{ij}) + b_{ij} f_A(r_{ij} + c_0) \right]
  V_{ij}  & =  & f_C(r_{ij}) \left[ f_R(r_{ij}) + b_{ij} f_A(r_{ij}) + c_0 \right]
\end{eqnarray*}

\end{document}
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ The summations in the formula are over all neighbors J and K of atom I
within a cutoff distance = R + D.
The {tersoff/mod/c} style differs from {tersoff/mod} only in the
formulation of the V_ij term, where it contains an additional c0 term.

:c,image(Eqs/pair_tersoff_mod_c.jpg)