User 870ab5b546
27-09-2006 18:45:02
Consider this reaction:
[H][C:1][#8,Cl,Br,I:3].[#6,#7,#8,F,#15,#16,Cl,#33,#34,Br,#52,I;-:2]>>[#8,Cl,Br,I;-:3].[H][C:1][#6,#7,#8,F,#15,#16,Cl,#33,#34,Br,#52,I:2]
with this reactivity rule:
(match(ratom(3), "[Cl:1]", 1)
|| match(ratom(3), "[Br:1]", 1)
|| match(ratom(3), "", 1)
|| match(ratom(3), "[O:1]S(=O)(=O)", 1))
&& aliphaticAtom(ratom(1))
and substrates reactant(0): [C-]#CC1CCCC1, reactant(1): CCI and C=CBr, combinatorial combination method. I get an Invalid parameter error upon pressing the react button.
However, this reactivity rule:
aliphaticAtom(ratom(1))
does not give an Invalid parameter error. Nor does the reactivity rule:
(match(ratom(3), "[Cl:1]", 1)
|| match(ratom(3), "[Br:1]", 1)
|| match(ratom(3), "", 1)
|| match(ratom(3), "[O:1]S(=O)(=O)", 1))
???
[H][C:1][#8,Cl,Br,I:3].[#6,#7,#8,F,#15,#16,Cl,#33,#34,Br,#52,I;-:2]>>[#8,Cl,Br,I;-:3].[H][C:1][#6,#7,#8,F,#15,#16,Cl,#33,#34,Br,#52,I:2]
with this reactivity rule:
(match(ratom(3), "[Cl:1]", 1)
|| match(ratom(3), "[Br:1]", 1)
|| match(ratom(3), "", 1)
|| match(ratom(3), "[O:1]S(=O)(=O)", 1))
&& aliphaticAtom(ratom(1))
and substrates reactant(0): [C-]#CC1CCCC1, reactant(1): CCI and C=CBr, combinatorial combination method. I get an Invalid parameter error upon pressing the react button.
However, this reactivity rule:
aliphaticAtom(ratom(1))
does not give an Invalid parameter error. Nor does the reactivity rule:
(match(ratom(3), "[Cl:1]", 1)
|| match(ratom(3), "[Br:1]", 1)
|| match(ratom(3), "", 1)
|| match(ratom(3), "[O:1]S(=O)(=O)", 1))
???