JumpProcesses.jl : Specify the specific jumps which occured

The easiest way I can think of that would work for all jump types is to add for each reaction you want to track a new state that is a product. i.e. A + B --> C would become A + B --> C + R1 and C --> A + B would become C --> A + B + R2. Then R1 and R2 would count how many times those specific reactions occur. This would have the advantage of showing when the jumps occur too.

1 Like