You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would only work for reactions that have a single product.
If allowChainReactions is true, and the product of the reaction is a possible reactant (as either reactant 1 or reactant 2 for the two-component reaction), then the reaction is repeated with the product as a reactant. This repeats recursively until the product is no longer a possible reactant or maxChainReactionProducts is reached.
The text was updated successfully, but these errors were encountered:
This would involve adding two new options:
bool allowChainReactions=false
unsigned maxChainReactionProducts=10
This would only work for reactions that have a single product.
If
allowChainReactions
is true, and the product of the reaction is a possible reactant (as either reactant 1 or reactant 2 for the two-component reaction), then the reaction is repeated with the product as a reactant. This repeats recursively until the product is no longer a possible reactant ormaxChainReactionProducts
is reached.The text was updated successfully, but these errors were encountered: