Skip to content

Commit

Permalink
Changed AtomicFunction's default pbc value to True
Browse files Browse the repository at this point in the history
  • Loading branch information
craabreu committed Jan 20, 2024
1 parent b051dbf commit 915bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvpack/atomic_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__( # pylint: disable=too-many-arguments
function: str,
unit: mmunit.Unit,
groups: ArrayLike,
pbc: bool = False,
pbc: bool = True,
**parameters: t.Union[mmunit.ScalarQuantity, t.Sequence[mmunit.ScalarQuantity]],
) -> None:
groups = np.atleast_2d(groups)
Expand Down

0 comments on commit 915bce2

Please sign in to comment.