Hi there I have used FindAutomorphisms function in python to caculate automorphisms as below:
automorphs = ob.vvpairUIntUInt() ob.FindAutomorphisms(self.mol.OBMol, automorphs, symclasses but my molecule is too big, so the variable automorphs needs a lot of ram. So I want using FindAutomorphisms in C++ like this: void FindAutomorphisms(OBIsomorphismMapper::Functor & *functor*,OBMol * *mol *,const std::vector< unsigned int > & *symmetry_classes*,const OBBitVec & * mask* = OBBitVec() ) My question is, how can I make a OBIsomorphismMapper::Functor in python to handle the automorphism every time? Thanks Hugh
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss