Skip to content

Commit caebd48

Browse files
committed
RMG-Py v2.4.0 release
2 parents 756c2f5 + 5e12fd1 commit caebd48

File tree

531 files changed

+208711
-24975
lines changed

Some content is hidden

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

531 files changed

+208711
-24975
lines changed

.conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ requirements:
3838
- coolprop
3939
- coverage
4040
- cython >=0.25.2
41+
- dde
4142
- ffmpeg
4243
- gprof2dot
4344
- graphviz
@@ -63,13 +64,12 @@ requirements:
6364
- pyzmq
6465
- quantities
6566
- rdkit >=2015.09.2
66-
- rmgdatabase >=2.3.0
67+
- rmgdatabase >=2.4.0
68+
- scikit-learn
6769
- scipy
6870
- scoop
6971
- symmetry
7072
- xlwt
71-
- dde
72-
7373
test:
7474
source_files:
7575
- 'examples/rmg/superminimal'

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .coveragerc to control coverage.py
22
[run]
3+
plugins = Cython.Coverage
34
branch = True
45
source =
56
rmgpy

Arkane.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# #
66
# RMG - Reaction Mechanism Generator #
77
# #
8-
# Copyright (c) 2002-2018 Prof. William H. Green ([email protected]), #
8+
# Copyright (c) 2002-2019 Prof. William H. Green ([email protected]), #
99
# Prof. Richard H. West ([email protected]) and the RMG Team ([email protected]) #
1010
# #
1111
# Permission is hereby granted, free of charge, to any person obtaining a #

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2018 Prof. William H. Green ([email protected]),
1+
Copyright (c) 2002-2019 Prof. William H. Green ([email protected]),
22
Prof. Richard H. West ([email protected]) and the RMG Team ([email protected])
33

44
Permission is hereby granted, free of charge, to any person obtaining a

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ endif
105105
nosetests --nocapture --nologcapture --all-modules -A 'functional' --verbose --exe rmgpy arkane
106106

107107
test-database:
108-
nosetests -v -d testing/databaseTest.py
108+
nosetests --nocapture --nologcapture --verbose --detailed-errors testing/databaseTest.py
109+
109110
eg0: all
110111
mkdir -p testing/eg0
111112
rm -rf testing/eg0/*

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build status](https://img.shields.io/travis/ReactionMechanismGenerator/RMG-Py/master.svg)](https://travis-ci.org/ReactionMechanismGenerator/RMG-Py)
44
[![Codecov report](https://img.shields.io/codecov/c/github/ReactionMechanismGenerator/RMG-Py/master.svg)](https://codecov.io/gh/ReactionMechanismGenerator/RMG-Py)
5-
[![Codacy report](https://img.shields.io/codacy/grade/c4b23c89e2e6486e981704d8d973d3e7/master.svg)](https://www.codacy.com/app/ReactionMechanismGenerator/RMG-Py/dashboard)
5+
[![Codacy report](https://img.shields.io/codacy/grade/5c12cecf3d01400a92ea20e14ca0b880/master.svg)](https://www.codacy.com/app/ReactionMechanismGenerator/RMG-Py/dashboard)
66
[![GitHub release](https://img.shields.io/github/release/ReactionMechanismGenerator/RMG-Py.svg)](https://github.com/ReactionMechanismGenerator/RMG-Py/releases)
77
[![Anconda](https://img.shields.io/conda/v/rmg/rmg.svg)](https://anaconda.org/rmg/rmg)
88
[![Gitter](https://img.shields.io/gitter/room/ReactionMechanismGenerator/RMG-Py.svg)](https://gitter.im/ReactionMechanismGenerator/RMG-Py)
@@ -14,9 +14,9 @@ a tool for automatically generating chemical reaction
1414
mechanisms for modeling reaction systems including pyrolysis, combustion,
1515
atmospheric science, and more.
1616

17-
It also includes **CanTherm**, the package for calculating thermodynamics, high-pressure-limit
17+
It also includes **Arkane**, the package for calculating thermodynamics, high-pressure-limit
1818
rate coefficients, and pressure dependent rate coefficients from quantum chemical calculations.
19-
CanTherm is compatible with a variety of ab initio quantum chemistry software programs, including but not limited to
19+
Arkane is compatible with a variety of ab initio quantum chemistry software programs:
2020
Gaussian, MOPAC, QChem, and MOLPRO.
2121

2222
## Source Code Repository
@@ -28,12 +28,10 @@ You can either download the source from GitHub and compile yourself, or download
2828
Please see the [Download and Install](http://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/index.html) page for detailed instructions.
2929

3030
## Documentation
31-
- [RMG Documentation](http://ReactionMechanismGenerator.github.io/RMG-Py/) ([PDF version](https://github.com/ReactionMechanismGenerator/RMG-Py/raw/master/documentation/RMG-Py_and_CanTherm_Documentation.pdf))
32-
- [CanTherm Documentation](http://ReactionMechanismGenerator.github.io/RMG-Py/users/cantherm/) ([PDF version](https://github.com/ReactionMechanismGenerator/RMG-Py/raw/master/documentation/RMG-Py_and_CanTherm_Documentation.pdf))
31+
- [RMG Documentation](http://ReactionMechanismGenerator.github.io/RMG-Py/users/rmg/index.html) ([PDF version](https://github.com/ReactionMechanismGenerator/RMG-Py/raw/master/documentation/RMG-Py_and_Arkane_Documentation.pdf))
32+
- [Arkane Documentation](http://ReactionMechanismGenerator.github.io/RMG-Py/users/arkane/index.html) ([PDF version](https://github.com/ReactionMechanismGenerator/RMG-Py/raw/master/documentation/RMG-Py_and_Arkane_Documentation.pdf))
3333
- [RMG API Reference](http://reactionmechanismgenerator.github.io/RMG-Py/reference/index.html) ([PDF version](https://github.com/ReactionMechanismGenerator/RMG-Py/raw/master/documentation/RMG-Py_API_Reference.pdf))
3434

35-
Alternatively, PDF versions of all the documentation can also be found in the `documentation` folder of the source code.
36-
3735
## How to Contribute
3836
Please see the [Contributor Guidelines](https://github.com/ReactionMechanismGenerator/RMG-Py/wiki/RMG-Contributor-Guidelines)
3937
for details on how to contribute to RMG-Py or RMG-database.

arkane/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4+
"""
5+
initialize imports
6+
"""
7+
48
###############################################################################
59
# #
610
# RMG - Reaction Mechanism Generator #
711
# #
8-
# Copyright (c) 2002-2018 Prof. William H. Green ([email protected]), #
12+
# Copyright (c) 2002-2019 Prof. William H. Green ([email protected]), #
913
# Prof. Richard H. West ([email protected]) and the RMG Team ([email protected]) #
1014
# #
1115
# Permission is hereby granted, free of charge, to any person obtaining a #
@@ -33,3 +37,4 @@
3337
from arkane.thermo import ThermoJob
3438
from arkane.kinetics import KineticsJob
3539
from arkane.pdep import PressureDependenceJob
40+
from arkane.common import ArkaneSpecies

0 commit comments

Comments
 (0)