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
Currently, the role and the stoichiometry of an RectionElement is implicitly defined through the stochiometry field. This is ambiguous, since to express that the element is the a substrate one would define stoichiometry = -1 without knowing if the stoichiometry of the substrate truly is 1.
Thus, I recommend adding an additional enum field role (type ReactionRole) to the ReactionElement object.
The ReactionRole contains enums for substrate and product.
The text was updated successfully, but these errors were encountered:
Currently, the role and the stoichiometry of an
RectionElement
is implicitly defined through the stochiometry field. This is ambiguous, since to express that the element is the a substrate one would define stoichiometry = -1 without knowing if the stoichiometry of the substrate truly is 1.Thus, I recommend adding an additional enum field role (type
ReactionRole
) to theReactionElement
object.The
ReactionRole
contains enums for substrate and product.The text was updated successfully, but these errors were encountered: