Skip to content

Commit

Permalink
Tweak the version info, header, and readme, for Cat branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Feb 9, 2017
1 parent 497a8d6 commit d8a19ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rate coefficients, and pressure dependent rate coefficients from quantum chemica
CanTherm is compatible with a variety of ab initio quantum chemistry software programs, including but not limited to
Gaussian, MOPAC, QChem, and MOLPRO.

*This branch is for the heterogeneous catalysis version!* (be sure to use the corresponding branch in the RMG-database)

## Source Code Repository
- [RMG Github Repository](https://github.com/ReactionMechanismGenerator/RMG-Py): contains the latest source code for RMG
- [RMG-database Github Repository](https://github.com/ReactionMechanismGenerator/RMG-database): contains source code for the latest version of the database
Expand All @@ -32,11 +34,17 @@ Alternatively, PDF versions of all the documentation can also be found in the `d

## Credits

RMG-Py is mostly a product of
- [Professor William H. Green's research group](http://cheme.scripts.mit.edu/green-group/) at the
[Massachusetts Institute of Technology](http://web.mit.edu/)
- [Professor Richard H. West's research group](http://www.northeastern.edu/comocheng/) at
[Northeastern University](http://www.northeastern.edu/).

This version for heterogeneous catalysis is the result of efforts by
- [C. Franklin Goldsmith](https://vivo.brown.edu/display/cfgoldsm) at [Brown University](https://www.brown.edu/academics/engineering/)
- [Richard H. West](http://www.che.neu.edu/people/west-richard) at
[Northeastern University](http://www.che.neu.edu).

## How to Give Feedback

Please post any issues you may have to the [issues page](https://github.com/ReactionMechanismGenerator/RMG-Py/issues/)
Expand Down
4 changes: 4 additions & 0 deletions rmgpy/rmg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,10 @@ def logHeader(self, level=logging.INFO):
logging.log(level, '# P.I.s: William H. Green ([email protected]) #')
logging.log(level, '# Richard H. West ([email protected]) #')
logging.log(level, '# Website: http://reactionmechanismgenerator.github.io/ #')
logging.log(level, '# #')
logging.log(level, '# This heterogeneous catalysis branch developed by: #')
logging.log(level, '# Richard H. West ([email protected]) #')
logging.log(level, '# C. Franklin Goldsmith ([email protected]) #')
logging.log(level, '#########################################################\n')

# Extract git commit from RMG-Py
Expand Down
2 changes: 1 addition & 1 deletion rmgpy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file describes the version of RMG-Py

__version__ = '1.0.4'
__version__ = 'Cat-1.0'

0 comments on commit d8a19ee

Please sign in to comment.