.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/continous_integration.yml
.github/workflows/docs.yml
.github/workflows/release_pip.yml
docs/Makefile
docs/build_all.sh
docs/requirements.txt
docs/methods/FirstOrderReactions.nb
docs/methods/FirstOrderReactions.pdf
docs/methods/LinearReactionsBalance.nb
docs/methods/Linearized_Fluxes.nb
docs/methods/Linearized_Fluxes.pdf
docs/source/__init__.py
docs/source/classlist.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/parse_classes.py
docs/source/parse_examples.py
docs/source/run_autodoc.py
docs/source/sphinx_simplify_typehints.py
docs/source/_static/custom.css
docs/source/dev_guide/coding_style.rst
docs/source/dev_guide/data_model.rst
docs/source/dev_guide/index.rst
docs/source/dev_guide/tests.rst
docs/source/quickstart/first_steps.rst
docs/source/quickstart/index.rst
docs/source/quickstart/overview.rst
docs/sphinx_ext/toctree_filter.py
emulsim/__init__.py
emulsim/_version.py
emulsim/py.typed
emulsim/simulation.py
emulsim/state.py
emulsim/trackers.py
emulsim.egg-info/PKG-INFO
emulsim.egg-info/SOURCES.txt
emulsim.egg-info/dependency_links.txt
emulsim.egg-info/not-zip-safe
emulsim.egg-info/requires.txt
emulsim.egg-info/top_level.txt
emulsim/actors/__init__.py
emulsim/actors/base.py
emulsim/actors/function.py
emulsim/actors/autonomous/__init__.py
emulsim/actors/autonomous/active_particles.py
emulsim/actors/autonomous/box.py
emulsim/actors/autonomous/brownian_motion.py
emulsim/actors/autonomous/coalescence.py
emulsim/actors/autonomous/emitters.py
emulsim/actors/autonomous/fields.py
emulsim/actors/coupling/__init__.py
emulsim/actors/coupling/fields.py
emulsim/actors/coupling/multicomponent_droplet.py
emulsim/actors/coupling/nucleation.py
emulsim/actors/coupling/point_droplet.py
emulsim/actors/coupling/spherical_droplet.py
emulsim/elements/__init__.py
emulsim/elements/base.py
emulsim/elements/fields.py
emulsim/elements/multicomponent_droplets.py
emulsim/elements/points.py
emulsim/elements/spherical_droplets.py
examples/README.txt
examples/active_particles.py
examples/bulk_boundary_coupling.py
examples/custom_brownian_particles.py
examples/droplets_active.py
examples/droplets_coalescence.py
examples/droplets_image_based.py
examples/droplets_interactive.py
examples/droplets_simple.py
examples/droplets_trackers.py
examples/droplets_with_emitters.py
examples/multicomp_droplets.py
examples/multicomp_droplets_active.py
examples/pde_collection.py
examples/pde_simple.py
examples/random_field_actor.py
examples/storing_data.py
examples/trajectory.zip
scripts/format_code.sh
scripts/run_tests.py
scripts/tests_all.sh
scripts/tests_codestyle.sh
scripts/tests_coverage.sh
scripts/tests_debug.sh
scripts/tests_parallel.sh
scripts/tests_run.sh
scripts/tests_types.sh
tests/conftest.py
tests/requirements.txt
tests/requirements_full.txt
tests/test_examples.py
tests/test_simulation.py
tests/test_state.py
tests/test_trackers.py
tests/actors/test_base.py
tests/actors/test_field_actors.py
tests/actors/autonomous/test_active_particles.py
tests/actors/autonomous/test_autonomous_field_actors.py
tests/actors/autonomous/test_box.py
tests/actors/autonomous/test_brownian_motion.py
tests/actors/autonomous/test_coalescence.py
tests/actors/autonomous/test_emitter.py
tests/actors/coupling/test_coupling_field_actors.py
tests/actors/coupling/test_multicomponent_droplets.py
tests/actors/coupling/test_nucleation.py
tests/actors/coupling/test_point_droplet.py
tests/actors/coupling/test_spherical_droplet.py
tests/elements/__init__.py
tests/elements/test_fields.py
tests/elements/test_generic.py
tests/elements/test_multicomponent_droplets.py
tests/elements/test_points.py
tests/elements/test_spherical_droplets.py
tests/helpers/__init__.py
tests/helpers/asserts.py
tests/helpers/recarray.py