Skip to main content

Module rk4_neurons

Module rk4_neurons 

Source
Expand description

Explicit RK4 ports for the priority neuron integrator paths.

Structsยง

AdExRk4
HodgkinHuxleyRk4
Izhikevich2007Rk4
Izhikevich 2007 biophysical parameterisation (NeuroML izhikevich2007Cell): C dv/dt = k (v - vr)(v - vt) - u + I, du/dt = a (b (v - vr) - u), with a v >= vpeak -> v = c, u += d reset. RK4 over the coupled ODE. The right-hand side is exact arithmetic (products, a sum, a division โ€” no transcendental functions), so simulate matches the Python reference bit-for-bit.
IzhikevichRk4

Constantsยง

IZH_SPIKE_THRESHOLD ๐Ÿ”’

Functionsยง

__pyfunction_py_rk4_neuron_simulate ๐Ÿ”’ โš 
add_scaled ๐Ÿ”’
normalise_model_name ๐Ÿ”’
py_rk4_neuron_simulate
simulate_adex ๐Ÿ”’
simulate_hodgkin_huxley ๐Ÿ”’
simulate_izhikevich ๐Ÿ”’
validate_trace_dt ๐Ÿ”’