Our implementation of Gillespie's Stochastic Simulation Algorithm (SSA)
- python >=3.7
- numpy
- pandas
- matplotlib
- pyyaml
The main program kinetics.py can be used as below
python kinetics.py -f <input yaml file>
For more help
python kinetics.py --h
A sample input file can be found inside /src
directory.
GNU GPL V3