We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e2b48 commit 9b2016fCopy full SHA for 9b2016f
docs/src/index.md
@@ -206,7 +206,7 @@ cell_model = @reaction_network begin
206
kᵢ/V, Gᴾ --> G
207
end
208
```
209
-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
210
```@example home_elaborate_example
211
u0 = [:V => 25.0, :G => 50.0, :Gᴾ => 0.0]
212
tspan = (0.0, 20.0)
0 commit comments