From ba9d50ac6e05b120610f19134ac92eb6dd5454cf Mon Sep 17 00:00:00 2001 From: Timo Reents Date: Thu, 11 Jun 2026 10:10:12 +0200 Subject: [PATCH] Fix wrong default value in doc-string --- torch_sim/runners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_sim/runners.py b/torch_sim/runners.py index bc29ed59..cd46cc7c 100644 --- a/torch_sim/runners.py +++ b/torch_sim/runners.py @@ -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