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
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,7 @@ be found in its corresponding research paper, [Catalyst: Fast and flexible model
87
87
#### Features of Catalyst composing with other packages
88
88
- [OrdinaryDiffEq.jl](https://github.com/SciML/OrdinaryDiffEq.jl) Can be used to numerically solver generated reaction rate equation ODE models.
89
89
- [StochasticDiffEq.jl](https://github.com/SciML/StochasticDiffEq.jl) can be used to numerically solve generated Chemical Langevin Equation SDE models.
90
-
- [JumpProcesses.jl](https://github.com/SciML/JumpProcesses.jl) Can be used to [model jump
91
-
simulations](@ref ref).
90
+
- [JumpProcesses.jl](https://github.com/SciML/JumpProcesses.jl) can be used to numerically sample generated Stochastic Chemical Kinetics Jump Process models.
92
91
- Support for [parallelization of all simulations](@ref ref), including parallelization of
0 commit comments