API Reference#

This is the API reference for the superneuromat package.

SNN

Defines a spiking neural network with neurons and synapses

Neuron

Accessor Class for Neurons in SNNs

Synapse

Synapse accessor class for synapses in an SNN

NeuronList(model)

Redirects indexing to the SNN's neurons.

SynapseList(model)

Redirects indexing to the SNN's synapses.

neuromorphicmodel

Spiking Neural Network model implementing LIF and STDP using matrix representations.

util

Utility functions for SuperNeuroMAT.