-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels