Skip to content

Edge case: catalysts #26

Description

@jmason42

One case that we can't currently handle is that of a catalyst, i.e. a reaction A + B -> A + C, since the stoichiometry for such a reaction would be (0, -1, +1), making it seem as if A doesn't participate at all.

I don't think this is an urgent case to address, but I thought I'd record the concern. One solution is to store reactants and products separately, e.g. (1, 1, 0) and (1, 0, 1) or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions