LICENSE
README.md
pyproject.toml
Jaxley.egg-info/PKG-INFO
Jaxley.egg-info/SOURCES.txt
Jaxley.egg-info/dependency_links.txt
Jaxley.egg-info/requires.txt
Jaxley.egg-info/top_level.txt
jaxley/__init__.py
jaxley/__version__.py
jaxley/build_branched_tridiag.py
jaxley/connect.py
jaxley/integrate.py
jaxley/solver_gate.py
jaxley/solver_voltage.py
jaxley/stimulus.py
jaxley/channels/__init__.py
jaxley/channels/channel.py
jaxley/channels/hh.py
jaxley/channels/pospischil.py
jaxley/modules/__init__.py
jaxley/modules/base.py
jaxley/modules/branch.py
jaxley/modules/cell.py
jaxley/modules/compartment.py
jaxley/modules/network.py
jaxley/optimize/__init__.py
jaxley/optimize/optimizer.py
jaxley/optimize/transforms.py
jaxley/optimize/utils.py
jaxley/synapses/__init__.py
jaxley/synapses/ionotropic.py
jaxley/synapses/synapse.py
jaxley/synapses/tanh_rate.py
jaxley/synapses/test.py
jaxley/utils/__init__.py
jaxley/utils/cell_utils.py
jaxley/utils/colors.py
jaxley/utils/debug_solver.py
jaxley/utils/jax_utils.py
jaxley/utils/misc_utils.py
jaxley/utils/plot_utils.py
jaxley/utils/swc.py
jaxley/utils/syn_utils.py
tests/__init__.py
tests/test_api_equivalence.py
tests/test_cell_matches_branch.py
tests/test_channels.py
tests/test_clamp.py
tests/test_composability_of_modules.py
tests/test_connection.py
tests/test_data_feeding.py
tests/test_distance.py
tests/test_grad.py
tests/test_groups.py
tests/test_indexing.py
tests/test_license.py
tests/test_make_trainable.py
tests/test_moving.py
tests/test_optimize.py
tests/test_pickle.py
tests/test_plotting_api.py
tests/test_record_and_stimulate.py
tests/test_shared_state.py
tests/test_solver.py
tests/test_swc.py
tests/test_syn.py
tests/test_synapse_indexing.py
tests/test_transforms.py
tests/jaxley_identical/__init__.py
tests/jaxley_identical/test_basic_modules.py
tests/jaxley_identical/test_grad.py
tests/jaxley_identical/test_radius_and_length.py
tests/jaxley_identical/test_swc.py
tests/jaxley_vs_neuron/__init__.py
tests/jaxley_vs_neuron/test_branch.py
tests/jaxley_vs_neuron/test_cell.py
tests/jaxley_vs_neuron/test_comp.py
tests/swc_files/asc2swc.py