superneuromat.SNN.zero_neuron_states#

SNN.zero_neuron_states()[source]#

Set the internal charge states to zero.

Sets the neuron_states of all neurons in the SNN to 0.0 by replacing the vector with np.zeros(self.num_neurons, self.dd).tolist().