Classes | |
struct | AMPA |
return current from AMPA receptor More... | |
struct | NMDA |
return current from NMDA receptor More... | |
struct | GABAA |
return current from GABAA receptor More... | |
struct | GABAB |
return current from GABAB receptor More... | |
Enumerations | |
enum | Type { AMPAR, NMDAR, GABAAR, GABABR } |
A collection of functors to compute current (pA) across a synapse given the conductance (millisiemens) and membrane voltage (mV). Functors should define the following functions and data:
static const double tau = <time constant>=""> static const Type name = <type name (integer)> static const char* name(); const double operator()(const double& conductance, const double& voltage) const; void setVoltage(const double& voltage);
from Izhikevich (2008, 2004), Dayan and abbot (2001).