README.md
pyproject.toml
adseq/__init__.py
adseq/synapse.py
adseq/synapse2.py
adseq.egg-info/PKG-INFO
adseq.egg-info/SOURCES.txt
adseq.egg-info/dependency_links.txt
adseq.egg-info/requires.txt
adseq.egg-info/top_level.txt
adseq/benchmarks/profile_jaxley.py
adseq/benchmarks/profile_lossy_queues.py
adseq/benchmarks/profile_poisson.py
adseq/benchmarks/profile_recurrent_snn.py
adseq/bridges/flax_bridge.py
adseq/bridges/jaxley_bridge.py
adseq/implementations/__init__.py
adseq/implementations/base.py
adseq/implementations/bgpq1.py
adseq/implementations/binary_heap.py
adseq/implementations/bitarray32.py
adseq/implementations/do_nothing.py
adseq/implementations/fifo_ring.py
adseq/implementations/lossy_ring.py
adseq/implementations/ring.py
adseq/implementations/single_spike.py
adseq/implementations/single_spike_keep.py
adseq/implementations/sorted_array.py
tests/test_grad.py
tests/test_multisynapse.py
tests/test_queues.py
tests/test_runners.py
tests/test_synapse.py
tests/test_synapse_vjp.py
tests/test_vjp.py