Skip to content

Commit

Permalink
Undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 30, 2024
1 parent bbbf2d8 commit 9d86ba4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openff/toolkit/typing/engines/smirnoff/forcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,9 +1398,7 @@ def get_partial_charges(self, molecule: "Molecule", **kwargs: Any) -> Quantity:
c.m
for c in Interchange.from_smirnoff(
force_field=self, topology=[molecule], **kwargs
)["Electrostatics"]
._get_charges()
.values()
)["Electrostatics"].charges.values()
],
"elementary_charge",
)
Expand Down

0 comments on commit 9d86ba4

Please sign in to comment.