Skip to content
#

cheminformatics

Here are 260 public repositories matching this topic...

baoilleach
baoilleach commented Jan 21, 2018

Line 208 of molchrg.cpp has:

            if (EQ(atom->GetType(),"Npl") || EQ(atom->GetType(),"Nam"))

Gasteiger charge calculation should always return the same results for the same structure. However, the string returned by GetType() is set to an arbitrary value by an atom typer (or indeed the user), and so the results will change.

Line 208 should be rewritten to avoid using GetType

Improve this page

Add a description, image, and links to the cheminformatics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cheminformatics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.