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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,13 +66,13 @@ Reactions can be defined by a `.json` file under `reactions` directory. An examp
66
66
]
67
67
```
68
68
69
-
We can define multiple reactions in one file, so that we can simulate a complex system composed of many simple power-law reactions. Take the van der Vusse reaction for example:
69
+
We can define multiple reactions in one file, so that we can simulate a complex system composed of many simple power-law reactions. Take the van de Vusse reaction for example:
70
70
71
71
$$A\stackrel{k_1}{\longrightarrow} B \stackrel{k_2}{\longrightarrow} C$$
72
72
73
73
$$2A\stackrel{k_3}{\longrightarrow} D$$
74
74
75
-
The `.json` file for the van der Vusse reaction looks like this:
75
+
The `.json` file for the van de Vusse reaction looks like this:
0 commit comments