LICENSE
pyproject.toml
KandelLab/__init__.py
KandelLab/__main__.py
KandelLab/config.py
KandelLab/experiments.py
KandelLab/main.py
KandelLab/cells/__init__.py
KandelLab/cells/goldman.py
KandelLab/cells/hodgkin_huxley.py
KandelLab/cells/lif.py
KandelLab/cells/nernst.py
KandelLab/cells/synapse.py
KandelLab/circuits/__init__.py
KandelLab/circuits/hebbian.py
KandelLab/circuits/kuramoto.py
KandelLab/circuits/lateral_inhibition.py
KandelLab/circuits/wilson_cowan.py
KandelLab/cognitive/__init__.py
KandelLab/cognitive/ddm.py
KandelLab/cognitive/encoding.py
KandelLab/cognitive/sdt.py
KandelLab/systems/__init__.py
KandelLab/systems/audition.py
KandelLab/systems/memory.py
KandelLab/systems/motor.py
KandelLab/systems/reward.py
KandelLab/systems/vision.py
KandelLab/utils/__init__.py
KandelLab/utils/neuro.py
KandelLab/utils/output.py
KandelLab/utils/visualization.py
kandellab.egg-info/PKG-INFO
kandellab.egg-info/SOURCES.txt
kandellab.egg-info/dependency_links.txt
kandellab.egg-info/entry_points.txt
kandellab.egg-info/requires.txt
kandellab.egg-info/top_level.txt
tests/test_models.py