Add FAQ, comments and docstrings
Move to NESTML>=4 and support Delta_T = 0
specify that NESTML version should be 3.1
This repository contains implementations of the eLIF and mAdExp models for BRIAN, NEST, and NEURON.
Just install the BRIAN simulator via pip:
pip install --user brian2
pip install nestml
(this code requires NESTML >= 4).python nestml/nestml_install.py
to install the models.nrnivmodl elif.mod
and
nrnivmodl madexp.mod
Once the installation of one of the simulators is done, you can run the corresponding files:
elif_brian_impl.py
or madexp_brian_impl.py
for BRIANelif_nest_impl.py
or madexp_nest_impl.py
for NESTelif_neuron_impl.py
or madexp_neuron_impl.py
for NEURONTo do this, you can call them with python using e.g.
python elif_brian_impl.py
.