From 9b2016fc92e5673143c493a7ab7f632b88b04866 Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Tue, 2 Jul 2024 00:43:35 -0400 Subject: [PATCH] Update docs/src/index.md Co-authored-by: Sam Isaacson --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index a4c00d3ae0..aab0af8c8f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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)