From ac1748ac5af39a60d8e3e67ca4df2a963dd04609 Mon Sep 17 00:00:00 2001 From: Peter Eastman Date: Wed, 1 Nov 2023 15:19:36 -0700 Subject: [PATCH] Fixed list of solvent types in manual (#4291) --- .../usersguide/application/03_model_building_editing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-source/usersguide/application/03_model_building_editing.rst b/docs-source/usersguide/application/03_model_building_editing.rst index 2062bd969a..c4d3cbc031 100644 --- a/docs-source/usersguide/application/03_model_building_editing.rst +++ b/docs-source/usersguide/application/03_model_building_editing.rst @@ -129,8 +129,8 @@ water models: modeller.addSolvent(forcefield, model='tip5p') -Allowed values for the :code:`model` option are ``'tip3p'``, ``'tip3pfb'``, ``'spce'``, -``'tip4pew'``, ``'tip4pfb'``, and ``'tip5p'``. Be sure to include the single quotes +Allowed values for the :code:`model` option are ``'tip3p'``, ``'spce'``, +``'tip4pew'``, ``'tip5p'``, and ``'swm4ndp'``. Be sure to include the single quotes around the value. Another option is to add extra ion pairs to give a desired total ionic strength.