Python / C++ based particle reaction-diffusion simulator
ReaDDy (Reaction Diffusion Dynamics) is an open source particle based reaction-diffusion simulator that can be configured and run via Python.
Currently supported platforms are Mac and Linux.
The preferred way of installing the software is by using the conda package manager:
# optional: create environment for readdy, switch to that environment
conda create -n readdy
conda activate readdy
# add conda-forge channel
conda config --env --add channels conda-forge
# install readdy with a specified Python version
conda install python=3.9 readdy
A documentation and a few examples are provided at https://readdy.github.io/.