Skip to content

Combinatoric rate law scaling #311

@paulflang

Description

@paulflang

In the docstring for Base.convert(::Type{<:NonlinearSystem},rs::ReactionSystem) I read:

- `combinatoric_ratelaws=true` uses factorial scaling factors in calculating the rate
law, i.e. for `2S -> 0` at rate `k` the ratelaw would be `k*S^2/2!`. If
`combinatoric_ratelaws=false` then the ratelaw is `k*S^2`, i.e. the scaling factor is
ignored.

I am thinking that most users who set combinatoric_ratelaws=true, would want k*S*(S-1)/2!. Users who set combinatoric_ratelaws=false probably want to stick to k*S^2 as is.

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