You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added (failing) radical detection test to unittest/moleculeTest.py
When reading in from the smiles '[CH]' the carbon ends up with a radicalElectrons
count of 0 instead of 3. Strangely, [CH2] and [CH3] work fine.
This causes problems in data/thermo.py when trying to find the thermo for [CH].
0 commit comments