You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For compatibility with NFsim, the TotalRate keyword is allowed in reaction rules and is written to BNGXML files and correctly parsed/interpreted by NFsim. However, it is not written to the .net files used by the internal simulators or other output formats, including SBML, C, and Matlab.
begin model
begin parameters
k 1
end parameters
begin species
A() 1000
end species
begin observables
Molecules A A()
end observables
begin reaction rules
A() -> 0 k*A TotalRate
end reaction rules
end model
generate_network({overwrite=>1})
writeSBML()
writeMfile()
simulate({method=>"ssa",t_end=>10,n_steps=>100})
The text was updated successfully, but these errors were encountered:
For compatibility with NFsim, the TotalRate keyword is allowed in reaction rules and is written to BNGXML files and correctly parsed/interpreted by NFsim. However, it is not written to the .net files used by the internal simulators or other output formats, including SBML, C, and Matlab.
The text was updated successfully, but these errors were encountered: