Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torch_sim/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def generate_force_convergence_fn[T: MDState | FireState](
Args:
force_tol (float): Force tolerance for convergence
include_cell_forces (bool): Whether to include the `cell_forces` in
the convergence check. Defaults to True.
the convergence check. Defaults to False.

Returns:
Convergence function that takes a state and last energy and
Expand Down
Loading