Skip to content

Commit

Permalink
Merge pull request #583 from marrink-lab/issue558
Browse files Browse the repository at this point in the history
Fix #558 by inverting the link logic generating charged backbone charge dummy exclusions for polarizable forcefields
  • Loading branch information
pckroon committed Apr 11, 2024
2 parents ad27bdf + 5300c0a commit dbe0d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions vermouth/data/force_fields/elnedyn22p/aminoacids.ff
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,8 @@ SC1 >SC1 1 0.24 {"comment": "Disulfide bridge"}
;[ features ]
;disulfide

; Exclusions between the charged terminii and the charge dummies
[ link ]
resname $protein_resnames
[ exclusions ]
BB {"atype": "Qd|Qa"} XX {"atomname": "SCP|SCN"}
2 changes: 1 addition & 1 deletion vermouth/data/force_fields/martini22p/aminoacids.ff
Original file line number Diff line number Diff line change
Expand Up @@ -894,4 +894,4 @@ SC1 >SC1 1 0.24 {"comment": "Disulfide bridge"}
[ link ]
resname $protein_resnames
[ exclusions ]
BB {"atype": "Qd|Qa"} *XX {"atomname": "SCP|SCN"}
BB {"atype": "Qd|Qa"} XX {"atomname": "SCP|SCN"}

0 comments on commit dbe0d76

Please sign in to comment.