From 58744f0a4926a0d9a1991da4718837eb48dff463 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 22 Mar 2021 15:32:24 -0400 Subject: [PATCH] correct expression for K --- doc/src/angle_cosine_periodic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/angle_cosine_periodic.rst b/doc/src/angle_cosine_periodic.rst index 5e13c98cfc..8c60ac1ebb 100644 --- a/doc/src/angle_cosine_periodic.rst +++ b/doc/src/angle_cosine_periodic.rst @@ -45,7 +45,7 @@ or :doc:`read_restart ` commands: * :math:`n` = 1, 2, 3, 4, 5 or 6 for periodicity Note that the prefactor :math:`C` is specified as coefficient and not the overall force -constant :math:`K = \frac{C}{n^2}`. When :math:`B = 1`, it leads to a minimum for the +constant :math:`K = \frac{2 C}{n^2}`. When :math:`B = 1`, it leads to a minimum for the linear geometry. When :math:`B = -1`, it leads to a maximum for the linear geometry. ----------