-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Representing Spatial Reaction Networks #229
Comments
Talking about epidemiological modeling, it could be also nice to take into account the possibility of having some ways to specify compartments. Say we have a simple SIR model, with I = {I_1,I_2,...,I_n}, instead of writing all the reactions "by hand" (which in this case is doable), there could be the possibility to let the user specify all the "type" of reactions that he wants, which rates etc and then call the @reaction_network macro with this information to build the network. |
Some modalities to consider:
|
Would it make sense to allow an arbitrary number of graphs to be in the input, and then reactions could use "neighbours" through any select graph? In the case of a system where one has reactions using neighbours and neighbours neighbours, there's one graph associated with each type. That way one could avoid having to handle various weird connection schemes, and leave it to the users to come up with a way of producing the appropriate graphs for their desired type? Never really doing much spatial stuff and not to sure about this stuff, but just throwing it out there. |
(Simple) spatial models are currently possible. I have also created an issue for gathering future steps for improving spatial implementations at: #726. Would it make sense to close this and gather future spatial discussions there? |
Stuff from here is now intergrated to #726 |
Issues to consider
A_i + B_j -> C_k + D_l
and such.The text was updated successfully, but these errors were encountered: