.gitignore
LICENSE
README.md
TODO.md
mkdocs.yml
pyproject.toml
.github/actions/setup-openmc/action.yml
.github/workflows/docs.yml
.github/workflows/examples.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/api.md
docs/index.md
docs/assets/buildup_example.png
docs/assets/dose_buildup_comparison.png
docs/assets/flux_buildup_comparison.png
docs/assets/generate_buildup_comparison_plots.py
docs/guide/buildup_mc.md
docs/guide/caching.md
docs/guide/coupled_dose.md
docs/guide/extrapolation.md
docs/guide/installation.md
docs/guide/layers.md
docs/guide/materials.md
docs/guide/neutron_dose.md
docs/guide/neutron_flux.md
docs/guide/neutron_transmission.md
docs/guide/photon_dose.md
docs/guide/photon_flux.md
docs/guide/photon_transmission.md
docs/guide/plotting.md
docs/guide/source_spectra.md
docs/guide/weight_windows.md
docs/guide/studies/index.md
docs/guide/studies/multi_layer.md
docs/guide/studies/single_layer.md
docs/guide/studies/variable_material.md
docs/theory/buildup_factors.md
docs/theory/point_kernel.md
docs/vnv/beer_lambert_single_slab.md
docs/vnv/index.md
docs/vnv/transmission_in_void.md
docs/vnv/uncollided_flux_in_void.md
examples/python/0_making_materials_and_layers.py
examples/python/1_single_layer_photon_transmission.py
examples/python/2_single_layer_neutron_transmission.py
examples/python/3_single_layer_photon_flux.py
examples/python/4_single_layer_neutron_flux.py
examples/python/5_single_layer_photon_dose.py
examples/python/6_single_layer_neutron_dose.py
examples/python/7_single_layer_coupled_neutron_photon_dose.py
examples/python/8_single_layer_many_thicknesses_photon_dose.py
examples/python/9_cached_mc_results.json
examples/python/9_cached_mc_results.py
examples/python/multiple_layer_study.py
python/rad_point_kernel/__init__.py
python/rad_point_kernel/buildup.py
python/rad_point_kernel/weight_windows.py
python/rad_point_kernel.egg-info/PKG-INFO
python/rad_point_kernel.egg-info/SOURCES.txt
python/rad_point_kernel.egg-info/dependency_links.txt
python/rad_point_kernel.egg-info/requires.txt
python/rad_point_kernel.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py
tests/test_mc.py
tests/test_weight_windows.py
verification_and_validation/beer_lambert_single_slab.py
verification_and_validation/transmission_in_void.py
verification_and_validation/uncollided_flux_in_void.py