Skip to content

Commit 76407af

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 b5d3234 commit 76407af

20 files changed

Lines changed: 2399 additions & 0 deletions

File tree

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)