Skip to content

Commit ce3c72c

Browse files
committed
RMG-database v2.1.6 release
2 parents dff3982 + fe46728 commit ce3c72c

File tree

50 files changed

+6889
-508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6889
-508
lines changed

.travis.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,37 @@ language: python
22
sudo: false
33
python:
44
- "2.7"
5-
virtualenv:
6-
system_site_packages: true
75
env:
86
global:
97
- secure: "L2ja+ZnV83w4qG3E8FwTjm0D6IWNOnj5wuFOjYTwbzQP4OAgLAWBzCMtxzWy5sMxFLtRgkswBH1d5f5kg8Ab7GIyAMFgQwe8UFqMJ+N05QNszE1mJkAvJtv2XN7669XXQhTt5EXfHrCcGZaODVnI2CEA8GB5DxiHO2Lcqf/xvgE="
108
- secure: fd2HDrPvxMLHOXar7HyUZh0v+C5WkCfzhRzlBn+aePayrQn5FFrT68ENyr1v4sIpKESxYUOAwqtpDPUhF3M596GgGeU5yQc4q+sZmfwbVrjOvKCYuA5037vHmkWP1+mxQtRJMz/DC6vAoyasZkN5WD2n6WYIGupu/FxIJzYyzMM=
119
- secure: N/LNeY6kM4g2TOWiwuZhevrFOVSSDXj42hOWmbWVfwjLxVTMpFO29os3TiXxod8q6ezpDkXi5yVcGGtKLQZr6CgoiGW8zS+UKsUntKH4HI4dZdK+hKAKwaWU641aDNIq/XqSzNJ8v7ZmLLo3sk878aTHODPRPBfb7Q9wk2l3sDs=
1210
- secure: jSRuOGP7vghJet6oelSprSLGBd/eYuUaU3UM+QnZW0GhETWyXxjg/17hpl2R2NzVLhVz2m0KRaoT9JmG+EyJ9NW47JwTaKL+CNtxg2gPTM3/6iVNdVrXM1vOTvaJhtZ/C2SbLDg/+JPLLUMfT9/9oXkiz+enh7VzZuZDywgoTsw=
1311
- secure: Y4tbLIssPDkRQZp2lLUtou/YZr3APmhfD3o3tUcv1mqveeg6NBYZ8o6bLSULO3wdm88s1sug23VbP+Gt74XN4Ylbt4GjhKkOxvd+Vut7dR0o0cxsH372AWHYPicCOkuYAfeDK5cqxeXkGibHW1eBdduAAT82wcW5NcD9USyv9ig=
14-
addons:
15-
apt:
16-
packages:
17-
- git
1812

1913
before_install:
14+
- cd ..
2015
# Set up anaconda
21-
- wget http://repo.continuum.io/miniconda/Miniconda2-4.0.5-Linux-x86_64.sh -O miniconda.sh
22-
- chmod +x miniconda.sh
23-
- ./miniconda.sh -b -p $HOME/miniconda
16+
- wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
17+
- bash miniconda.sh -b -p $HOME/miniconda
2418
- export PATH=$HOME/miniconda/bin:$PATH
2519
# Update conda itself
2620
- conda update --yes conda
27-
- cd ..
28-
# this is the RMG-database project, so need to fetch RMG-Py
21+
- conda info -a
22+
# This is the RMG-database project, so need to fetch RMG-Py
2923
- git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
30-
# Add RMG-Py to PYTHONPATH
31-
- export PYTHONPATH=$TRAVIS_BUILD_DIR/RMG-Py:$PYTHONPATH
3224
- cd RMG-Py
3325

3426
install:
35-
- conda env create -f environment_linux.yml
27+
- conda env create -q -f environment_linux.yml
3628
- source activate rmg_env
29+
- conda list
3730
- make
3831

3932
script:
4033
- make test-database
4134
- make test-all
42-
- cd $TRAVIS_BUILD_DIR
4335

4436
after_success:
45-
- bash ./deploy.sh
37+
- cd $TRAVIS_BUILD_DIR
38+
- bash ./deploy.sh

input/forbiddenStructures.py

Lines changed: 38 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -35,37 +35,6 @@
3535
""",
3636
)
3737

38-
#entry(
39-
# label = "N_monorad_3singleBonds",
40-
# group =
41-
#"""
42-
#1 N u1 p0 {2,S} {3,S} {4,S}
43-
#2 R ux {1,S}
44-
#3 R ux {1,S}
45-
#4 R ux {1,S}
46-
#""",
47-
# shortDesc = u"""""",
48-
# longDesc =
49-
#u"""
50-
#restricts H2NO, see RMG-Py issue #514
51-
#""",
52-
#)
53-
54-
#entry(
55-
# label = "N_birad_singlet_2singleBonds",
56-
# group =
57-
#"""
58-
#1 N u0 p1 {2,S} {3,S}
59-
#2 R ux {1,S}
60-
#3 R ux {1,S}
61-
#""",
62-
# shortDesc = u"""""",
63-
# longDesc =
64-
#u"""
65-
#restricts NH3, see RMG-Py issue #514
66-
#""",
67-
#)
68-
6938
entry(
7039
label = "N_birad_triplet_2singleBonds",
7140
group =
@@ -90,7 +59,7 @@
9059
shortDesc = u"""""",
9160
longDesc =
9261
u"""
93-
restricts [C], see RMG-Py issue #514
62+
9463
""",
9564
)
9665

@@ -336,113 +305,6 @@
336305
# """,
337306
# )
338307

339-
entry(
340-
label = "3H-Pyrazol",
341-
group =
342-
"""
343-
multiplicity [2,3,4,5]
344-
1 C ux {2,[S,D]} {5,[S,D]}
345-
2 C ux {1,[S,D]} {3,[S,D]}
346-
3 C ux {2,[S,D]} {4,[S,D]}
347-
4 N ux {3,[S,D]} {5,[S,D]}
348-
5 N ux {1,[S,D]} {4,[S,D]}
349-
""",
350-
shortDesc = u"""""",
351-
longDesc =
352-
u"""
353-
EA sims (xa1450 & xa1451) crashed with error: Invalid k(E) values computed for path reaction "C(=[CH])[N]N=C(1479) <=> C1[CH]C=N[N]1(1659)"
354-
EA sims (xa1452 & xa1453) crashed with error: Invalid k(E) values computed for path reaction "C(=[CH])[N]N=C(1478) <=> C1C=C[N][N]1(1824)"
355-
See RMG-Py issue #253
356-
""",
357-
)
358-
359-
entry(
360-
label = "C=N[N]C#[C]",
361-
group =
362-
"""
363-
multiplicity [3]
364-
1 C u0 p0 c0 {2,D} {6,S} {7,S}
365-
2 N u0 p1 c0 {1,D} {3,S}
366-
3 N u1 p1 c0 {2,S} {4,S}
367-
4 C u0 p0 c0 {3,S} {5,T}
368-
5 C u1 p0 c0 {4,T}
369-
6 H u0 p0 c0 {1,S}
370-
7 H u0 p0 c0 {1,S}
371-
""",
372-
shortDesc = u"""""",
373-
longDesc =
374-
u"""
375-
EA sims (xa1456-xa1459) crashed with error:
376-
Did not find reverse reaction in reaction family H_Abstraction for reaction <Molecule "N(=C=[CH])N=[CH]"> + <Molecule "C=N[N]C#[C]"> <=> <Molecule "C=N[N]C#C"> + <Molecule "N(=C=[C])N=[CH]">.
377-
See RMG-Py issue #806
378-
""",
379-
)
380-
381-
entry(
382-
label = "C1=CO[N][N]1",
383-
group =
384-
"""
385-
multiplicity [3]
386-
1 C u0 p0 c0 {2,D} {5,S} {6,S}
387-
2 C u0 p0 c0 {1,D} {3,S} {7,S}
388-
3 O u0 p2 c0 {2,S} {4,S}
389-
4 N u1 p1 c0 {3,S} {5,S}
390-
5 N u1 p1 c0 {1,S} {4,S}
391-
6 H u0 p0 c0 {1,S}
392-
7 H u0 p0 c0 {2,S}
393-
""",
394-
shortDesc = u"""""",
395-
longDesc =
396-
u"""
397-
EA sims (xa1462-xa1465) crashed with error:
398-
Invalid k(E) values computed for path reaction "C(=[CH])N=[N+][O-](2989) <=> C1=CO[N][N]1(3358)".
399-
""",
400-
)
401-
402-
entry(
403-
label = "C1N[C](N1)[O]",
404-
group =
405-
"""
406-
multiplicity [3]
407-
1 C u0 p0 c0 {2,S} {4,S} {6,S} {7,S}
408-
2 N u0 p1 c0 {1,S} {3,S} {8,S}
409-
3 C u1 p0 c0 {2,S} {4,S} {5,S}
410-
4 N u0 p1 c0 {1,S} {3,S} {9,S}
411-
5 O u1 p2 c0 {3,S}
412-
6 H u0 p0 c0 {1,S}
413-
7 H u0 p0 c0 {1,S}
414-
8 H u0 p0 c0 {2,S}
415-
9 H u0 p0 c0 {4,S}
416-
""",
417-
shortDesc = u"""""",
418-
longDesc =
419-
u"""
420-
EA sim (xa1467) crashed with error:
421-
Mcoll = numpy.zeros((Nisom,Ngrains,NJ,Ngrains,NJ), numpy.float64)
422-
""",
423-
)
424-
425-
entry(
426-
label = "C(=[CH])[O-][N+]#N",
427-
group =
428-
"""
429-
multiplicity [2]
430-
1 C u0 p0 c0 {2,D} {4,S} {7,S}
431-
2 C u1 p0 c0 {1,D} {3,S}
432-
3 H u0 p0 c0 {2,S}
433-
4 O u0 p2 c-1 {1,S} {5,S}
434-
5 N u0 p0 c+1 {4,S} {6,T}
435-
6 N u0 p1 c0 {5,T}
436-
7 H u0 p0 c0 {1,S}
437-
""",
438-
shortDesc = u"""""",
439-
longDesc =
440-
u"""
441-
EA sim (xa1479) crashed with error:
442-
Invalid k(E) values computed for path reaction "C(=[CH])[O-][N+]#N(6454) <=> c1cn[n+][o-]1(6594)".
443-
""",
444-
)
445-
446308
entry(
447309
label = "cyclobutyne",
448310
group =
@@ -616,4 +478,40 @@
616478
Certain unsaturated versions of this strained tricyclic cause RMG
617479
to crash.
618480
""",
619-
)
481+
)
482+
483+
entry(
484+
label = "CO_birad",
485+
group =
486+
"""
487+
multiplicity [3]
488+
1 C u2 p0 c0 {2,D}
489+
2 O u0 p2 c0 {1,D}
490+
""",
491+
shortDesc = u"""""",
492+
longDesc =
493+
u"""
494+
Forbidden after discussion with whgreen.
495+
This species should quickly transform into a closed shell [C-]#[O+].
496+
We don't need it as a resonance structure of carbon monoxide for reactivity since carbon monoxide has its designated
497+
reaction families (CO_Disprop, R_Add_COm).
498+
""",
499+
)
500+
501+
entry(
502+
label = "CS_birad",
503+
group =
504+
"""
505+
multiplicity [3]
506+
1 C u2 p0 c0 {2,D}
507+
2 S u0 p2 c0 {1,D}
508+
""",
509+
shortDesc = u"""""",
510+
longDesc =
511+
u"""
512+
Forbidden after discussion with whgreen.
513+
This species should quickly transform into a closed shell [C-]#[S+] similar to the carbon monoxide case above.
514+
We don't need it as a resonance structure of carbon monsulfide for reactivity since carbon monsulfide has its designated
515+
reaction families (CO_Disprop [also deals with CS], R_Add_CSm).
516+
""",
517+
)

0 commit comments

Comments
 (0)