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

Rate law dependent synthesis #328

Open
kaizu opened this issue Feb 15, 2019 · 2 comments
Open

Rate law dependent synthesis #328

kaizu opened this issue Feb 15, 2019 · 2 comments

Comments

@kaizu
Copy link
Member

kaizu commented Feb 15, 2019

Enable the following model:

with reaction_rules():
    ~X > X | (k * X / (K + X))

run_simulation(t, solver='gillespie')

Except for ode, no solver supports rate law dependent reactions. This proposal suggests accepting the rate law for synthetic reactions (zero-th order).

@kaizu kaizu self-assigned this Feb 15, 2019
kaizu added a commit to kaizu/ecell4_base that referenced this issue Feb 21, 2019
kaizu added a commit to kaizu/ecell4_base that referenced this issue Feb 21, 2019
kaizu added a commit to kaizu/ecell4_base that referenced this issue Feb 21, 2019
kaizu added a commit to kaizu/ecell4_base that referenced this issue Feb 21, 2019
kaizu added a commit to kaizu/ecell4_base that referenced this issue Feb 25, 2019
@kaizu
Copy link
Member Author

kaizu commented Mar 3, 2019

gillespie and meso support it now.

@kaizu
Copy link
Member Author

kaizu commented Jun 13, 2019

  • gillespie
  • meso
  • spatiocyte
  • bd
  • egfrd

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

No branches or pull requests

1 participant