@@ -6,36 +6,55 @@ Variables and parameter names
66Conventions for parameters
77--------------------------
88
9- 1 . Do not use capitalization to indicate whether a value in the status dictionary is variable.
10- 1 . Where available, use the notation from P.Dayan & L.F.Abbott, Theoretical Neuroscience, MIT Press, 2001.
11- 1 . Where not available, use a notation that is consistent with Dayan & Abbott.
12- 1 . Subscripts are indicated by underscores
9+ # . Do not use capitalization to indicate whether a value in the status dictionary is variable.
10+ # . Where available, use the notation from P.Dayan & L.F.Abbott, Theoretical Neuroscience, MIT Press, 2001.
11+ # . Where not available, use a notation that is consistent with Dayan & Abbott.
12+ # . Subscripts are indicated by underscores
1313
1414Parameters and symbols
1515----------------------
1616
1717+----------------------------------+-------------+
1818| PARAMETER | SYMBOL/NAME |
19- +----------------------------------+------------- +
19+ +==================================+============= +
2020| Membrane potential | V_m |
21+ +----------------------------------+-------------+
2122| Resting potential | E_L |
23+ +----------------------------------+-------------+
2224| Input current | I_e |
25+ +----------------------------------+-------------+
2326| Leak current | I_L |
27+ +----------------------------------+-------------+
2428| Threshold | V_th |
29+ +----------------------------------+-------------+
2530| Reset Potential | V_reset |
31+ +----------------------------------+-------------+
2632| Capacity or specific capacitance | c_m |
33+ +----------------------------------+-------------+
2734| Capacitance | C_m |
35+ +----------------------------------+-------------+
2836| Membrane time const. | tau_m |
37+ +----------------------------------+-------------+
2938| Synapse time constant | tau_syn |
39+ +----------------------------------+-------------+
3040| Refractory period | t_ref |
41+ +----------------------------------+-------------+
3142| Time of last spike | t_spike |
43+ +----------------------------------+-------------+
3244| Excitatory reversal potential | E_ex |
45+ +----------------------------------+-------------+
3346| Inhibitory reversal potential | E_in |
47+ +----------------------------------+-------------+
3448| Conductance | g |
49+ +----------------------------------+-------------+
3550| Leak conductance | g_L |
51+ +----------------------------------+-------------+
3652| Sodium conductance | g_Na |
53+ +----------------------------------+-------------+
3754| Sodium reversal potential | E_Na |
55+ +----------------------------------+-------------+
3856| Potassium conductance | g_K |
57+ +----------------------------------+-------------+
3958| Potassium reversal potential | E_K |
4059+----------------------------------+-------------+
4160
@@ -44,13 +63,20 @@ Common suffixes (subscripts)
4463
4564+----------------------------------+-------------+
4665| SUBSCRIPT | MEANING |
47- +----------------------------------+------------- +
66+ +==================================+============= +
4867| m | membrane |
68+ +----------------------------------+-------------+
4969| L | leak |
70+ +----------------------------------+-------------+
5071| e | extern |
72+ +----------------------------------+-------------+
5173| th | threshold |
74+ +----------------------------------+-------------+
5275| syn | synapse |
76+ +----------------------------------+-------------+
5377| ref | refractory |
78+ +----------------------------------+-------------+
5479| ex | excitatory |
80+ +----------------------------------+-------------+
5581| in | inhibitory |
5682+----------------------------------+-------------+
0 commit comments