Skip to content

Commit 5b632c2

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/catalyst_applications/jump_simulation_performance.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent b338627 commit 5b632c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/jump_simulation_performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ nothing # hide
116116
```
117117
Here (as throughout most of Catalyst's documentation) we have used the `Direct()` SSA solver (which corresponds to Gillespie's original direct method [^2][^3]). This method was originally published in 1976, and since then, many additional methods for simulating stochastic chemical kinetics models have been developed.
118118

119-
Gillespie's direct method will, after a jump has been performed, recompute the rates of *all* possible jumps in the system. This is typically not required. E.g. consider the following system:
119+
Gillespie's direct method will, after a jump has been performed, recompute the propensities of *all* possible jumps in the system (i.e. of all reactions). This is typically not required. E.g. consider the following system:
120120
```@example jump_simulation_performance_2
121121
@reaction_network begin
122122
k1, X1 --> X2

0 commit comments

Comments
 (0)