Closed cgrambow closed 1 year ago
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days.
Bug Description
transformLonePairs
insolvation.py
creates an invalid atom type for theHCOH
species in theKlippenstein_Glarborg2016
library because it breaks up the lone pair on the carbon into two radical electrons. Traceback:How To Reproduce
Run a liquid phase RMG job using
Klippenstein_Glarborg2016
as a reaction library.Additional Context
What is the reason for splitting up lone pairs in this way? We probably don't expect to encounter this very often, so how should we handle such errors?