Skip to content

Commit

Permalink
bugfix: addtoconfig is not a function in _amber.py, add to protocol d…
Browse files Browse the repository at this point in the history
…ict instead
  • Loading branch information
annamherz committed Dec 8, 2023
1 parent fe41a76 commit 0348d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/BioSimSpace/_Config/_amber.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def createConfig(
protocol_dict["cut"] = "999."
if is_pmemd:
# Use vacuum generalised Born model.
self.addToConfig(" igb=6,")
protocol_dict["igb"] = "6"
else:
# Non-bonded cut-off.
protocol_dict["cut"] = "8.0"
Expand Down

0 comments on commit 0348d07

Please sign in to comment.