mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-10 04:58:04 -05:00
Added contribution from Jiahao Chen:
* src/charges/qeq.h, src/charges/qeq.cpp:
Added implementation of QEq charge model (Rappe and Goddard, 1991)
* src/charges/qtpie.h, src/charges/qtpie.cpp:
Added implementation of QTPIE charge model (Chen and Martinez, 2007;
2008)
* src/atom.cpp: added comments to show how these new charge models can
be called from within current OpenBabel code
* CMakeLists.txt: added charge models and compile flags for Eigen2
library (variables copied from Avogadro source tree)