User f05f6b8c05
11-10-2012 05:51:54
Hi,
I get the following results using jcsearch:
./jcsearch -q '[!#1]-[P+](-[C-](-*)-*)(-[!#1])-[!#1]' 'C[C-](C)[P+](C1=CC=CC=C1)(C1=CC=CC=C1)C1=CC=CC=C1'
finds hit
./jcsearch -q '[!#1]-[P+](-[C-](-*)-*)(-[!#1])-[!#1]' '[CH2-][P+](C1=CC=CC=C1)(C1=CC=CC=C1)C1=CC=CC=C1'
finds no hit
I would like a SMARTS string that recognizes any two atoms single-bonded to the negatively-charge C, but the SMARTS I'm using doesn't recognize CH2-.
Can you provide any advice?
Thanks very much,
Andrew