File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 ,
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,
You can’t perform that action at this time.
0 commit comments