We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c0ec commit 899b305Copy full SHA for 899b305
test/reactionsystem.jl
@@ -14,8 +14,8 @@ rxs = [Reaction(k[1], nothing, [A]), # 0 -> A
14
Reaction(k[10], [A], [C,D], [2], [1,1]), # 2A -> C + D
15
Reaction(k[11], [A], [A,B], [2], [1,1]), # 2A -> A + B
16
Reaction(k[12], [A,B,C], [C,D], [1,3,4], [2, 3]), # A+3B+4C -> 2C + 3D
17
- Reaction(k[13], [A,B], nothing, [3,1], nothing), # 2A+B -> 0
18
- Reaction(k[14], nothing, [A], nothing, [2]), # 0 -> 3A
+ Reaction(k[13], [A,B], nothing, [3,1], nothing), # 3A+B -> 0
+ Reaction(k[14], nothing, [A], nothing, [2]), # 0 -> 2A
19
Reaction(k[15]*A/(2+A), [A], nothing; only_use_rate=true) # A -> 0 with custom rate
20
]
21
rs = ReactionSystem(rxs,t,[A,B,C,D],k)
0 commit comments