.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
Examples/1D_Landau_damping.py
Examples/1D_Weibel.py
Examples/1D_two_stream.py
Examples/2D_Orszag_Tang.py
Examples/input_1D_Weibel.toml
Examples/input_1D_landau_damping.toml
Examples/input_1D_two_stream.toml
Examples/input_2D_orszag_tang.toml
__pycache__/Examples.cpython-310.pyc
__pycache__/Examples_1D.cpython-310.pyc
__pycache__/Examples_2D.cpython-310.pyc
__pycache__/JAX_VM_solver.cpython-310.pyc
__pycache__/inverse_transform.cpython-310.pyc
docs/Makefile
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
old_examples/1D_Landau_damping.py
old_examples/1D_two_stream_instability.py
old_examples/2D_Orszag_Tang.py
old_src/JAX_VM_solver.py
old_src/energy_entropy.py
old_src/initialize_in_xv_space.py
old_src/inverse_transform.py
spectrax/__init__.py
spectrax/__main__.py
spectrax/_diagnostics.py
spectrax/_initialization.py
spectrax/_initialize_xv.py
spectrax/_inverse_transform.py
spectrax/_model.py
spectrax/_plot.py
spectrax/_simulation.py
spectrax/version.py
spectrax.egg-info/PKG-INFO
spectrax.egg-info/SOURCES.txt
spectrax.egg-info/dependency_links.txt
spectrax.egg-info/entry_points.txt
spectrax.egg-info/requires.txt
spectrax.egg-info/top_level.txt
tests/__init__.py
tests/test_main.py
tests/test_simulation_runs.py