.gitreview
CHANGELOG.md
CITATION.cff
INSTALL_OLDSKOOL.md
LICENSE
README.md
pyproject.toml
wscript
.ci/Jenkinsfile
.ci/Jenkinsfile_industryStandard
doc/logo_256.png
src/pyjaxsnn/jaxsnn/__init__.py
src/pyjaxsnn/jaxsnn.egg-info/PKG-INFO
src/pyjaxsnn/jaxsnn.egg-info/SOURCES.txt
src/pyjaxsnn/jaxsnn.egg-info/dependency_links.txt
src/pyjaxsnn/jaxsnn.egg-info/requires.txt
src/pyjaxsnn/jaxsnn.egg-info/scm_file_list.json
src/pyjaxsnn/jaxsnn.egg-info/scm_version.json
src/pyjaxsnn/jaxsnn.egg-info/top_level.txt
src/pyjaxsnn/jaxsnn/base/__init__.py
src/pyjaxsnn/jaxsnn/base/root_solving.py
src/pyjaxsnn/jaxsnn/base/topology.py
src/pyjaxsnn/jaxsnn/base/types.py
src/pyjaxsnn/jaxsnn/base/dataset/__init__.py
src/pyjaxsnn/jaxsnn/base/dataset/circle.py
src/pyjaxsnn/jaxsnn/base/dataset/constant.py
src/pyjaxsnn/jaxsnn/base/dataset/dataloader.py
src/pyjaxsnn/jaxsnn/base/dataset/linear.py
src/pyjaxsnn/jaxsnn/base/dataset/yinyang.py
src/pyjaxsnn/jaxsnn/discrete/__init__.py
src/pyjaxsnn/jaxsnn/discrete/decode.py
src/pyjaxsnn/jaxsnn/discrete/encode.py
src/pyjaxsnn/jaxsnn/discrete/loss.py
src/pyjaxsnn/jaxsnn/discrete/topology.py
src/pyjaxsnn/jaxsnn/discrete/types.py
src/pyjaxsnn/jaxsnn/discrete/functional/__init__.py
src/pyjaxsnn/jaxsnn/discrete/functional/li.py
src/pyjaxsnn/jaxsnn/discrete/functional/lif.py
src/pyjaxsnn/jaxsnn/discrete/functional/linear.py
src/pyjaxsnn/jaxsnn/discrete/functional/threshold.py
src/pyjaxsnn/jaxsnn/discrete/modules/__init__.py
src/pyjaxsnn/jaxsnn/discrete/modules/input.py
src/pyjaxsnn/jaxsnn/discrete/modules/li.py
src/pyjaxsnn/jaxsnn/discrete/modules/lif.py
src/pyjaxsnn/jaxsnn/discrete/modules/linear.py
src/pyjaxsnn/jaxsnn/event/__init__.py
src/pyjaxsnn/jaxsnn/event/custom_lax.py
src/pyjaxsnn/jaxsnn/event/encode.py
src/pyjaxsnn/jaxsnn/event/loss.py
src/pyjaxsnn/jaxsnn/event/states.py
src/pyjaxsnn/jaxsnn/event/topology.py
src/pyjaxsnn/jaxsnn/event/training.py
src/pyjaxsnn/jaxsnn/event/types.py
src/pyjaxsnn/jaxsnn/event/adjoint/step.py
src/pyjaxsnn/jaxsnn/event/adjoint/trajectory.py
src/pyjaxsnn/jaxsnn/event/adjoint/lif/add_grads.py
src/pyjaxsnn/jaxsnn/event/adjoint/lif/dynamics.py
src/pyjaxsnn/jaxsnn/event/adjoint/lif/transition.py
src/pyjaxsnn/jaxsnn/event/functional/__init__.py
src/pyjaxsnn/jaxsnn/event/functional/trajectory.py
src/pyjaxsnn/jaxsnn/event/functional/lif/dynamics.py
src/pyjaxsnn/jaxsnn/event/functional/lif/transition.py
src/pyjaxsnn/jaxsnn/event/hardware/__init__.py
src/pyjaxsnn/jaxsnn/event/hardware/experiment.py
src/pyjaxsnn/jaxsnn/event/hardware/observables.py
src/pyjaxsnn/jaxsnn/event/hardware/parameter.py
src/pyjaxsnn/jaxsnn/event/hardware/transforms.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/base_module.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/input_neuron.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/neuron.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/population.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/projection.py
src/pyjaxsnn/jaxsnn/event/hardware/modules/synapse.py
src/pyjaxsnn/jaxsnn/event/modules/__init__.py
src/pyjaxsnn/jaxsnn/event/modules/linear.py
src/pyjaxsnn/jaxsnn/event/modules/source.py
src/pyjaxsnn/jaxsnn/event/modules/synapse.py
src/pyjaxsnn/jaxsnn/event/modules/hx/__init__.py
src/pyjaxsnn/jaxsnn/event/modules/hx/input.py
src/pyjaxsnn/jaxsnn/event/modules/hx/linear.py
src/pyjaxsnn/jaxsnn/event/modules/hx/lif/__init__.py
src/pyjaxsnn/jaxsnn/event/modules/hx/lif/neuron.py
src/pyjaxsnn/jaxsnn/event/modules/hx/lif/parameters.py
src/pyjaxsnn/jaxsnn/event/modules/lif/__init__.py
src/pyjaxsnn/jaxsnn/event/modules/lif/lif.py
src/pyjaxsnn/jaxsnn/event/modules/lif/parameters.py
src/pyjaxsnn/jaxsnn/event/solver/__init__.py
src/pyjaxsnn/jaxsnn/event/solver/custom_root_newton.py
src/pyjaxsnn/jaxsnn/event/solver/custom_root_ttfs.py
src/pyjaxsnn/jaxsnn/event/solver/lif_analytical.py
src/pyjaxsnn/jaxsnn/event/solver/newton.py
src/pyjaxsnn/jaxsnn/event/solver/next_finder.py
src/pyjaxsnn/jaxsnn/event/stepping/__init__.py
src/pyjaxsnn/jaxsnn/event/stepping/step.py
src/pyjaxsnn/jaxsnn/event/stepping/step_existing_events.py
src/pyjaxsnn/jaxsnn/event/stepping/step_multi_layer.py
src/pyjaxsnn/jaxsnn/event/utils/__init__.py
src/pyjaxsnn/jaxsnn/event/utils/from_nir.py
src/pyjaxsnn/jaxsnn/event/utils/from_nir_data.py
src/pyjaxsnn/jaxsnn/event/utils/time_it.py
src/pyjaxsnn/jaxsnn/event/utils/to_nir_data.py
src/pyjaxsnn/jaxsnn/examples/plot.py
src/pyjaxsnn/jaxsnn/examples/discrete/yinyang.py
src/pyjaxsnn/jaxsnn/examples/event/__init__.py
src/pyjaxsnn/jaxsnn/examples/event/utils.py
src/pyjaxsnn/jaxsnn/examples/event/yinyang_analytical.py
src/pyjaxsnn/jaxsnn/examples/event/yinyang_bss2.py
src/pyjaxsnn/jaxsnn/examples/event/yinyang_layered_event_prop.py
src/pyjaxsnn/jaxsnn/examples/event/yinyang_recurrent_event_prop.py
tests/hw/test_examples_event_yinyang_bss2.py
tests/sw/test_base_circle_dataset.py
tests/sw/test_base_constant_dataset.py
tests/sw/test_base_linear_dataset.py
tests/sw/test_base_yinyang_dataset.py
tests/sw/test_event_functional_lif_dynamics.py
tests/sw/test_event_loss.py
tests/sw/test_event_modules_analytical_vs_eventprop.py
tests/sw/test_event_modules_external_events.py
tests/sw/test_event_modules_lif.py
tests/sw/test_event_nir.py
tests/sw/test_event_root_custom_root_newton.py
tests/sw/test_event_root_custom_root_ttfs.py
tests/sw/test_event_root_newton.py
tests/sw/test_event_root_ttfs.py
tests/sw/test_event_stepping_step.py
tests/sw/test_event_stepping_step_existing.py
tests/sw/test_event_tasks_constant.py
tests/sw/test_event_topology.py
tests/sw/test_examples_discrete_yinyang.py
tests/sw/test_examples_event_yinyang_analytical.py
tests/sw/test_examples_event_yinyang_layered_event_prop.py
tests/sw/test_examples_event_yinyang_recurrent_event_prop.py