Skip to content

Commit

Permalink
Merge branch 'unimol_kinetics' of https://github.com/ReactionMechanis…
Browse files Browse the repository at this point in the history
…mGenerator/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
  • Loading branch information
mjohnson541 committed Feb 21, 2017
2 parents eb7a305 + f1f42ee commit 15a5d75
Show file tree
Hide file tree
Showing 18 changed files with 2,395 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 15a5d75

Please sign in to comment.