Skip to content

Reaction nodes: support "chain reactions" #70

@greglandrum

Description

@greglandrum

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 or maxChainReactionProducts is reached.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions