Hi,
I just started to play around with the SMARTS parser and came up with problems of this simple example:
________________________
String smarts="C(=O)N";
QueryAtomContainer container = SMARTSParser.parse(smarts);
________________________
If I use this smarts pattern I get an TokenMgrError saying that it doesn't like the bracket in the smarts. Testing the same smarts written in a different way (i.e., O=CN) works out ok, however, this is not feasible for more complex queries ...
Anybody else encountered this? Any help is appreciated.
Cheers,
Nik

