Skip to content

Commit 3772921

Browse files
committed
Add new species constraints to commented input file
1 parent 486b5c5 commit 3772921

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/rmg/commented/input.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
saveEdgeSpecies=False,
181181
# Sets a time limit in the form DD:HH:MM:SS after which the RMG job will stop. Useful for profiling on jobs that
182182
# do not converge.
183-
# wallTime = '00:00:00',
183+
# wallTime = '00:00:00',
184184
# Forces RMG to import library reactions as reversible (default). Otherwise, if set to True, RMG will import library
185185
# reactions while keeping the reversibility as as.
186186
keepIrreversible=False,
@@ -223,6 +223,11 @@
223223
# maximumHeavyAtoms=20,
224224
# maximum radicals on a molecule
225225
maximumRadicalElectrons=1,
226+
# maximum number of singlet carbenes (lone pair on a carbon atom) in a molecule
227+
maximumSingletCarbenes=1,
228+
# maximum number of radicals on a molecule with a singlet carbene
229+
# should be lower than maximumRadicalElectrons in order to have an effect
230+
maximumCarbeneRadicals=1,
226231
# If this is false or missing, RMG will throw an error if the more less-stable form of O2 is entered
227232
# which doesn't react in the RMG system. normally input O2 as triplet with SMILES [O][O]
228233
# allowSingletO2=False,

0 commit comments

Comments
 (0)