Skip to content

Commit

Permalink
Add include_constrained_energies kwarg to map. [ref #255]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 29, 2024
1 parent a5d704f commit 32f27a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sire/mol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,9 @@ def _minimisation(
if platform is not None:
map.set("platform", str(platform))

if include_constrained_energies is not None:
map.set("include_constrained_energies", include_constrained_energies)

return Minimisation(
view,
cutoff=cutoff,
Expand Down

0 comments on commit 32f27a4

Please sign in to comment.