Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jul 2, 2024
1 parent 56e2b48 commit 9b2016f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ cell_model = @reaction_network begin
kᵢ/V, Gᴾ --> G
end
```
In this case, we would instead like to perform stochastic simulations, so we transform our model to an SDE:
We now study the system as a Chemical Langevin Dynamics SDE model, which can be generated as follows
```@example home_elaborate_example
u0 = [:V => 25.0, :G => 50.0, :Gᴾ => 0.0]
tspan = (0.0, 20.0)
Expand Down

0 comments on commit 9b2016f

Please sign in to comment.