Skip to content

Commit 41625d8

Browse files
committed
Pass through restart flag to Loch.
1 parent c44b1be commit 41625d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/somd2/runner/_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ def __init__(self, system, config):
704704
"shift_delta": str(self._config.shift_delta),
705705
"swap_end_states": self._config.swap_end_states,
706706
"tolerance": self._config.gcmc_tolerance,
707+
"restart": self._is_restart,
707708
"overwrite": self._config.overwrite,
708709
"no_logger": True,
709710
}

0 commit comments

Comments
 (0)