MANIFEST.in
README.rst
ez_setup.py
setup.cfg
setup.py
Brian2.egg-info/PKG-INFO
Brian2.egg-info/SOURCES.txt
Brian2.egg-info/dependency_links.txt
Brian2.egg-info/requires.txt
Brian2.egg-info/top_level.txt
brian2/__init__.py
brian2/codegen/__init__.py
brian2/codegen/_prefs.py
brian2/codegen/codeobject.py
brian2/codegen/functions.py
brian2/codegen/statements.py
brian2/codegen/targets.py
brian2/codegen/templates.py
brian2/codegen/translation.py
brian2/codegen/languages/__init__.py
brian2/codegen/languages/base.py
brian2/codegen/languages/cpp_lang.py
brian2/codegen/languages/numpy_lang.py
brian2/codegen/runtime/__init__.py
brian2/codegen/runtime/numpy_rt/__init__.py
brian2/codegen/runtime/numpy_rt/numpy_rt.py
brian2/codegen/runtime/numpy_rt/templates/group_variable_set.py_
brian2/codegen/runtime/numpy_rt/templates/group_variable_set_conditional.py_
brian2/codegen/runtime/numpy_rt/templates/ratemonitor.py_
brian2/codegen/runtime/numpy_rt/templates/reset.py_
brian2/codegen/runtime/numpy_rt/templates/spikemonitor.py_
brian2/codegen/runtime/numpy_rt/templates/state_variable_indexing.py_
brian2/codegen/runtime/numpy_rt/templates/statemonitor.py_
brian2/codegen/runtime/numpy_rt/templates/stateupdate.py_
brian2/codegen/runtime/numpy_rt/templates/summed_variable.py_
brian2/codegen/runtime/numpy_rt/templates/synapses.py_
brian2/codegen/runtime/numpy_rt/templates/synapses_create.py_
brian2/codegen/runtime/numpy_rt/templates/synapses_push_spikes.py_
brian2/codegen/runtime/numpy_rt/templates/threshold.py_
brian2/codegen/runtime/weave_rt/__init__.py
brian2/codegen/runtime/weave_rt/weave_rt.py
brian2/codegen/runtime/weave_rt/templates/common_group.cpp
brian2/codegen/runtime/weave_rt/templates/common_macros.cpp
brian2/codegen/runtime/weave_rt/templates/group_variable_set.cpp
brian2/codegen/runtime/weave_rt/templates/group_variable_set_conditional.cpp
brian2/codegen/runtime/weave_rt/templates/ratemonitor.cpp
brian2/codegen/runtime/weave_rt/templates/reset.cpp
brian2/codegen/runtime/weave_rt/templates/spikemonitor.cpp
brian2/codegen/runtime/weave_rt/templates/state_variable_indexing.cpp
brian2/codegen/runtime/weave_rt/templates/statemonitor.cpp
brian2/codegen/runtime/weave_rt/templates/stateupdate.cpp
brian2/codegen/runtime/weave_rt/templates/summed_variable.cpp
brian2/codegen/runtime/weave_rt/templates/synapses.cpp
brian2/codegen/runtime/weave_rt/templates/synapses_create.cpp
brian2/codegen/runtime/weave_rt/templates/synapses_push_spikes.cpp
brian2/codegen/runtime/weave_rt/templates/threshold.cpp
brian2/core/__init__.py
brian2/core/base.py
brian2/core/clocks.py
brian2/core/core_preferences.py
brian2/core/functions.py
brian2/core/magic.py
brian2/core/names.py
brian2/core/namespace.py
brian2/core/network.py
brian2/core/operations.py
brian2/core/preferences.py
brian2/core/scheduler.py
brian2/core/spikesource.py
brian2/core/tracking.py
brian2/core/variables.py
brian2/devices/__init__.py
brian2/devices/device.py
brian2/devices/cpp_standalone/__init__.py
brian2/devices/cpp_standalone/codeobject.py
brian2/devices/cpp_standalone/device.py
brian2/devices/cpp_standalone/templates/arrays.cpp
brian2/devices/cpp_standalone/templates/group_variable_set.cpp
brian2/devices/cpp_standalone/templates/group_variable_set_conditional.cpp
brian2/devices/cpp_standalone/templates/main.cpp
brian2/devices/cpp_standalone/templates/network.cpp
brian2/devices/cpp_standalone/templates/reset.cpp
brian2/devices/cpp_standalone/templates/spikemonitor.cpp
brian2/devices/cpp_standalone/templates/stateupdate.cpp
brian2/devices/cpp_standalone/templates/threshold.cpp
brian2/equations/__init__.py
brian2/equations/codestrings.py
brian2/equations/equations.py
brian2/equations/refractory.py
brian2/equations/unitcheck.py
brian2/groups/__init__.py
brian2/groups/group.py
brian2/groups/neurongroup.py
brian2/groups/poissongroup.py
brian2/groups/subgroup.py
brian2/memory/__init__.py
brian2/memory/allocation.py
brian2/memory/dynamicarray.py
brian2/monitors/__init__.py
brian2/monitors/ratemonitor.py
brian2/monitors/spikemonitor.py
brian2/monitors/statemonitor.py
brian2/parsing/__init__.py
brian2/parsing/dependencies.py
brian2/parsing/expressions.py
brian2/parsing/functions.py
brian2/parsing/rendering.py
brian2/parsing/statements.py
brian2/parsing/sympytools.py
brian2/sphinxext/__init__.py
brian2/sphinxext/briandoc.py
brian2/sphinxext/docscrape.py
brian2/sphinxext/docscrape_sphinx.py
brian2/sphinxext/generate_examples.py
brian2/sphinxext/generate_reference.py
brian2/stateupdaters/__init__.py
brian2/stateupdaters/base.py
brian2/stateupdaters/exact.py
brian2/stateupdaters/explicit.py
brian2/stateupdaters/exponential_euler.py
brian2/synapses/__init__.py
brian2/synapses/spikequeue.py
brian2/synapses/synapses.py
brian2/tests/__init__.py
brian2/tests/test_base.py
brian2/tests/test_clocks.py
brian2/tests/test_codegen.py
brian2/tests/test_codestrings.py
brian2/tests/test_equations.py
brian2/tests/test_functions.py
brian2/tests/test_memory.py
brian2/tests/test_monitor.py
brian2/tests/test_namespaces.py
brian2/tests/test_network.py
brian2/tests/test_neurongroup.py
brian2/tests/test_parsing.py
brian2/tests/test_poissongroup.py
brian2/tests/test_preferences.py
brian2/tests/test_refractory.py
brian2/tests/test_spikequeue.py
brian2/tests/test_stateupdaters.py
brian2/tests/test_subgroup.py
brian2/tests/test_synapses.py
brian2/tests/test_timedarray.py
brian2/tests/test_unitarray.py
brian2/tests/test_units.py
brian2/tests/test_utils.py
brian2/tests/test_variables.py
brian2/units/__init__.py
brian2/units/allunits.py
brian2/units/fundamentalunits.py
brian2/units/stdunits.py
brian2/units/unitsafefunctions.py
brian2/utils/__init__.py
brian2/utils/environment.py
brian2/utils/filetools.py
brian2/utils/logger.py
brian2/utils/ordereddict.py
brian2/utils/stringtools.py
brian2/utils/timedarray.py
docs_sphinx/index.rst
docs_sphinx/notes.rst
docs_sphinx/developer/clocks.rst
docs_sphinx/developer/codegen.rst
docs_sphinx/developer/equations_namespaces.rst
docs_sphinx/developer/functions.rst
docs_sphinx/developer/index.rst
docs_sphinx/developer/new_magic_and_clocks.rst
docs_sphinx/developer/overview.rst
docs_sphinx/developer/preferences.rst
docs_sphinx/developer/state_update.rst
docs_sphinx/developer/units.rst
docs_sphinx/developer/guidelines/defensive_programming.rst
docs_sphinx/developer/guidelines/documentation.rst
docs_sphinx/developer/guidelines/index.rst
docs_sphinx/developer/guidelines/logging.rst
docs_sphinx/developer/guidelines/representation.rst
docs_sphinx/developer/guidelines/style.rst
docs_sphinx/developer/guidelines/testing.rst
docs_sphinx/developer/guidelines/workflow.rst
docs_sphinx/introduction/changes.rst
docs_sphinx/introduction/index.rst
docs_sphinx/introduction/install.rst
docs_sphinx/user/equations.rst
docs_sphinx/user/functions.rst
docs_sphinx/user/index.rst
docs_sphinx/user/models.rst
docs_sphinx/user/refractoriness.rst
docs_sphinx/user/synapses.rst