You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chemistry, [cross-coupling](https://en.wikipedia.org/wiki/Cross-coupling_reaction) is when a catalyst combines two substrates to form a product. In this example, the catalyst ($C$) first binds one substrate ($S₁$) to form an intermediary complex ($S₁Cat$). Next, the complex binds the second substrate ($S₂$) to form another complex ($CP$). Finally, the catalyst releases the now-formed product ($P$). This system is an extended version of the M[Michaelis-Menten system presented earlier](@ref basic_CRN_library_mm).
In chemistry, [cross-coupling](https://en.wikipedia.org/wiki/Cross-coupling_reaction) is when a catalyst combines two substrates to form a product. In this example, the catalyst ($C$) first binds one substrate ($S₁$) to form an intermediary complex ($S₁C$). Next, the complex binds the second substrate ($S₂$) to form another complex ($CP$). Finally, the catalyst releases the now-formed product ($P$). This system is an extended version of the[Michaelis-Menten system presented earlier](@ref basic_CRN_library_mm).
159
159
```@example crn_library_cc
160
160
using Catalyst
161
161
cc_system = @reaction_network begin
@@ -164,16 +164,16 @@ cc_system = @reaction_network begin
164
164
k₃, CP --> C + P
165
165
end
166
166
```
167
-
Below, we perform a simple deterministic ODE simulation of teh system. Next, we plot both:
168
-
- The concentration of the catalyst and the intermediaries.
167
+
Below, we perform a simple deterministic ODE simulation of the system. Next, we plot both:
169
168
- The concentration of the substrates and the product.
169
+
- The concentration of the catalyst and the intermediaries.
0 commit comments