forked from ReactionMechanismGenerator/RMG-Py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATIONS.bib
59 lines (49 loc) · 4.84 KB
/
CITATIONS.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@article{doi:10.1021/acs.jcim.2c00965,
author = {Johnson, Matthew S. and Dong, Xiaorui and Grinberg Dana, Alon and Chung, Yunsie and Farina, David Jr. and Gillis, Ryan J. and Liu, Mengjie and Yee, Nathan W. and Blondal, Katrin and Mazeau, Emily and Grambow, Colin A. and Payne, A. Mark and Spiekermann, Kevin A. and Pang, Hao-Wei and Goldsmith, C. Franklin and West, Richard H. and Green, William H.},
title = {RMG Database for Chemical Property Prediction},
journal = {Journal of Chemical Information and Modeling},
volume = {62},
number = {20},
pages = {4906-4915},
year = {2022},
doi = {10.1021/acs.jcim.2c00965},
note ={PMID: 36222558},
URL = {
https://doi.org/10.1021/acs.jcim.2c00965
},
eprint = {
https://doi.org/10.1021/acs.jcim.2c00965
}
}
@article{GAO2016212,
title = {Reaction Mechanism Generator: Automatic construction of chemical kinetic mechanisms},
journal = {Computer Physics Communications},
volume = {203},
pages = {212-225},
year = {2016},
issn = {0010-4655},
doi = {https://doi.org/10.1016/j.cpc.2016.02.013},
url = {https://www.sciencedirect.com/science/article/pii/S0010465516300285},
author = {Connie W. Gao and Joshua W. Allen and William H. Green and Richard H. West},
keywords = {Chemical kinetics, Combustion, Automatic reaction mechanism generation, Rate-based algorithm},
abstract = {Reaction Mechanism Generator (RMG) constructs kinetic models composed of elementary chemical reaction steps using a general understanding of how molecules react. Species thermochemistry is estimated through Benson group additivity and reaction rate coefficients are estimated using a database of known rate rules and reaction templates. At its core, RMG relies on two fundamental data structures: graphs and trees. Graphs are used to represent chemical structures, and trees are used to represent thermodynamic and kinetic data. Models are generated using a rate-based algorithm which excludes species from the model based on reaction fluxes. RMG can generate reaction mechanisms for species involving carbon, hydrogen, oxygen, sulfur, and nitrogen. It also has capabilities for estimating transport and solvation properties, and it automatically computes pressure-dependent rate coefficients and identifies chemically-activated reaction paths. RMG is an object-oriented program written in Python, which provides a stable, robust programming architecture for developing an extensible and modular code base with a large suite of unit tests. Computationally intensive functions are cythonized for speed improvements.
Program summary
Program title: RMG Catalogue identifier: AEZW_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEZW_v1_0.html Program obtainable from: CPC Program Library, Queen’s University, Belfast, N. Ireland Licensing provisions: MIT/X11 License No. of lines in distributed program, including test data, etc.: 958681 No. of bytes in distributed program, including test data, etc.: 9495441 Distribution format: tar.gz Programming language: Python. Computer: Windows, Ubuntu, and Mac OS computers with relevant compilers. Operating system: Unix/Linux/Windows. RAM: 1 GB minimum, 16 GB or more for larger simulations Classification: 16.12. External routines: RDKit, Open Babel, DASSL, DASPK, DQED, NumPy, SciPy Nature of problem: Automatic generation of chemical kinetic mechanisms for molecules containing C, H, O, S, and N. Solution method: Rate-based algorithm adds most important species and reactions to a model, with rate constants derived from rate rules and other parameters estimated via group additivity methods. Additional comments: The RMG software package also includes CanTherm, a tool for computing the thermodynamic properties of chemical species and both high-pressure-limit and pressure-dependent rate coefficients for chemical reactions using results from quantum chemical calculations. CanTherm is compatible with a variety of ab initio quantum chemistry software programs, including but not limited to Gaussian, MOPAC, QChem, and MOLPRO. Running time: From 30 s for the simplest molecules, to up to several weeks, depending on the size of the molecule and the conditions of the reaction system chosen.}
}
@article{doi:10.1021/acs.jcim.0c01480,
author = {Liu, Mengjie and Grinberg Dana, Alon and Johnson, Matthew S. and Goldman, Mark J. and Jocher, Agnes and Payne, A. Mark and Grambow, Colin A. and Han, Kehang and Yee, Nathan W. and Mazeau, Emily J. and Blondal, Katrin and West, Richard H. and Goldsmith, C. Franklin and Green, William H.},
title = {Reaction Mechanism Generator v3.0: Advances in Automatic Mechanism Generation},
journal = {Journal of Chemical Information and Modeling},
volume = {61},
number = {6},
pages = {2686-2696},
year = {2021},
doi = {10.1021/acs.jcim.0c01480},
note ={PMID: 34048230},
URL = {
https://doi.org/10.1021/acs.jcim.0c01480
},
eprint = {
https://doi.org/10.1021/acs.jcim.0c01480
}
}