OpenMC/CODEOWNERS

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

68 lines
1.6 KiB
Text
Raw Normal View History

2019-10-09 13:11:46 -05:00
# Data interface
openmc/data/ @paulromano
# Python bindings to C/C++ API
openmc/lib/ @paulromano
# Depletion
2024-04-26 17:54:38 -05:00
openmc/deplete/ @paulromano
tests/regression_tests/deplete/ @paulromano
tests/unit_tests/test_deplete_*.py @paulromano
2019-10-09 13:11:46 -05:00
# MG-related functionality
openmc/mgxs_library.py @nelsonag
src/mgxs.cpp @nelsonag
src/mgxs_interface.cpp @nelsonag
src/physics_mg.cpp @nelsonag
src/scattdata.cpp @nelsonag
src/xsdata.cpp @nelsonag
# CMFD
openmc/cmfd.py @shikhar413
src/cmfd_solver.cpp @shikhar413
# DAGMC
src/dagmc.cpp @pshriwise
tests/regression_tests/dagmc/ @pshriwise
tests/unit_tests/dagmc/ @pshriwise
2024-04-26 17:54:38 -05:00
# Weight windows
openmc/weight_windows.py @pshriwise
openmc/lib/weight_windows.py @pshriwise
src/weight_windows.py @pshriwise
tests/unit_tests/weightwindows/ @pshriwise
2019-10-09 13:11:46 -05:00
# Photon transport
openmc/data/BREMX.DAT @amandalund
openmc/data/compton_profiles.h5 @amandalund
openmc/data/photon.py @amandalund
src/photon.cpp @amandalund
src/bremsstrahlung.cpp @amandalund
tests/regression_tests/photon_production/ @amandalund
tests/regression_tests/photon_source/ @amandalund
# RCP and TRISOs
openmc/model/triso.py @amandalund
tests/regression_tests/triso/ @amandalund
tests/unit_tests/test_model_triso.py @amandalund
# Geometry plotting
src/plot.cpp @pshriwise
openmc/lib/plot.py @pshriwise
# Resonance covariance
openmc/data/resonance_covariance.py @icmeyer
2022-02-25 20:33:10 +00:00
# Docker
Dockerfile @shimwell
2024-04-26 17:54:38 -05:00
# Random ray
src/random_ray/ @jtramm
# NCrystal interface
src/ncrystal_interface.cpp @marquezj @tkittel
src/ncrystal_load.cpp @marquezj @tkittel
2024-04-26 17:54:38 -05:00
# MCPL interface
src/mcpl_interface.cpp @ebknudsen