OpenMC/CODEOWNERS
Line: 2: incorrect codeowner user: paulromano Line: 2: no users/groups matched Line: 5: incorrect codeowner user: paulromano Line: 5: no users/groups matched Line: 8: incorrect codeowner user: paulromano Line: 8: no users/groups matched Line: 9: incorrect codeowner user: paulromano Line: 9: no users/groups matched Line: 10: incorrect codeowner user: paulromano Line: 10: no users/groups matched Line: 13: incorrect codeowner user: nelsonag Line: 13: no users/groups matched Line: 14: incorrect codeowner user: nelsonag Line: 14: no users/groups matched Line: 15: incorrect codeowner user: nelsonag Line: 15: no users/groups matched Line: 16: incorrect codeowner user: nelsonag Line: 16: no users/groups matched Line: 17: incorrect codeowner user: nelsonag Line: 17: no users/groups matched Line: 18: incorrect codeowner user: nelsonag Line: 18: no users/groups matched Line: 21: incorrect codeowner user: shikhar413 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: shikhar413 Line: 22: no users/groups matched Line: 25: incorrect codeowner user: pshriwise Line: 25: no users/groups matched Line: 26: incorrect codeowner user: pshriwise Line: 26: no users/groups matched Line: 27: incorrect codeowner user: pshriwise Line: 27: no users/groups matched Line: 30: incorrect codeowner user: pshriwise Line: 30: no users/groups matched Line: 31: incorrect codeowner user: pshriwise Line: 31: no users/groups matched Line: 32: incorrect codeowner user: pshriwise Line: 32: no users/groups matched Line: 33: incorrect codeowner user: pshriwise Line: 33: no users/groups matched Line: 36: incorrect codeowner user: amandalund Line: 36: no users/groups matched Line: 37: incorrect codeowner user: amandalund Line: 37: no users/groups matched Line: 38: incorrect codeowner user: amandalund Line: 38: no users/groups matched Line: 39: incorrect codeowner user: amandalund Line: 39: no users/groups matched Line: 40: incorrect codeowner user: amandalund Line: 40: no users/groups matched Line: 41: incorrect codeowner user: amandalund Line: 41: no users/groups matched Line: 42: incorrect codeowner user: amandalund Line: 42: no users/groups matched Line: 45: incorrect codeowner user: amandalund Line: 45: no users/groups matched Line: 46: incorrect codeowner user: amandalund Line: 46: no users/groups matched Line: 47: incorrect codeowner user: amandalund Line: 47: no users/groups matched Line: 50: incorrect codeowner user: pshriwise Line: 50: no users/groups matched Line: 51: incorrect codeowner user: pshriwise Line: 51: no users/groups matched Line: 54: incorrect codeowner user: icmeyer Line: 54: no users/groups matched Line: 57: incorrect codeowner user: shimwell Line: 57: no users/groups matched Line: 60: incorrect codeowner user: jtramm Line: 60: no users/groups matched Line: 63: incorrect codeowner user: marquezj Line: 63: incorrect codeowner user: tkittel Line: 63: no users/groups matched Line: 64: incorrect codeowner user: marquezj Line: 64: incorrect codeowner user: tkittel Line: 64: no users/groups matched Line: 67: incorrect codeowner user: ebknudsen Line: 67: no users/groups matched
Thomas Kittelmann ced8929128
NCrystal becomes runtime rather than buildtime dependency (#3328)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-03-05 15:45:27 -06:00

67 lines
1.6 KiB
Text

# Data interface
openmc/data/ @paulromano
# Python bindings to C/C++ API
openmc/lib/ @paulromano
# Depletion
openmc/deplete/ @paulromano
tests/regression_tests/deplete/ @paulromano
tests/unit_tests/test_deplete_*.py @paulromano
# 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
# Weight windows
openmc/weight_windows.py @pshriwise
openmc/lib/weight_windows.py @pshriwise
src/weight_windows.py @pshriwise
tests/unit_tests/weightwindows/ @pshriwise
# 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
# Docker
Dockerfile @shimwell
# Random ray
src/random_ray/ @jtramm
# NCrystal interface
src/ncrystal_interface.cpp @marquezj @tkittel
src/ncrystal_load.cpp @marquezj @tkittel
# MCPL interface
src/mcpl_interface.cpp @ebknudsen