I'm trying to make a Hebbian Short Term plasticity model. I got the stdp_synapse
working, and then tried to change that to stp. I kept getting the error stp_synapse not
found in pynest. So, I just started from the static synapse, and modified that to get an
stp_synapse that wasn't Hebbian. When I introduced the post_synaptic neuron into the
model, the stp_synapse not found error returns. Oddly, in the generated files (.h, .cpp,
in stp_synapse__with_iaf_cond_exp_neuron and iaf_cond_exp_neuron__with_stp_synapse) there
is a function for register stdp_synapse. (If you want to duplicate this, just change the
stdp_synapse model name to stp_synapse).
-Chris