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

complex with redundant bonds causing issues in time series generation #14

Open
jjtapia opened this issue Jun 2, 2016 · 0 comments
Open

Comments

@jjtapia
Copy link
Member

jjtapia commented Jun 2, 2016

In the attached file, nfsim and ssa/ode simulations produce different results. The cause is likely to be in the reverse reaction

B(b1!1).C(c1!1) -> B(b1) + C(c1) kr

NFSim becomes confused between

B(b1!1).C(c1!1) -> B(b1) + C(c1) kr where B and C

where C and A are not bound together and

B(b1!1).C(c1!1) -> B(b1) .C(c1) kr

Where C and A still maintain a bond. While network expansion distinguishes between the two correctly and only triggers the event specified by the user.

odevsnf.bngl.txt

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

No branches or pull requests

1 participant