Skip to content

Commit f6906b6

Browse files
committed
up
1 parent 2875724 commit f6906b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/catalyst_functionality/chemistry_related_functionality.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ While Catalyst has primarily been designed around the modelling of biological sy
99
#### Creating compound species programmatically
1010
We will first show how to create compound species through [programmatic construction](@ref programmatic_CRN_construction), and then demonstrate using the DSL. To create a compound species, use the `@compound` macro, first designating the compound, followed by its components (and stoichiometries). In this example, we will create a CO₂ molecule, consisting of one C atom and two O atoms. First, we create species corresponding to the components:
1111
```@example chem1
12+
using Catalyst
1213
@variables t
1314
@species C(t) O(t)
1415
```

0 commit comments

Comments
 (0)