Skip to content

Commit

Permalink
RMG-database v2.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed May 2, 2018
2 parents ce3c72c + 30a9e92 commit 631e9c7
Show file tree
Hide file tree
Showing 144 changed files with 64,686 additions and 18,209 deletions.
Binary file removed families/rmg families.pdf
Binary file not shown.
Binary file added families/rmg_reaction_families.cdx
Binary file not shown.
Binary file added families/rmg_reaction_families.pdf
Binary file not shown.
Binary file removed families/rmg_reaction_families_1.cdx
Binary file not shown.
Binary file removed families/rmg_reaction_families_2.cdx
Binary file not shown.
Binary file removed families/rmg_reaction_families_3.cdx
Binary file not shown.
Binary file removed families/rmg_reaction_families_4.cdx
Binary file not shown.
Binary file removed families/rmg_reaction_families_5.cdx
Binary file not shown.
24 changes: 20 additions & 4 deletions input/forbiddenStructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
"""
entry(
label = "Ods",
group =
group =
"""
1 O ux {2,D} {3,S}
1 O ux c0 {2,D} {3,S}
2 R ux {1,D}
3 R ux {1,S}
""",
shortDesc = u"""""",
longDesc =
longDesc =
u"""
This forbids O with both single and double bonds WHILE keeping a zero partial charge.
This does not forbid ozone, [O-][O+]=O
""",
)

Expand Down Expand Up @@ -515,3 +516,18 @@
reaction families (CO_Disprop [also deals with CS], R_Add_CSm).
""",
)

entry(
label = "[N][N]",
group =
"""
multiplicity [5]
1 N u2 p0 c0 {2,S}
2 N u2 p0 c0 {1,S}
""",
shortDesc = u"""""",
longDesc =
u"""
N#N can be excited to [N]=[N], but we shouldn't allow it to reach [N][N]
""",
)
Loading

0 comments on commit 631e9c7

Please sign in to comment.