Skip to content

Commit f25b626

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_simulation/finite_state_projection_simulation.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent e2bdadc commit f25b626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_simulation/finite_state_projection_simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Catalyst.PNG(plot(esol; ylimit = (0.0, Inf), fmt = :png, dpi = 200)) # hide
7272
```
7373
Using chemical master equation simulations, we want to simulate how the *full probability distribution* of these jump simulations develops across the simulation time frame.
7474

75-
As a first step, we import the FiniteStateProjection package. Next, we convert our [`ReactionSystem`](@ref) to a `FSPSystem` (from which we later will generate an ODE).
75+
As a first step, we import the FiniteStateProjection package. Next, we convert our [`ReactionSystem`](@ref) to a `FSPSystem` (from which we later will generate the ODEs that correspond to the truncated CME).
7676
```@example state_projection_one_species
7777
using FiniteStateProjection
7878
fsp_sys = FSPSystem(rs)

0 commit comments

Comments
 (0)