LICENSE
README.md
pyproject.toml
setup.py
bsb/__init__.py
bsb/__main__.py
bsb/_contexts.py
bsb/_encoding.py
bsb/_options.py
bsb/_util.py
bsb/cell_types.py
bsb/core.py
bsb/exceptions.py
bsb/helpers.py
bsb/option.py
bsb/options.py
bsb/plotting.py
bsb/plugins.py
bsb/postprocessing.py
bsb/profiling.py
bsb/reporting.py
bsb/trees.py
bsb/voxels.py
bsb.egg-info/PKG-INFO
bsb.egg-info/SOURCES.txt
bsb.egg-info/dependency_links.txt
bsb.egg-info/entry_points.txt
bsb.egg-info/requires.txt
bsb.egg-info/top_level.txt
bsb/blender/__init__.py
bsb/blender/_mixin.py
bsb/cli/__init__.py
bsb/cli/commands/__init__.py
bsb/cli/commands/_commands.py
bsb/cli/commands/_projects.py
bsb/config/__init__.py
bsb/config/_attrs.py
bsb/config/_compile.py
bsb/config/_config.py
bsb/config/_distributions.py
bsb/config/_hooks.py
bsb/config/_make.py
bsb/config/refs.py
bsb/config/types.py
bsb/config/parsers/__init__.py
bsb/config/parsers/_parser.py
bsb/config/parsers/json.py
bsb/config/templates/__init__.py
bsb/config/templates/skeleton.json
bsb/config/templates/starting_example.json
bsb/connectivity/__init__.py
bsb/connectivity/general.py
bsb/connectivity/strategy.py
bsb/connectivity/detailed/__init__.py
bsb/connectivity/detailed/fiber_intersection.py
bsb/connectivity/detailed/shared.py
bsb/connectivity/detailed/touch_detection.py
bsb/connectivity/detailed/voxel_intersection.py
bsb/morphologies/__init__.py
bsb/morphologies/selector.py
bsb/placement/__init__.py
bsb/placement/arrays.py
bsb/placement/distributor.py
bsb/placement/indicator.py
bsb/placement/particle.py
bsb/placement/satellite.py
bsb/placement/strategy.py
bsb/services/__init__.py
bsb/services/_util.py
bsb/services/mpi.py
bsb/services/mpilock.py
bsb/services/pool.py
bsb/simulation/__init__.py
bsb/simulation/_backends.py
bsb/simulation/adapter.py
bsb/simulation/cell.py
bsb/simulation/component.py
bsb/simulation/connection.py
bsb/simulation/device.py
bsb/simulation/parameter.py
bsb/simulation/results.py
bsb/simulation/simulation.py
bsb/simulation/targetting.py
bsb/simulators/__init__.py
bsb/simulators/arbor/__init__.py
bsb/simulators/arbor/adapter.py
bsb/simulators/arbor/cell.py
bsb/simulators/arbor/connection.py
bsb/simulators/arbor/device.py
bsb/simulators/arbor/simulation.py
bsb/simulators/arbor/devices/__init__.py
bsb/simulators/arbor/devices/probe.py
bsb/simulators/arbor/devices/spike_generator.py
bsb/simulators/nest/__init__.py
bsb/simulators/nest/adapter.py
bsb/simulators/nest/cell.py
bsb/simulators/nest/connection.py
bsb/simulators/nest/device.py
bsb/simulators/nest/simulation.py
bsb/simulators/neuron/__init__.py
bsb/simulators/neuron/adapter.py
bsb/simulators/neuron/cell.py
bsb/simulators/neuron/connection.py
bsb/simulators/neuron/device.py
bsb/simulators/neuron/simulation.py
bsb/simulators/neuron/devices/__init__.py
bsb/simulators/neuron/devices/current_clamp.py
bsb/simulators/neuron/devices/ion_recorder.py
bsb/simulators/neuron/devices/spike_generator.py
bsb/simulators/neuron/devices/synapse_recorder.py
bsb/simulators/neuron/devices/voltage_clamp.py
bsb/simulators/neuron/devices/voltage_recorder.py
bsb/storage/__init__.py
bsb/storage/_chunks.py
bsb/storage/_util.py
bsb/storage/interfaces.py
bsb/topology/__init__.py
bsb/topology/_layout.py
bsb/topology/partition.py
bsb/topology/region.py
bsb/unittest/__init__.py
bsb/unittest/engines.py
bsb/unittest/parallel.py
bsb/unittest/data/configs/test_double_neuron.json
bsb/unittest/data/configs/test_double_neuron_network.json
bsb/unittest/data/configs/test_double_neuron_network_heterosyn.json
bsb/unittest/data/configs/test_double_neuron_network_homosyn.json
bsb/unittest/data/configs/test_double_neuron_network_relay.json
bsb/unittest/data/configs/test_double_neuron_network_rotations.json
bsb/unittest/data/configs/test_fiber_intersection.json
bsb/unittest/data/configs/test_full_v4.json
bsb/unittest/data/configs/test_minimal.json
bsb/unittest/data/configs/test_minimal_entities.json
bsb/unittest/data/configs/test_minimal_simulation.json
bsb/unittest/data/configs/test_multi_multi.json
bsb/unittest/data/configs/test_nrn_aa_goc.json
bsb/unittest/data/configs/test_nrn_aa_pc.json
bsb/unittest/data/configs/test_nrn_grc_sc.json
bsb/unittest/data/configs/test_nrn_mf_golgi.json
bsb/unittest/data/configs/test_nrn_mf_granule.json
bsb/unittest/data/configs/test_nrn_miniature.json
bsb/unittest/data/configs/test_nrn_sc_pc.json
bsb/unittest/data/configs/test_recorders.json
bsb/unittest/data/configs/test_single.json
bsb/unittest/data/configs/test_single_neuron.json
bsb/unittest/data/morphologies/2branch.swc
bsb/unittest/data/morphologies/2comp.swc
bsb/unittest/data/morphologies/2root.swc
bsb/unittest/data/morphologies/3branch.swc
bsb/unittest/data/morphologies/AA0048.swc
bsb/unittest/data/morphologies/BasketCell.swc
bsb/unittest/data/morphologies/GolgiCell.asc
bsb/unittest/data/morphologies/GolgiCell.swc
bsb/unittest/data/morphologies/GranuleCell.swc
bsb/unittest/data/morphologies/PurkinjeCell.swc
bsb/unittest/data/morphologies/StellateCell.swc
bsb/unittest/data/morphologies/test_morphometry.swc
bsb/unittest/data/parser_tests/basics.json
bsb/unittest/data/parser_tests/doc.json
bsb/unittest/data/parser_tests/doubleref.json
bsb/unittest/data/parser_tests/far_import.json
bsb/unittest/data/parser_tests/indoc_import.json
bsb/unittest/data/parser_tests/indoc_import_list.json
bsb/unittest/data/parser_tests/indoc_import_merge.json
bsb/unittest/data/parser_tests/indoc_import_other.json
bsb/unittest/data/parser_tests/indoc_import_overwrite.json
bsb/unittest/data/parser_tests/interdoc_refs.json
bsb/unittest/data/parser_tests/interdoc_refs_wrong.json
bsb/unittest/data/parser_tests/intradoc_nodict_ref.json
bsb/unittest/data/parser_tests/intradoc_refs.json
tests/__init__.py
tests/test_chunks.py
tests/test_cli.py
tests/test_compilation.py
tests/test_configuration.py
tests/test_connectivity.py
tests/test_core.py
tests/test_distributors.py
tests/test_entities.py
tests/test_fiber_intersection.py
tests/test_issues.py
tests/test_morphologies.py
tests/test_nest.py
tests/test_neuron.py
tests/test_options.py
tests/test_parsing.py
tests/test_placement.py
tests/test_postprocessing.py
tests/test_projects.py
tests/test_selectors.py
tests/test_simulation.py
tests/test_storage.py
tests/test_targetting.py
tests/test_topology.py
tests/test_trees.py
tests/test_util.py
tests/test_voxels.py