Skip to content

Commit 6dc7758

Browse files
committed
changing forbidden groups documentation so it is clear that you cannot specify forbidden molecules or species in tthe group.py file
1 parent 3f4e263 commit 6dc7758

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

documentation/source/users/rmg/database/introduction.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,12 @@ alongside normal group entries. The starred atoms in the forbidden group
296296
ban the specified reaction recipe from occurring in matched products and reactants.
297297

298298
In addition for forbidding groups, there is the option of forbidding specific
299-
molecules or species. Forbidding a molecule will prevent that exact structure
300-
from being generated, while forbidding a species will prevent any of its resonance
301-
structures from being generated. To specify a forbidden molecule or species, simply
302-
replace the ``group`` keyword with ``molecule`` or ``species``: ::
299+
molecules or species in ``RMG-database/input/forbiddenStructures.py``.
300+
Forbidding a molecule will prevent that exact structure from being generated,
301+
while forbidding a species will prevent any of its resonance structures from being
302+
generated. Note that specific molecules or species can only be forbidden globally
303+
and should not be specified in the groups.py file. To specify a forbidden molecule
304+
or species, simply replace the ``group`` keyword with ``molecule`` or ``species``: ::
303305

304306
# This forbids a molecule
305307
forbidden(
@@ -347,4 +349,4 @@ text shows the syntax in groups.py and a schematic is given underneath.
347349
Individual groups only describe part of the reaction. To describe an entire reaction
348350
we need one group from each tree, which we call **node templates** or simply templates.
349351
(C_pri, O_pri_rad), (H2, O_sec_rad), and (X_H, Y_rad) are all valid examples of templates.
350-
Templates can be filled in with kinetic parameters from the training set or rules.
352+
Templates can be filled in with kinetic parameters from the training set or rules.

0 commit comments

Comments
 (0)