Skip to content

Commit 30eaee2

Browse files
committed
also forbid trioxidanyl in Birad_R_Recombination
1 parent 46e802b commit 30eaee2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • input/kinetics/families/Birad_R_Recombination

input/kinetics/families/Birad_R_Recombination/groups.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,3 +1019,20 @@
10191019
""",
10201020
)
10211021

1022+
forbidden(
1023+
label = "trioxidanyl",
1024+
group =
1025+
"""
1026+
multiplicity [2]
1027+
1 *2 O u1 p2 c0 {2,S}
1028+
2 *1 O u0 p2 c0 {1,S} {3,S}
1029+
3 O u0 p2 c0 {2,S} {4,S}
1030+
4 H u0 p0 c0 {3,S}
1031+
""",
1032+
shortDesc = u"""""",
1033+
longDesc =
1034+
u"""
1035+
Forbid this species because it decays and gives you [O] + [O]O <=> O2(singlet) + OH
1036+
even if you have forbidden singlet O2 in your mechanism
1037+
""",
1038+
)

0 commit comments

Comments
 (0)