Skip to content

Commit

Permalink
force set r_pbc True
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 20, 2024
1 parent efcb0af commit 20a0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fairchem/core/common/relaxation/ase_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __init__(
r_energy=False,
r_forces=False,
r_distances=False,
r_pbc=self.trainer.model.use_pbc,
r_pbc=True,
r_edges=not self.trainer.model.otf_graph, # otf graph should not be a property of the model...
)
self.implemented_properties = list(self.config["outputs"].keys())
Expand Down

0 comments on commit 20a0319

Please sign in to comment.