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
docs/conf.py
jaxley/__init__.py
jaxley/__version__.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/channels/non_capacitive/__init__.py
jaxley/channels/non_capacitive/izhikevich.py
jaxley/channels/non_capacitive/rate.py
jaxley/channels/non_capacitive/spike.py
jaxley/io/__init__.py
jaxley/io/graph.py
jaxley/io/swc.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/morphology/__init__.py
jaxley/morphology/distance_utils.py
jaxley/morphology/morph_utils.py
jaxley/optimize/__init__.py
jaxley/optimize/optimizer.py
jaxley/optimize/transforms.py
jaxley/optimize/utils.py
jaxley/pumps/__init__.py
jaxley/pumps/ca_pump.py
jaxley/pumps/faraday_electrolysis.py
jaxley/pumps/nernstreversal.py
jaxley/pumps/pump.py
jaxley/synapses/__init__.py
jaxley/synapses/ionotropic.py
jaxley/synapses/synapse.py
jaxley/synapses/tanh_conductance.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/morph_attributes.py
jaxley/utils/plot_utils.py
jaxley/utils/solver_utils.py
jaxley/utils/syn_utils.py
tests/__init__.py
tests/conftest.py
tests/helpers.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_fixtures.py
tests/test_grad.py
tests/test_graph.py
tests/test_groups.py
tests/test_ion_diffusion_and_pumps.py
tests/test_make_trainable.py
tests/test_misc.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_regression.py
tests/test_set_ncomp.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/test_viewing.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/jaxley_vs_neuron/test_swc.py
tests/swc_files/asc2swc.py