Make LIF cells LIF cells again. (#2026)
- Add (again) a reset voltage E_R that for V_m = E_R in the refractory period. - Make V_m decay towards resting potential E_L instead of 0. - Adjust docs and tests accordingly. - Double check this against literature. - Explain weight, add C++ API.
Showing
- arbor/include/arbor/lif_cell.hpp 1 addition, 0 deletionsarbor/include/arbor/lif_cell.hpp
- arbor/lif_cell_group.cpp 33 additions, 27 deletionsarbor/lif_cell_group.cpp
- doc/concepts/lif_cell.rst 8 additions, 5 deletionsdoc/concepts/lif_cell.rst
- doc/cpp/index.rst 1 addition, 0 deletionsdoc/cpp/index.rst
- doc/cpp/lif_cell.rst 54 additions, 0 deletionsdoc/cpp/lif_cell.rst
- doc/images/lif.svg 431 additions, 500 deletionsdoc/images/lif.svg
- doc/python/lif_cell.rst 4 additions, 0 deletionsdoc/python/lif_cell.rst
- python/cells.cpp 2 additions, 0 deletionspython/cells.cpp
- python/test/unit/test_probes.py 9 additions, 9 deletionspython/test/unit/test_probes.py
- test/unit/test_lif_cell_group.cpp 410 additions, 66 deletionstest/unit/test_lif_cell_group.cpp
Please register or sign in to comment