Currently I am performing a review about atomic interactions in molecular mechanics and I am looking for the models of any kind of interactions.
I have found the charge equilibration method to obtain atomic charges, developed by Rappé and Goddard (https://pubs.acs.org/doi/abs/10.1021/j100161a070), who published the Universal Force Field, programmed by you.
I would like to know where did you find the set of parameters for that force-field. Also, I want to know if you applied the charge equilibritation method to compute atomic charges. In that case, how did you solve the Coulomb integrals mentioned by Rappé and Goddard in their publication? They do not say how to solve them neither give the atomic parameters for all elements.
For the UFF force field, I re-used the parameters from RDKit, although the parameter files are available from multiple sources:
The UFF method does not use the QEq charges. There are a number of sources out there for this fact, but the best discussion comes from MCCS Towhee
The UFF parameters were derived without the use of point charges on the atoms and I believe the consensus of the original authors is to use this force field without any additional charges. One notable proponent of not using partial charges for UFF is A.K. Rappe who states this quite strongly in his UFF FAQ (no longer available).
Your question is about the Coulomb integrals in QEq. These are Coulomb integrals using Slater-type orbitals and there are plenty of references about this. An open source implementation of QEq is available in Open Babel:
That implementation re-casts the Slater-type integrals into approximate Gaussian integrals with fairly reasonable accuracy.
please, do you know the source of parameters in open-babel QEq? Electronegativity and hardness are from the original publication, but I cannot find a source of screening radius. I contacted Mr Chen on Twitter, but he doesn’t reply to me.
Dear ondrej.schindler. I tried to contact him two years ago, but I never received answer. I don’t know what the parameters source is. If you achieve to contact him or get the parameters source it wuld be a good idea to share it and attach the info in the qeq.txt file of OpenBabel poroject.