"platforms/vscode:/vscode.git/clone" did not exist on "56f05a6c6926cc3f69063df0e1789e459e6c76c5"
Commit 6c571b43 authored by jchodera's avatar jchodera
Browse files

Add more warning to documentation

parent 40974a96
......@@ -52,7 +52,7 @@ namespace OpenMM {
* part of the system definition, while values of global parameters may be modified during a simulation by calling Context::setParameter().
* Finally, call addTorsion() once for each torsion. After an torsion has been added, you can modify its parameters by calling setTorsionParameters().
* This will have no effect on Contexts that already exist unless you call updateParametersInContext().
* theta is guaranteed to be in the range [-pi,+pi]
* Note that theta is guaranteed to be in the range [-pi,+pi], which may cause issues with force discontinuities if the energy function does not respect this domain.
*
* As an example, the following code creates a CustomTorsionForce that implements a periodic potential:
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment