@@ -113,7 +113,7 @@ class IF(Neuron):
113113 I. Homogeneous synaptic input. Biological cybernetics, 95(1), 1-19.
114114 """
115115
116- __module__ = 'brainpy'
116+ __module__ = 'brainpy.state '
117117
118118 def __init__ (
119119 self ,
@@ -237,7 +237,7 @@ class LIF(Neuron):
237237 .. [2] Burkitt, A. N. (2006). A review of the integrate-and-fire neuron model:
238238 I. Homogeneous synaptic input. Biological cybernetics, 95(1), 1-19.
239239 """
240- __module__ = 'brainpy'
240+ __module__ = 'brainpy.state '
241241
242242 def __init__ (
243243 self ,
@@ -380,7 +380,7 @@ class ExpIF(Neuron):
380380 conductance-based synaptic drive." Physical Review E 76, no. 2 (2007): 021919.
381381 .. [5] https://en.wikipedia.org/wiki/Exponential_integrate-and-fire
382382 """
383- __module__ = 'brainpy'
383+ __module__ = 'brainpy.state '
384384
385385 def __init__ (
386386 self ,
@@ -506,7 +506,7 @@ class ExpIFRef(Neuron):
506506 >>> with brainstate.environ.context(t=t*0.1*u.ms):
507507 >>> spikes = expif.update(x=inputs[t])
508508 """
509- __module__ = 'brainpy'
509+ __module__ = 'brainpy.state '
510510
511511 def __init__ (
512512 self ,
@@ -680,7 +680,7 @@ class AdExIF(Neuron):
680680
681681 :class:`brainpy.dyn.AdExIF` for the dynamical-system counterpart.
682682 """
683- __module__ = 'brainpy'
683+ __module__ = 'brainpy.state '
684684
685685 def __init__ (
686686 self ,
@@ -863,7 +863,7 @@ class AdExIFRef(Neuron):
863863
864864 :class:`brainpy.dyn.AdExIFRef` for the dynamical-system counterpart.
865865 """
866- __module__ = 'brainpy'
866+ __module__ = 'brainpy.state '
867867
868868 def __init__ (
869869 self ,
@@ -1072,7 +1072,7 @@ class LIFRef(Neuron):
10721072 .. [3] Izhikevich, E. M. (2003). Simple model of spiking neurons. IEEE Transactions on
10731073 neural networks, 14(6), 1569-1572.
10741074 """
1075- __module__ = 'brainpy'
1075+ __module__ = 'brainpy.state '
10761076
10771077 def __init__ (
10781078 self ,
@@ -1244,7 +1244,7 @@ class ALIF(Neuron):
12441244 the adaptive exponential integrate-and-fire model. Biological cybernetics,
12451245 99(4), 335-347.
12461246 """
1247- __module__ = 'brainpy'
1247+ __module__ = 'brainpy.state '
12481248
12491249 def __init__ (
12501250 self ,
@@ -1390,7 +1390,7 @@ class QuaIF(Neuron):
13901390 (2000) Intrinsic dynamics in neuronal networks. I. Theory.
13911391 J. Neurophysiology 83, pp. 808–827.
13921392 """
1393- __module__ = 'brainpy'
1393+ __module__ = 'brainpy.state '
13941394
13951395 def __init__ (
13961396 self ,
@@ -1545,7 +1545,7 @@ class AdQuaIF(Neuron):
15451545 nonlinear integrate-and-fire neurons." SIAM Journal on Applied
15461546 Mathematics 68, no. 4 (2008): 1045-1079.
15471547 """
1548- __module__ = 'brainpy'
1548+ __module__ = 'brainpy.state '
15491549
15501550 def __init__ (
15511551 self ,
@@ -1706,7 +1706,7 @@ class AdQuaIFRef(Neuron):
17061706 - Refractory period prevents unrealistically high firing rates.
17071707 - More biologically realistic than AdQuaIF without refractory period.
17081708 """
1709- __module__ = 'brainpy'
1709+ __module__ = 'brainpy.state '
17101710
17111711 def __init__ (
17121712 self ,
@@ -1939,7 +1939,7 @@ class Gif(Neuron):
19391939 leaky integrate-and-fire models classify multiple neuron types."
19401940 Nature communications 9, no. 1 (2018): 1-15.
19411941 """
1942- __module__ = 'brainpy'
1942+ __module__ = 'brainpy.state '
19431943
19441944 def __init__ (
19451945 self ,
@@ -2151,7 +2151,7 @@ class GifRef(Neuron):
21512151 - Can still exhibit diverse firing patterns: regular, bursting, adaptation.
21522152 - Refractory period prevents unrealistically high firing rates.
21532153 """
2154- __module__ = 'brainpy'
2154+ __module__ = 'brainpy.state '
21552155
21562156 def __init__ (
21572157 self ,
0 commit comments