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:
compute_derivative(V_post=None)[source]#

Advance one timestep of synaptic conductance dynamics.

current(V_post)[source]#

Return the postsynaptic point current.

init_state(V_post=None, batch_size=None)[source]#

Initialize synaptic state.

reset_state(V_post=None, batch_size=None)[source]#

Reset synaptic state.

root_type#

alias of HHTypedNeuron