Closed cisert closed 3 years ago
only missing the check for charges now
@cisert the atom object in pybel has both a formalcharge
and a partialcharge
attribute.
https://open-babel.readthedocs.io/en/latest/UseTheLibrary/Python_PybelAPI.html
Which should we be checking?
@josejimenezluna: formal charge :) (difference between #protons and #electrons)
https://github.com/josejimenezluna/delfta/blob/ca79d57c862e3b1c626e8abc9f5cf74f3a64b620/delfta/calculator.py#L54
mol.addhs()