Skip to content
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

Further decompostion of a system of ODEs coming from mass-action chemical reaction networks #1132

Open
adhalanay opened this issue Nov 22, 2024 · 1 comment · May be fixed by #1134
Open
Assignees

Comments

@adhalanay
Copy link

As suggested here I am opening an issue.

Is your feature request related to a problem? Please describe.

In the algebraic approach to mass action chemical reaction networks there is a very useful factorization of the RHS of the ODE system
$$
\frac{dx}{dt}=Y\cdot A_k \cdot \Phi(x),
$$
where $Y$ is the complex stoichiometric matrix, $A_k=-L_k$ and $\Phi(x)$ is the vector of monomials. In order to define $L_k$ consider the complex graph associated to the CRN as a weighted directed graph with reaction rates as weights and then $L_k$ is its Laplacian matrix.

While there is a function returning $Y$ I don't think there are functions for the other two factors.
Describe the solution you’d like

It will be great to have exposed functions for the last factors: $A_k$ and $\Phi(x)$

Describe alternatives you’ve considered

For $A_k$ it will be maybe enough to have the weighted graph of complexes.

@isaacsas
Copy link
Member

@vyudu do you want to add an API function for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants