LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
examples/README.txt
examples/howto/README.txt
examples/howto/plot_connectivity.py
examples/howto/plot_firing_pattern.py
examples/howto/plot_optimize_evoked.py
examples/howto/plot_record_extracellular_potentials.py
examples/howto/plot_simulate_mpi_backend.py
examples/workflows/README.txt
examples/workflows/plot_simulate_alpha.py
examples/workflows/plot_simulate_beta.py
examples/workflows/plot_simulate_evoked.py
examples/workflows/plot_simulate_gamma.py
examples/workflows/plot_simulate_somato.py
hnn_core/__init__.py
hnn_core/cell.py
hnn_core/cell_response.py
hnn_core/cells_default.py
hnn_core/check.py
hnn_core/dipole.py
hnn_core/drives.py
hnn_core/extracellular.py
hnn_core/mpi_child.py
hnn_core/network.py
hnn_core/network_builder.py
hnn_core/network_models.py
hnn_core/optimization.py
hnn_core/parallel_backends.py
hnn_core/params.py
hnn_core/params_default.py
hnn_core/utils.py
hnn_core/viz.py
hnn_core.egg-info/PKG-INFO
hnn_core.egg-info/SOURCES.txt
hnn_core.egg-info/dependency_links.txt
hnn_core.egg-info/requires.txt
hnn_core.egg-info/top_level.txt
hnn_core/externals/__init__.py
hnn_core/externals/mne.py
hnn_core/mod/ar.mod
hnn_core/mod/ca.mod
hnn_core/mod/cad.mod
hnn_core/mod/cat.mod
hnn_core/mod/dipole.mod
hnn_core/mod/dipole_pp.mod
hnn_core/mod/hh2.mod
hnn_core/mod/kca.mod
hnn_core/mod/km.mod
hnn_core/mod/vecevent.mod
hnn_core/mod/x86_64/ar.c
hnn_core/mod/x86_64/ar.mod
hnn_core/mod/x86_64/ar.o
hnn_core/mod/x86_64/ca.c
hnn_core/mod/x86_64/ca.mod
hnn_core/mod/x86_64/ca.o
hnn_core/mod/x86_64/cad.c
hnn_core/mod/x86_64/cad.mod
hnn_core/mod/x86_64/cad.o
hnn_core/mod/x86_64/cat.c
hnn_core/mod/x86_64/cat.mod
hnn_core/mod/x86_64/cat.o
hnn_core/mod/x86_64/dipole.c
hnn_core/mod/x86_64/dipole.mod
hnn_core/mod/x86_64/dipole.o
hnn_core/mod/x86_64/dipole_pp.c
hnn_core/mod/x86_64/dipole_pp.mod
hnn_core/mod/x86_64/dipole_pp.o
hnn_core/mod/x86_64/hh2.c
hnn_core/mod/x86_64/hh2.mod
hnn_core/mod/x86_64/hh2.o
hnn_core/mod/x86_64/kca.c
hnn_core/mod/x86_64/kca.mod
hnn_core/mod/x86_64/kca.o
hnn_core/mod/x86_64/km.c
hnn_core/mod/x86_64/km.mod
hnn_core/mod/x86_64/km.o
hnn_core/mod/x86_64/libnrnmech.so
hnn_core/mod/x86_64/mod_func.c
hnn_core/mod/x86_64/mod_func.o
hnn_core/mod/x86_64/special
hnn_core/mod/x86_64/vecevent.c
hnn_core/mod/x86_64/vecevent.mod
hnn_core/mod/x86_64/vecevent.o
hnn_core/mod/x86_64/.libs/libnrnmech.so
hnn_core/param/N20.json
hnn_core/param/base.json
hnn_core/param/default.json
hnn_core/param/empty.json
hnn_core/param/gamma_L5weak_L2weak.json
hnn_core/tests/conftest.py
hnn_core/tests/test_cell.py
hnn_core/tests/test_cell_response.py
hnn_core/tests/test_cells_default.py
hnn_core/tests/test_dipole.py
hnn_core/tests/test_drives.py
hnn_core/tests/test_extracellular.py
hnn_core/tests/test_mpi_child.py
hnn_core/tests/test_network.py
hnn_core/tests/test_optimization.py
hnn_core/tests/test_parallel_backends.py
hnn_core/tests/test_params.py
hnn_core/tests/test_utils.py
hnn_core/tests/test_viz.py