Skip to content

Commit

Permalink
Fixed list of solvent types in manual (openmm#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman authored Nov 1, 2023
1 parent 47496e3 commit ac1748a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac1748a

Please sign in to comment.