Reaction-diffusion in the NEURON simulator

Front Neuroinform. 2013 Nov 15:7:28. doi: 10.3389/fninf.2013.00028. eCollection 2013.

Abstract

In order to support research on the role of cell biological principles (genomics, proteomics, signaling cascades and reaction dynamics) on the dynamics of neuronal response in health and disease, NEURON's Reaction-Diffusion (rxd) module in Python provides specification and simulation for these dynamics, coupled with the electrophysiological dynamics of the cell membrane. Arithmetic operations on species and parameters are overloaded, allowing arbitrary reaction formulas to be specified using Python syntax. These expressions are then transparently compiled into bytecode that uses NumPy for fast vectorized calculations. At each time step, rxd combines NEURON's integrators with SciPy's sparse linear algebra library.

Keywords: computational neuroscience; neurodynamics; numerical integration; python; reaction-diffusion.