We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7310c commit e8701e7Copy full SHA for e8701e7
1 file changed
rmgpy/data/solvation.py
@@ -793,8 +793,8 @@ def transform_lone_pairs(self, molecule):
793
atom.increment_radical()
794
added_to_pairs[atom] += 1
795
796
+ saturated_struct.update_charge() # we need to update charges before updating lone pairs
797
saturated_struct.update()
- saturated_struct.update_lone_pairs()
798
799
return saturated_struct, added_to_pairs
800
0 commit comments