Closed as not planned
Description
I noticed that adding an inert species such as Argon to the input file incorrectly as a reactive species leads to a Segmentation Fault without any warnings. It would be nice if RMG gave some sort of other error message instead of just crashing.
species(
label='Ar',
reactive=True,
structure=SMILES("[Ar]"),
)
If the species is found in ANY reaction library (i.e. not in RMG families), then there is no such error.