The best way would be to rewrite them in C++, but that's also time consuming (which is why it's only happening slowly).
In the near term, it is possible to call out to python from within C++ using boost python with a technique known as embedding: http://www.boost.org/doc/libs/1_59_0/libs/python/doc/tutorial/doc/html/python/embedding.html I have not actually done this... -greg On Tue, Nov 10, 2015 at 6:59 AM, Guillaume GODIN < [email protected]> wrote: > Dear All, > > > When we use the python RDKit version generated descriptors include some > chemical functions counting fingerprints. > > > How can I expose those general descriptors (chemical functions) in c++ ? > > > thanks in advance, > > > Best regards, > > > *Guillaume GODIN* > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Rdkit-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rdkit-discuss > >
------------------------------------------------------------------------------
_______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

