Skip to content

Commit 15a5d75

Browse files
committed
Merge branch 'unimol_kinetics' of https://github.com/ReactionMechanismGenerator/RMG-database into unimol_kinetics
# Conflicts: # input/kinetics/families/intra_substitutionS_cyclization/groups.py # input/kinetics/families/intra_substitutionS_isomerization/groups.py # testing/databaseTest.py
2 parents eb7a305 + f1f42ee commit 15a5d75

18 files changed

Lines changed: 2395 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)