We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41a125 commit e313956Copy full SHA for e313956
1 file changed
src/somd2/runner/_runner.py
@@ -690,7 +690,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
690
next_frame = self._config.frame_frequency
691
692
# Loop until we reach the runtime.
693
- while runtime <= checkpoint_frequency:
+ while runtime < checkpoint_frequency:
694
# Run the dynamics in blocks of the GCMC frequency.
695
dynamics.run(
696
self._config.gcmc_frequency,
0 commit comments