@@ -41,16 +41,18 @@ using AllIFNeuronsDeviceProperties = AllSpikingNeuronsDeviceProperties;
4141class AllIFNeurons : public AllSpikingNeurons {
4242public:
4343 // Default neuron parameter values
44- static constexpr BGFLOAT DEFAULT_Cm = 3e-8 ; // The default membrane capacitance
45- static constexpr BGFLOAT DEFAULT_Rm = 1e6 ; // The default membrane resistance
46- static constexpr BGFLOAT DEFAULT_Vrest = 0.0 ; // The default resting voltage
47- static constexpr BGFLOAT DEFAULT_Vreset = -0.06 ; // The default reset voltage
48- static constexpr BGFLOAT DEFAULT_Trefract = 3e-3 ; // The default absolute refractory period
49- static constexpr BGFLOAT DEFAULT_Inoise = 0.0 ; // The default synaptic noise
50- static constexpr BGFLOAT DEFAULT_Iinject = 0.0 ; // The default injected current
51- static constexpr BGFLOAT DEFAULT_Vthresh = -0.04 ; // The default threshold voltage
52- static constexpr BGFLOAT DEFAULT_InhibTrefract = 2.0e-3 ; // The default absolute refractory period for inhibitory neurons
53- static constexpr BGFLOAT DEFAULT_ExcitTrefract = 3.0e-3 ; // The default absolute refractory period for excitory neurons
44+ static constexpr BGFLOAT DEFAULT_Cm = 3e-8 ; // The default membrane capacitance
45+ static constexpr BGFLOAT DEFAULT_Rm = 1e6 ; // The default membrane resistance
46+ static constexpr BGFLOAT DEFAULT_Vrest = 0.0 ; // The default resting voltage
47+ static constexpr BGFLOAT DEFAULT_Vreset = -0.06 ; // The default reset voltage
48+ static constexpr BGFLOAT DEFAULT_Trefract = 3e-3 ; // The default absolute refractory period
49+ static constexpr BGFLOAT DEFAULT_Inoise = 0.0 ; // The default synaptic noise
50+ static constexpr BGFLOAT DEFAULT_Iinject = 0.0 ; // The default injected current
51+ static constexpr BGFLOAT DEFAULT_Vthresh = -0.04 ; // The default threshold voltage
52+ static constexpr BGFLOAT DEFAULT_InhibTrefract
53+ = 2.0e-3 ; // The default absolute refractory period for inhibitory neurons
54+ static constexpr BGFLOAT DEFAULT_ExcitTrefract
55+ = 3.0e-3 ; // The default absolute refractory period for excitory neurons
5456
5557 AllIFNeurons () = default ;
5658
0 commit comments