LICENSE
README.md
pyproject.toml
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/top_level.txt
src/pyjaxsnn/jaxsnn/base/__init__.py
src/pyjaxsnn/jaxsnn/base/params.py
src/pyjaxsnn/jaxsnn/base/root_solving.py
src/pyjaxsnn/jaxsnn/base/types.py
src/pyjaxsnn/jaxsnn/discrete/__init__.py
src/pyjaxsnn/jaxsnn/discrete/compose.py
src/pyjaxsnn/jaxsnn/discrete/decode.py
src/pyjaxsnn/jaxsnn/discrete/encode.py
src/pyjaxsnn/jaxsnn/discrete/leaky_integrate.py
src/pyjaxsnn/jaxsnn/discrete/leaky_integrate_and_fire.py
src/pyjaxsnn/jaxsnn/discrete/loss.py
src/pyjaxsnn/jaxsnn/discrete/threshold.py
src/pyjaxsnn/jaxsnn/discrete/dataset/__init__.py
src/pyjaxsnn/jaxsnn/discrete/dataset/circle.py
src/pyjaxsnn/jaxsnn/discrete/dataset/linear.py
src/pyjaxsnn/jaxsnn/discrete/dataset/yinyang.py
src/pyjaxsnn/jaxsnn/discrete/tasks/yinyang.py
src/pyjaxsnn/jaxsnn/event/__init__.py
src/pyjaxsnn/jaxsnn/event/adjoint_lif.py
src/pyjaxsnn/jaxsnn/event/compose.py
src/pyjaxsnn/jaxsnn/event/construct.py
src/pyjaxsnn/jaxsnn/event/custom_lax.py
src/pyjaxsnn/jaxsnn/event/flow.py
src/pyjaxsnn/jaxsnn/event/functional.py
src/pyjaxsnn/jaxsnn/event/leaky_integrate.py
src/pyjaxsnn/jaxsnn/event/leaky_integrate_and_fire.py
src/pyjaxsnn/jaxsnn/event/loss.py
src/pyjaxsnn/jaxsnn/event/plot.py
src/pyjaxsnn/jaxsnn/event/training.py
src/pyjaxsnn/jaxsnn/event/transition.py
src/pyjaxsnn/jaxsnn/event/types.py
src/pyjaxsnn/jaxsnn/event/utils.py
src/pyjaxsnn/jaxsnn/event/dataset/__init__.py
src/pyjaxsnn/jaxsnn/event/dataset/circle.py
src/pyjaxsnn/jaxsnn/event/dataset/constant.py
src/pyjaxsnn/jaxsnn/event/dataset/linear.py
src/pyjaxsnn/jaxsnn/event/dataset/utils.py
src/pyjaxsnn/jaxsnn/event/dataset/yinyang.py
src/pyjaxsnn/jaxsnn/event/hardware/__init__.py
src/pyjaxsnn/jaxsnn/event/hardware/experiment.py
src/pyjaxsnn/jaxsnn/event/hardware/input_neuron.py
src/pyjaxsnn/jaxsnn/event/hardware/module.py
src/pyjaxsnn/jaxsnn/event/hardware/neuron.py
src/pyjaxsnn/jaxsnn/event/hardware/synapse.py
src/pyjaxsnn/jaxsnn/event/hardware/utils.py
src/pyjaxsnn/jaxsnn/event/hardware/calib/__init__.py
src/pyjaxsnn/jaxsnn/event/hardware/calib/neuron_calib.py
src/pyjaxsnn/jaxsnn/event/root/__init__.py
src/pyjaxsnn/jaxsnn/event/root/custom_root_newton.py
src/pyjaxsnn/jaxsnn/event/root/custom_root_ttfs.py
src/pyjaxsnn/jaxsnn/event/root/newton.py
src/pyjaxsnn/jaxsnn/event/root/next.py
src/pyjaxsnn/jaxsnn/event/root/next_test.py
src/pyjaxsnn/jaxsnn/event/root/ttfs.py
src/pyjaxsnn/jaxsnn/event/tasks/__init__.py
src/pyjaxsnn/jaxsnn/event/tasks/yinyang_analytical.py
src/pyjaxsnn/jaxsnn/event/tasks/yinyang_event_prop.py
src/pyjaxsnn/jaxsnn/event/tasks/hardware/yinyang.py
src/pyjaxsnn/jaxsnn/event/tasks/hardware/yinyang_mock.py
src/pyjaxsnn/jaxsnn/event/tasks/hardware/calibration/madc.py
src/pyjaxsnn/jaxsnn/event/tasks/hardware/calibration/spike_times.py