Skip to content

Commit

Permalink
Update the system with the correct molecule.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 3, 2024
1 parent bfc08a3 commit ccd4489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/somd2/_utils/_somd1.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,6 @@ def _apply_pert(system, pert_file):
raise ValueError(f"Failed to apply the perturbation in '{pert_file}'.")

# Update the molecule.
system.update(mol)
system.update(pert_mol)

return system

0 comments on commit ccd4489

Please sign in to comment.