-
Notifications
You must be signed in to change notification settings - Fork 32
Add multi-substrate Michaelis–Menten kinetics #389
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
Conversation
This commit adds milti-substrate Michaelis Menten. The Residuum and Jacobi implementations have been adapted accordingly. A test has been added to compare the implement and AD derivation. Documentation has been updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- doc/modelling/reaction/michaelis_menten_kinetics.rst: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there going to be a reference data test?
bd9fe82
to
32626f2
Compare
32626f2
to
090107a
Compare
The PR #397 will also add support multi substrate Michaelis-Menten kinetics. |
This PR adds milti-substrate Michaelis Menten and resolves #385.
The Residuum and Jacobi implementations have been adapted accordingly.
A test has been added to compare the implement and AD derivation. Documentation has been updated.