.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/dev_guide.md
docs/index.md
docs/inputs.md
docs/install.md
docs/outputs.md
docs/physics.md
docs/quickstart.md
docs/requirements.txt
docs/api/index.md
docs/javascripts/mathjax-config.js
examples/README.md
examples/landau_damping.toml
examples/two_stream.toml
old_src/diffraxtemp.py
old_src/qutemp.py
old_src/temp.py
spectraxgk/__init__.py
spectraxgk/backends.py
spectraxgk/cli.py
spectraxgk/constants.py
spectraxgk/dg.py
spectraxgk/diagnostics.py
spectraxgk/fourier.py
spectraxgk/hermite_ops.py
spectraxgk/io_config.py
spectraxgk/plots.py
spectraxgk/poisson.py
spectraxgk/util.py
spectraxgk.egg-info/PKG-INFO
spectraxgk.egg-info/SOURCES.txt
spectraxgk.egg-info/dependency_links.txt
spectraxgk.egg-info/entry_points.txt
spectraxgk.egg-info/requires.txt
spectraxgk.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_energy_diag.py
tests/test_fourier_linear_smoke.py
tests/test_poisson_and_derivatives.py
tests/test_units_and_parsing.py
tests/test_util_kgrid.py