We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0370a commit 7bb2cf9Copy full SHA for 7bb2cf9
1 file changed
documentation/source/users/rmg/input.rst
@@ -586,13 +586,16 @@ all of RMG's reaction families. ::
586
generatedSpeciesConstraints(
587
allowed=['input species','seed mechanisms','reaction libraries'],
588
maximumCarbonAtoms=10,
589
- maximumHydrogenAtoms=10,
590
- maximumOxygenAtoms=10,
591
- maximumNitrogenAtoms=10,
592
- maximumSiliconAtoms=10,
593
- maximumSulfurAtoms=10,
+ maximumHydrogenAtoms=20,
+ maximumOxygenAtoms=2,
+ maximumNitrogenAtoms=2,
+ maximumSiliconAtoms=2,
+ maximumSulfurAtoms=2,
594
maximumHeavyAtoms=10,
595
- maximumRadicalElectrons=10,
+ maximumRadicalElectrons=2,
596
+ maximumSingletCarbenes=1,
597
+ maximumCarbeneRadicals=0,
598
+ maximumIsotopicAtoms=2,
599
allowSingletO2 = False,
600
)
601
0 commit comments