SimulatorMultiBatch.get_enabled_reactions incorrectly reports a reaction such as L+L → L+F as enabled even if there is only 1 L. It is just checking for the existence of each reactant, but instead it should compare their counts to the stoichiometric coefficient (i.e., multiplicity of each type of reactant).
SimulatorMultiBatch.get_enabled_reactions
incorrectly reports a reaction such as L+L → L+F as enabled even if there is only 1 L. It is just checking for the existence of each reactant, but instead it should compare their counts to the stoichiometric coefficient (i.e., multiplicity of each type of reactant).