Skip to main content

Module izhikevich2007_binding

Module izhikevich2007_binding 

Source
Expand description

Python binding for the NeuroML Izhikevich 2007 model.

Functionsยง

__pyfunction_py_izhikevich2007_simulate ๐Ÿ”’ โš 
py_izhikevich2007_simulate ๐Ÿ”’
Parity contract with sc_neurocore.neurons.models.izhikevich2007.Izhikevich2007Neuron.simulate: for the same parameters and constant input the returned v trace, spike count, and final (v, u) state are bit-identical to the Python RK4 reference (the NeuroML right-hand side k (v-vr)(v-vt)/C is exact arithmetic โ€” products, a sum and a division, no transcendental functions).
register ๐Ÿ”’
Register the Izhikevich 2007 batch simulator with the extension module.