Skip to content

Commit

Permalink
Update networkapi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
yewalenikhil65 committed Apr 12, 2021
1 parent d069c0e commit 35421c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkapi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ complexes_mat --> unique intermediate complexes that define the system,
We can define a laplacian matrix from these returned arrays from complexstoichmat as,
KD = diagm((map(Num, kd)))
L = B*KD*Δ', and rewrite the ODESystem as x' = -Z*L*-Z*L*exp.(Z'*log.(states(rn)))
L = B*KD*Δ', and rewrite the ODESystem as x' = -Z*L*exp.(Z'*log.(states(rn)))
and/or also check that, netstoichmat(rn) == Z*B
"""
Expand Down

0 comments on commit 35421c0

Please sign in to comment.