Skip to content

Commit cfd05a4

Browse files
committed
Add 'boundaryAtom' attribute to all unimolecular families
This attribute states the most inward atom labels that overlaps between the end groups and backbones. It is useful for helping to separate the backbone from the end group for unit-testing.
1 parent 68dbdf9 commit cfd05a4

File tree

20 files changed

+2399
-0
lines changed

20 files changed

+2399
-0
lines changed

input/kinetics/families/1,2_shiftS/groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
['LOSE_RADICAL', '*3', '1'],
1919
])
2020

21+
boundaryAtoms = ["*1", "*3"]
22+
2123
entry(
2224
index = 1,
2325
label = "XSYJ",

input/kinetics/families/Birad_recombination/groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
kinetics = None,
2525
)
2626

27+
boundaryAtoms = ["*1", "*2"]
28+
2729
entry(
2830
index = 2,
2931
label = "Y_rad_out",

input/kinetics/families/Cyclic_Ether_Formation/groups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
['LOSE_RADICAL', '*1', '1'],
1919
])
2020

21+
boundaryAtoms = ["*1", "*2"]
22+
2123
entry(
2224
index = 1,
2325
label = "RnOO",

0 commit comments

Comments
 (0)