Skip to content

Commit 9b2016f

Browse files
TorkelEisaacsas
andauthored
Update docs/src/index.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 56e2b48 commit 9b2016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ cell_model = @reaction_network begin
206206
kᵢ/V, Gᴾ --> G
207207
end
208208
```
209-
In this case, we would instead like to perform stochastic simulations, so we transform our model to an SDE:
209+
We now study the system as a Chemical Langevin Dynamics SDE model, which can be generated as follows
210210
```@example home_elaborate_example
211211
u0 = [:V => 25.0, :G => 50.0, :Gᴾ => 0.0]
212212
tspan = (0.0, 20.0)

0 commit comments

Comments
 (0)