We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44b1be commit 41625d8Copy full SHA for 41625d8
1 file changed
src/somd2/runner/_base.py
@@ -704,6 +704,7 @@ def __init__(self, system, config):
704
"shift_delta": str(self._config.shift_delta),
705
"swap_end_states": self._config.swap_end_states,
706
"tolerance": self._config.gcmc_tolerance,
707
+ "restart": self._is_restart,
708
"overwrite": self._config.overwrite,
709
"no_logger": True,
710
}
0 commit comments