AMPA#
- class braincell.synapse.AMPA(size, alpha=Quantity(0.98, 'kHz'), beta=Quantity(0.18, 'kHz'), T=0.5, g_max=Quantity(1., 'mS / cm^2'), E_rev=Quantity(0., 'mV'), name=None)[source]#
Single-exponential AMPA synapse.
- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Point-space target shape.alpha (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Rise rate inms^-1.beta (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Decay rate inms^-1.T (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Presynaptic scaling factor.g_max (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Maximum synaptic conductance.E_rev (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Reversal potential of the synapse.
- root_type#
alias of
HHTypedNeuron