We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c51b8 commit 13297e3Copy full SHA for 13297e3
1 file changed
rmgpy/rmg/main.py
@@ -335,6 +335,9 @@ def initialize(self, args):
335
# DON'T generate any more reactions for the seed species at this time
336
for seedMechanism in self.seedMechanisms:
337
self.reactionModel.addSeedMechanismToCore(seedMechanism, react=False)
338
+
339
+ for spec in self.reactionModel.core.species:
340
+ spec.generateTransportData(self.database)
341
342
# Reaction libraries: add species and reactions from reaction library to the edge so
343
# that RMG can find them if their rates are large enough
0 commit comments