Skip to content

Commit

Permalink
Add 'boundaryAtom' attribute to all unimolecular families
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nyee committed Feb 24, 2017
1 parent 68dbdf9 commit cfd05a4
Show file tree
Hide file tree
Showing 20 changed files with 2,399 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/kinetics/families/1,2_shiftS/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
['LOSE_RADICAL', '*3', '1'],
])

boundaryAtoms = ["*1", "*3"]

entry(
index = 1,
label = "XSYJ",
Expand Down
2 changes: 2 additions & 0 deletions input/kinetics/families/Birad_recombination/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
kinetics = None,
)

boundaryAtoms = ["*1", "*2"]

entry(
index = 2,
label = "Y_rad_out",
Expand Down
2 changes: 2 additions & 0 deletions input/kinetics/families/Cyclic_Ether_Formation/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
['LOSE_RADICAL', '*1', '1'],
])

boundaryAtoms = ["*1", "*2"]

entry(
index = 1,
label = "RnOO",
Expand Down
Loading

0 comments on commit cfd05a4

Please sign in to comment.