You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #197 from connie/universalDatabase
Universal database progress.
Looks good to me, and I merged the RMG-database commit too.
(And after all that effort that went into preserving the history entries and detecting changes....)
Copy file name to clipboardExpand all lines: documentation/source/users/rmg/database/modification.rst
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ Modifying the Thermo Database
11
11
=============================
12
12
13
13
Creating Thermo Libraries
14
-
----------------------------------
14
+
-------------------------
15
15
16
16
17
17
Adding Thermo Groups
18
-
----------------------------------
18
+
--------------------
19
19
20
20
21
21
Adding Thermo to the Depository
22
-
----------------------------------
22
+
-------------------------------
23
23
24
24
.. _kinetic-database-modification:
25
25
@@ -42,7 +42,7 @@ Put kinetic parameters into the training set when:
42
42
* You wish for the reaction to be generalized to similar reactions in your mechanism
43
43
44
44
Creating Kinetics Libraries
45
-
----------------------------------
45
+
---------------------------
46
46
47
47
Adding New Kinetic Groups and Rate Rules
48
48
----------------------------------------
@@ -117,9 +117,6 @@ In the family's groups.py, you will need to add an entry of the format::
117
117
referenceType = "",
118
118
shortDesc = u"""""",
119
119
longDesc = u"""""",
120
-
history = [
121
-
("Wed Dec 5 10:25:25 2012","Josh Allen <[email protected]>","action","""Josh Allen <[email protected]> imported this entry from the old RMG database."""),
122
-
],
123
120
)
124
121
125
122
* The index can be any number not already present in the set
@@ -142,7 +139,7 @@ example given in the previous section, the new group would be added under the C_
Rules give generalized kinetic parameters for a specific node template. In most
147
144
cases, your kinetic parameters describe a specific reaction in which case you
148
145
will want to add your reaction to the training set.
@@ -186,9 +183,6 @@ The rule must be added into rules.py in the form::
186
183
187
184
Verified by Karma James
188
185
""",
189
-
history = [
190
-
("Wed Jan 9 11:01:40 2013","Josh Allen <[email protected]>","action","""Josh Allen <[email protected]> imported this entry from the old RMG database."""),
191
-
],
192
186
)
193
187
194
188
* The index can be any number not already used in rules.py.
@@ -203,8 +197,8 @@ The rule must be added into rules.py in the form::
203
197
204
198
.. _kinetic-training-set:
205
199
206
-
Adding Training Reactions
207
-
----------------------------------------
200
+
Adding Training Reactions
201
+
-------------------------
208
202
209
203
If you know the kinetics of a specific reaction, rather than a rate rule for a template, you can
210
204
add the kinetics to the database training set. By default, RMG creates new rate rules from this
0 commit comments