rebop icon indicating copy to clipboard operation
rebop copied to clipboard

Fast stochastic simulator for chemical reaction networks

Results 7 rebop issues
Sort by recently updated
recently updated
newest added

Implement tau-leaping

## 🤖 New release * `rebop`: 0.8.3 -> 0.8.4 (✓ API compatible changes) Changelog ## [0.8.4](https://github.com/Armavica/rebop/compare/v0.8.3...v0.8.4) - 2024-09-26 ### Miscellaneous - upgrade dependencies - cancel CI on repeated PRs -...

Hi, I get different results when running the example from the README with differing number of steps (and a fixed seed). ```python import rebop from matplotlib.cm import viridis as cmap...