Skip to content

Commit d0f1df5

Browse files
committed
iv doc update
1 parent 9ec46e9 commit d0f1df5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/src/catalyst_functionality/chemistry_related_functionality.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ Finally, it is possible to check whether a species is a compound or not using th
3737
iscompound(CO2)
3838
```
3939

40-
!!! note
41-
Currently, compounds with components that depend on variables that are not `t` are not supported. E.g.
42-
```julia
43-
@variables x y
44-
@species O(x, y)
45-
@compound O2 ~ 2O
46-
```
47-
will currently throw an error.
48-
49-
5040
Compound components that are also compounds are allowed, e.g. we can create a carbonic acid compound (H₂CO₃) that consists of CO₂ and H₂O:
5141
```@example chem1
5242
@species H(t)

0 commit comments

Comments
 (0)