.gitignore
CITATION.cff
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.circleci/config.yml
.github/workflows/anaconda-publish.yml
.github/workflows/black.yml
.github/workflows/ci.yml
.github/workflows/python-publish.yml
conda/conda_build_config.yaml
conda/meta.yaml
examples/point_source_example.py
examples/ring_source_example.py
examples/tokamak_source_example.py
openmc_plasma_source/__init__.py
openmc_plasma_source/_version.py
openmc_plasma_source/fuel_types.py
openmc_plasma_source/point_source.py
openmc_plasma_source/ring_source.py
openmc_plasma_source/tokamak_source.py
openmc_plasma_source.egg-info/PKG-INFO
openmc_plasma_source.egg-info/SOURCES.txt
openmc_plasma_source.egg-info/dependency_links.txt
openmc_plasma_source.egg-info/requires.txt
openmc_plasma_source.egg-info/top_level.txt
openmc_plasma_source/plotting/__init__.py
openmc_plasma_source/plotting/plot_tokamak_source.py
tests/__init__.py
tests/test_fuel_types.py
tests/test_plotting.py
tests/test_point_source.py
tests/test_ring_source.py
tests/test_tokamak_source.py