We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4315572 commit c81b8d4Copy full SHA for c81b8d4
1 file changed
src/sire/mol/_dynamics.py
@@ -492,11 +492,11 @@ def _exit_dynamics_block(
492
zip(lambda_windows, rest2_scale_factors)
493
):
494
if lambda_value != sim_lambda_value:
495
+ key = f"{lambda_value:.5f}"
496
if (
497
not has_lambda_index
498
or abs(lambda_index - i) <= num_energy_neighbours
499
- key = f"{lambda_value:.5f}"
500
self._omm_mols.set_lambda(
501
lambda_value,
502
rest2_scale=rest2_scale,
0 commit comments