Skip to content

Commit

Permalink
Ryckaert-Bellemans can be converted to cosine dihedral. [ref #337]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Feb 4, 2021
1 parent 369a778 commit 8d500b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corelib/src/libs/SireMM/gromacsparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2103,6 +2103,7 @@ bool GromacsDihedral::isCosine() const
{
case 0: //null, so zero, which is a zero cosine
case 1: //proper dihedral
case 3: //Ryckaert-Bellemans dihedral can be converted to cosine.
case 4: //improper dihedral
case 5: //fourier dihedral
case 9: //proper dihedral (multiple)
Expand Down

0 comments on commit 8d500b8

Please sign in to comment.