We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple example:
using Catalyst @reaction_network begin @parameters k[1:2] @species (X(t))[1:2] (k[1],k[2]), X[1] <--> X[2] end
produces:
Here:
Quite a couple of things happens if we change around so that species appear in rates and parameters as reactants:
@reaction_network begin @parameters k[1:2] [isconstantspecies=true] @species (X(t))[1:2] (X[1],X[2]), k[1] <--> k[2] end
Another vector-variable elated issue, which affects Symbolics and it is useful to keep track of, is JuliaSymbolics/Symbolics.jl#1167
The text was updated successfully, but these errors were encountered:
This seems fixed with the current release.
Sorry, something went wrong.
No branches or pull requests
Simple example:
produces:
Here:
Quite a couple of things happens if we change around so that species appear in rates and parameters as reactants:
Another vector-variable elated issue, which affects Symbolics and it is useful to keep track of, is JuliaSymbolics/Symbolics.jl#1167
The text was updated successfully, but these errors were encountered: