Skip to content

Commit

Permalink
RMG-Py v2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Jun 14, 2019
2 parents 756c2f5 + 5e12fd1 commit caebd48
Show file tree
Hide file tree
Showing 531 changed files with 208,711 additions and 24,975 deletions.
6 changes: 3 additions & 3 deletions .conda/meta.yaml
Expand Up @@ -38,6 +38,7 @@ requirements:
- coolprop
- coverage
- cython >=0.25.2
- dde
- ffmpeg
- gprof2dot
- graphviz
Expand All @@ -63,13 +64,12 @@ requirements:
- pyzmq
- quantities
- rdkit >=2015.09.2
- rmgdatabase >=2.3.0
- rmgdatabase >=2.4.0
- scikit-learn
- scipy
- scoop
- symmetry
- xlwt
- dde

test:
source_files:
- 'examples/rmg/superminimal'
Expand Down
1 change: 1 addition & 0 deletions .coveragerc
@@ -1,5 +1,6 @@
# .coveragerc to control coverage.py
[run]
plugins = Cython.Coverage
branch = True
source =
rmgpy
Expand Down
2 changes: 1 addition & 1 deletion Arkane.py 100644 → 100755
Expand Up @@ -5,7 +5,7 @@
# #
# RMG - Reaction Mechanism Generator #
# #
# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), #
# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), #
# Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu),
Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu),
Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu)

Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -105,7 +105,8 @@ endif
nosetests --nocapture --nologcapture --all-modules -A 'functional' --verbose --exe rmgpy arkane

test-database:
nosetests -v -d testing/databaseTest.py
nosetests --nocapture --nologcapture --verbose --detailed-errors testing/databaseTest.py

eg0: all
mkdir -p testing/eg0
rm -rf testing/eg0/*
Expand Down
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -2,7 +2,7 @@

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

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

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

## Documentation
- [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))
- [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))
- [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))
- [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))
- [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))

Alternatively, PDF versions of all the documentation can also be found in the `documentation` folder of the source code.

## How to Contribute
Please see the [Contributor Guidelines](https://github.com/ReactionMechanismGenerator/RMG-Py/wiki/RMG-Contributor-Guidelines)
for details on how to contribute to RMG-Py or RMG-database.
Expand Down
7 changes: 6 additions & 1 deletion arkane/__init__.py
@@ -1,11 +1,15 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
initialize imports
"""

###############################################################################
# #
# RMG - Reaction Mechanism Generator #
# #
# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), #
# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), #
# Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
Expand Down Expand Up @@ -33,3 +37,4 @@
from arkane.thermo import ThermoJob
from arkane.kinetics import KineticsJob
from arkane.pdep import PressureDependenceJob
from arkane.common import ArkaneSpecies

0 comments on commit caebd48

Please sign in to comment.