Weak acids or base

User 1a1bdcafc3

05-11-2012 21:23:43

 


I would like to know whether you have a possibility to screen automatically a large molecular database for weak acids or bases molecules?


I used to work with Marvin Chemsketch and look for molecule pKa and ionization to decide manually if a molecule is a weak acid or base. Do you have an automatic tool for this purpose?


Thanks!


 

ChemAxon e08c317633

07-11-2012 17:38:45

Examples how acidic pKa can be calculated and how molecules can be filtered using the Chemical Terms Evaluator command line application.


Calculate strongest acidic pKa:


$ evaluate -e 'apka("1")' acids_and_bases.smiles
-7
4,27
4,54



2,47

Filter weak acids (acidic pKa > 3):


$ evaluate -e 'apka("1") > 3' -x smiles acids_and_bases.smiles
OC=O
CC(O)=O

Test file is attached.


I hope this helps.


Zsolt