Implementation of Izhikevich neuron model

Hi @shehnaz. This is a common reason for confusion, and we mention this issue briefly in our tutorial (Introduction to Brian part 1: Neurons — Brian 2 2.5.4 documentation). When describing physical systems, it is not meaningful to have a dimensionless right-hand-side for differential equations, even when all variables are dimensionless. An equation like \frac{dx}{dt} = -x does not make sense for a physical system: For a value of x=1, its value is to decrease by 1 , but should it decrease by this amount every second, every millisecond, every year, …? I explained this a bit in a post asking about the Van-der-Pol oscillator:

In Izhikevich’s model, he states that all time constants are measured in ms (and similarly, membrane potentials are measured in mV, etc.), so this is the reason to divide everything by ms.

Hope that makes things clearer?

1 Like