// $Id$ // // Copyright (C) 2013 Greg Landrum // // @@ All Rights Reserved @@ // This file is part of the RDKit. // The contents are covered by the terms of the BSD license // which is included in the file license.txt, found at the root // of the RDKit source tree. // #include #include #include #include #include #include #include using namespace RDKit; void test1(){ BOOST_LOG(rdInfoLog) <<"testing basics" << std::endl; { std::string smi = "c1ccccc1CCO"; ROMol *m1 = SmilesToMol(smi); TEST_ASSERT(m1); RDNumeric::DoubleVector *fp=ReducedGraphs::getErGFingerprint(*m1); std::cerr<<*fp<