PyBabel: PyBabel v0.1alpha
This a Python re-implmentation of some of Babel v1.6 functionalities, including:
- Atom hybridization assignment (from geometry)
- Gasteiger charges calculations
- atom type conversions
- properties from atom element name
- finding rings
- assigning bond orders
- identifying aromatic rings
- adding hydrogen atoms
I - Atom hybridization assignment:
The AtomHybridization class allows to assign atom types.
PyBabel.addh: This file implements the AddHydrogens class.