We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c9a1a + c2ad47a commit e8faf98Copy full SHA for e8faf98
1 file changed
src/somd2/runner/_base.py
@@ -446,7 +446,7 @@ def __init__(self, system, config):
446
447
# Log the atom indices in the REST2 selection.
448
if is_rest2:
449
- _logger.info(f"REST2 selection contains {len(atoms)} atoms: {idxs}")
+ _logger.info(f"REST2 selection contains {len(idxs)} atoms: {idxs}")
450
451
# Apply hydrogen mass repartitioning.
452
if self._config.hmr:
0 commit comments