jaxley.channels.Rate#
- class Rate(name=None)[source]#
Bases:
ChannelRate-based, unit-less, neuron model.
- Parameters:
name (str | None)
- channel_params = None#
- channel_states = None#
- current_name = None#
- compute_current(states, v, params)[source]#
Given channel states and voltage, return the current through the channel.
- Parameters:
states – All states of the compartment.
v – Voltage of the compartment in mV.
params – Parameters of the channel (conductances in S/cm2).
- Returns:
Current in uA/cm2.