We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa7895 commit 2b27f4bCopy full SHA for 2b27f4b
rmgpy/rmg/main.py
@@ -566,9 +566,6 @@ def initialize(self, **kwargs):
566
# Load databases
567
self.load_database()
568
569
- for spec in self.initial_species:
570
- self.reaction_model.add_species_to_edge(spec, requires_rms=requires_rms)
571
-
572
for reaction_system in self.reaction_systems:
573
if isinstance(reaction_system, RMSReactor):
574
reaction_system.finish_termination_criteria()
0 commit comments