.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_Landau_damping_dr_curve.py
Examples/1D_two_stream.py
Examples/1D_two_stream_gr_curve.py
Examples/2D_Orszag_Tang.py
Examples/damping_rate_1836.csv
Examples/growth_rate.csv
Examples/input_1D_landau_damping.toml
Examples/input_1D_landau_damping_dr_curve.toml
Examples/input_1D_two_stream.toml
Examples/input_1D_two_stream_gr_curve.toml
Examples/input_2D_orszag_tang.toml
Examples/orszag_tang_data_analysis.py
__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/SPECTRAX_logo.png
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
spectrax/__init__.py
spectrax/__main__.py
spectrax/_diagnostics.py
spectrax/_initialization.py
spectrax/_initialize_maxwellian.py
spectrax/_inverse_transform.py
spectrax/_model.py
spectrax/_plot.py
spectrax/_simulation.py
spectrax/midpoint_solver.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