Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetgangan committed Mar 1, 2025
1 parent 5556e02 commit 18c1f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a2c_ase/soft_sphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(self, **kwargs: Any) -> None:
def calculate(
self,
atoms: Optional[Atoms] = None,
properties: list[str] | None = None,
properties: Optional[list[str]] = None,
system_changes: list[str] = all_changes,
) -> None:
"""Calculate the energy, forces and stress of the system.
Expand Down

0 comments on commit 18c1f8b

Please sign in to comment.