Skip to content

Commit

Permalink
added an extra _ before the duplicate counter in oplsaa2lt.py (BOSS f…
Browse files Browse the repository at this point in the history
…orce field converter)
  • Loading branch information
jewettaij committed Nov 29, 2024
1 parent 0426385 commit 062e85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _duplicate_count_str(self) -> str:
# acting on the same atom types, then
# add a unique integer to the name of this interaction type.
if self.duplicate_count > 0:
return f"_{self.duplicate_count}"
return f"__{self.duplicate_count}"
return ""


Expand Down

0 comments on commit 062e85e

Please sign in to comment.