Skip to content

Implement bi-directional reactions #1

Description

@DanielKneipp

Change the react() function to support bi-directional reactions.

Example of syntax:

reactions <- c(
    'A + B <-> C',
    'A -> D'
)
ki <- c(
    c(5, 10),
    3
)

This means that there is a reaction A + B -> C with k = 5, another reaction C -> A + B with k = 10, and another one A -> D with k = 3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions