LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
examples/README.txt
examples/howto/README.txt
examples/howto/optimize_evoked.py
examples/howto/optimize_rhythmic.py
examples/howto/plot_batch_simulate.py
examples/howto/plot_connectivity.py
examples/howto/plot_firing_pattern.py
examples/howto/plot_hnn_animation.py
examples/howto/plot_record_extracellular_potentials.py
examples/howto/plot_replaying_spike_data_as_input.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/batch_simulate.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/docs.py
hnn_core/drives.py
hnn_core/extracellular.py
hnn_core/hnn_io.py
hnn_core/mpi_child.py
hnn_core/network.py
hnn_core/network_builder.py
hnn_core/network_models.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/entry_points.txt
hnn_core.egg-info/requires.txt
hnn_core.egg-info/top_level.txt
hnn_core/externals/__init__.py
hnn_core/externals/bayesopt.py
hnn_core/externals/mne.py
hnn_core/gui/__init__.py
hnn_core/gui/_logging.py
hnn_core/gui/_viz_manager.py
hnn_core/gui/gui.py
hnn_core/gui/gui_scripts.js
hnn_core/gui/gui_styles.css
hnn_core/gui/hnn_widget.ipynb
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/optimization/__init__.py
hnn_core/optimization/general_optimization.py
hnn_core/optimization/objective_functions.py
hnn_core/optimization/optimize_evoked.py
hnn_core/param/N20.json
hnn_core/param/default.json
hnn_core/param/gamma_L5weak_L2weak.json
hnn_core/param/neymotin2020_base.json
hnn_core/tests/conftest.py
hnn_core/tests/regenerate_test_network.py
hnn_core/tests/test_batch_simulate.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_general_optimization.py
hnn_core/tests/test_gui.py
hnn_core/tests/test_io.py
hnn_core/tests/test_mpi_child.py
hnn_core/tests/test_network.py
hnn_core/tests/test_optimize_evoked.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