python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
'Must be real number, not str' Issue
I am trying to compute dielectric constant of molecules using code from Research Gate (DOI: 10.1039/C9CP01704F). For some molecules it works perfectly but for some I am getting following error: Must ...
Pepe523869
Votes: 0
Answers: 1
When using RDKIT, object is not iterable error appears
I am trying to use tanimoto similarity to compare molecular fingerprints using rdkit. I am trying to compare the two items in list 1 with the one item in list 2. However, I get getting an error. I do ...
Msamericana1
Votes: 0
Answers: 1
RDkit fingerprint
I have 100 polymers and I want to compare their solubility by their fingerprint.
By using rdkit I reach a list of bits for each polymer like as [39, 80, 152, 233, 234, 265, 310, 314, 321, 356, 360...
Arash tayyebi
Votes: 0
Answers: 1
C++ error message when using python with rdkit
I am using rdkit to use tanimoto similarity to compare molecular fingerprints. However, when I do so, it gives me an error regarding C++. I'm not sure whats incorrect in my code. I provided a code a ...
Msamericana1
Votes: 0
Answers: 1