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
The Gasteiger partial charge method does not have parameters for all elements, e.g. Selenium, so we can end up with NaN and inf (hacky fix for Selenium: 88d640f). Thus, the PDBQT writer should check that partial charges are real numbers, and there should be an escape option bad_charges_ok that defaults to False but can be set to True for docking with the Vina scoring function, in which charges don't matter.
The text was updated successfully, but these errors were encountered:
The Gasteiger partial charge method does not have parameters for all elements, e.g. Selenium, so we can end up with
NaN
andinf
(hacky fix for Selenium: 88d640f). Thus, the PDBQT writer should check that partial charges are real numbers, and there should be an escape optionbad_charges_ok
that defaults toFalse
but can be set toTrue
for docking with the Vina scoring function, in which charges don't matter.The text was updated successfully, but these errors were encountered: