Skip to content

Commit

Permalink
Added a message about inversions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Dec 24, 2024
1 parent 6a913d5 commit 5660b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipi/engine/forcefields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ def __init__(
f"""
# Generating {self.grid_mode} rotation quadrature of order {self.grid_order}.
# Grid contains {len(self._rotations)} proper rotations.
""",
{("# Inversion is also active, doubling the number of evaluations." if self.inversion else "")}""",
verbosity.low,
)

Expand Down

0 comments on commit 5660b7b

Please sign in to comment.