Re: [Rdkit-devel] molecular representation underlying the postgresql cartridge for rdkit
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: Greg L. <gre...@gm...> - 2019-12-02 12:17:34
|
Hi Peter, On Mon, Dec 2, 2019 at 10:11 AM Peter Schmidtke < pet...@di...> wrote: > > I have a question regarding the underlying molecular representation used > in the rdkit cartridge for postgresql. > I didn't dig yet too much into the underlying source code of the > cartridge. Is it a normal rdkit like molecule used to store molecules? > Yes, the internal representation is currently the usual RDKit serialized molecule. > What I want to make sure especially that it's not stored as smiles string! > Not currently. Why are you concerned about this? -greg |