Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions input/kinetics/families/H_Abstraction/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -7056,6 +7056,28 @@
kinetics = None,
)

entry(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we also need to consider HCl as RH so the reverse reaction could also be found

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Taken care of in new commit below.

index = 442,
label = "Cl_rad",
group =
"""
1 *3 Cl1s u1
""",
kinetics = None,
)

entry(
index = 443,
label = "HCl",
group =
"""
1 *1 Cl1s u0 {2,S}
2 *2 H u0 {1,S}
""",
kinetics = None,
)


tree(
"""
L1: X_H_or_Xrad_H_Xbirad_H_Xtrirad_H
Expand Down Expand Up @@ -7329,6 +7351,7 @@
L3: N5_H
L4: N5dc_H
L5: N5dc/H/NonDeOO
L3: HCl
L1: Y_rad_birad_trirad_quadrad
L2: Y_1centerquadrad
L3: C_quintet
Expand Down Expand Up @@ -7584,6 +7607,7 @@
L7: N3d_rad/OneDeCdd_O
L3: N5_rad
L4: N5dc_rad
L3: Cl_rad
"""
)

Expand Down
Loading