diff --git a/CHANGELOG.md b/CHANGELOG.md index 3005f3a..a9681d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Changelog * Give alchemical ions their own plain morph lambda schedule so they interpolate correctly under non-standard lambda schedules [#169](https://github.com/OpenBioSim/somd2/pull/169). * Persist alchemical ion identity across restarts so the same molecule is reused regardless of GCMC state [#172](https://github.com/OpenBioSim/somd2/pull/172). * Use perisistent `ThreadPoolExector` objects within the main replica exchange dynamics block [#175](https://github.com/OpenBioSim/somd2/pull/175). +* Allow `oversubscription_factor` to change on restart [#177](https://github.com/OpenBioSim/somd2/pull/177). [2026.1.0](https://github.com/openbiosim/somd2/compare/2025.1.0...2026.1.0) - Jun 2026 -------------------------------------------------------------------------------------- diff --git a/src/somd2/runner/_base.py b/src/somd2/runner/_base.py index def58bb..26487b8 100644 --- a/src/somd2/runner/_base.py +++ b/src/somd2/runner/_base.py @@ -1798,6 +1798,7 @@ def _compare_configs(config1, config2): "log_file", "overwrite", "timeout", + "oversubscription_factor", "restraint_search_time", "restraint_search_frequency", ]