Skip to content

Conversation

@apdavison
Copy link
Member

@apdavison apdavison commented Feb 1, 2023

This corresponds to the "multisynapse" models in NEST.

Note that this part of the API is optional for backends. This PR includes the implementation for NEURON, NEST, Brian 2.

Example:

celltype = sim.PointNeuron(
                sim.AdExp(tau_m=10.0, v_rest=-60.0),
                AMPA=sim.AlphaPSR(tau_syn=1.0, e_syn=0.0),
                NMDA=sim.AlphaPSR(tau_syn=20.0, e_syn=0.0),
                GABAA=sim.AlphaPSR(tau_syn=1.5, e_syn=-70.0),
                GABAB=sim.AlphaPSR(tau_syn=15.0, e_syn=-90.0))

@coveralls
Copy link

coveralls commented Feb 1, 2023

Coverage Status

Coverage: 70.889% (+1.2%) from 69.727% when pulling 6631ce4 on apdavison:multisynapse3 into 2fc6b50 on NeuralEnsemble:master.

@apdavison apdavison added this to the 0.10.2 milestone Feb 1, 2023
@apdavison apdavison merged commit 1fe6204 into NeuralEnsemble:master Feb 1, 2023
@apdavison apdavison modified the milestones: 0.10.2, 0.11.0 Feb 5, 2023
@apdavison apdavison deleted the multisynapse3 branch April 30, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants