Hi all,

Why does StripMolWithDeleted return [LiH] as the deleted salt instead of [Na] in the following example? I am using version 2018.03.1

smiles = 'CC(=O)O.[Na]'
mol = Chem.MolFromSmiles(smiles)
remover = SaltRemover()
res, deleted = remover.StripMolWithDeleted(mol, dontRemoveEverything=True)
print(Chem.MolToSmiles(deleted[0]))
>>> [LiH]

Thank you,
Mariana


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to