.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/build_test.yml
.github/workflows/pypi_publish.yml
docs/JAX-in-Cell_logo.png
docs/Makefile
docs/acknowledgments.rst
docs/conf.py
docs/contributing.rst
docs/features.rst
docs/getting_started.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/overview.rst
docs/project_structure.rst
docs/requirements.txt
docs/roadmap.rst
docs/testing.rst
docs/usage.rst
examples/Landau_damping.py
examples/Langmuir_wave.py
examples/Weibel_instability.py
examples/auto-differentiability.py
examples/bump-on-tail.py
examples/bump-on-tail.toml
examples/inference_two_stream.py
examples/input.toml
examples/optimize_two_stream_saturation.py
examples/scaling_energy_time.py
examples/two-stream_instability.py
jaxincell/__init__.py
jaxincell/__main__.py
jaxincell/_algorithms.py
jaxincell/_boundary_conditions.py
jaxincell/_constants.py
jaxincell/_diagnostics.py
jaxincell/_fields.py
jaxincell/_filters.py
jaxincell/_particles.py
jaxincell/_plot.py
jaxincell/_simulation.py
jaxincell/_sources.py
jaxincell/version.py
jaxincell.egg-info/PKG-INFO
jaxincell.egg-info/SOURCES.txt
jaxincell.egg-info/dependency_links.txt
jaxincell.egg-info/entry_points.txt
jaxincell.egg-info/requires.txt
jaxincell.egg-info/top_level.txt
tests/__init__.py
tests/test_algorithms.py
tests/test_boundary_conditions.py
tests/test_constants.py
tests/test_diagnostics.py
tests/test_filters.py
tests/test_main.py
tests/test_plots.py
tests/test_simulation.py