From 79e789b508e046ddc15f87e50a8f4a39a7740e31 Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Thu, 12 Dec 2024 22:27:04 +0600 Subject: [PATCH] openmc -> python/openmc --- {openmc => python/openmc}/__init__.py | 0 {openmc => python/openmc}/_xml.py | 0 {openmc => python/openmc}/arithmetic.py | 0 {openmc => python/openmc}/bounding_box.py | 0 {openmc => python/openmc}/cell.py | 0 {openmc => python/openmc}/checkvalue.py | 0 {openmc => python/openmc}/cmfd.py | 0 {openmc => python/openmc}/config.py | 0 {openmc => python/openmc}/data/BREMX.DAT | 0 {openmc => python/openmc}/data/__init__.py | 0 {openmc => python/openmc}/data/ace.py | 0 .../openmc}/data/angle_distribution.py | 0 {openmc => python/openmc}/data/angle_energy.py | 0 {openmc => python/openmc}/data/compton_profiles.h5 | Bin {openmc => python/openmc}/data/correlated.py | 0 {openmc => python/openmc}/data/data.py | 0 {openmc => python/openmc}/data/decay.py | 0 {openmc => python/openmc}/data/density_effect.h5 | Bin .../openmc}/data/effective_dose/__init__.py | 0 .../openmc}/data/effective_dose/dose.py | 0 .../data/effective_dose/icrp116/electrons.txt | 0 .../data/effective_dose/icrp116/helium_ions.txt | 0 .../data/effective_dose/icrp116/negative_muons.txt | 0 .../data/effective_dose/icrp116/negative_pions.txt | 0 .../data/effective_dose/icrp116/neutrons.txt | 0 .../openmc}/data/effective_dose/icrp116/photons.txt | 0 .../data/effective_dose/icrp116/photons_kerma.txt | 0 .../data/effective_dose/icrp116/positive_muons.txt | 0 .../data/effective_dose/icrp116/positive_pions.txt | 0 .../data/effective_dose/icrp116/positrons.txt | 0 .../openmc}/data/effective_dose/icrp116/protons.txt | 0 .../icrp74/generate_photon_effective_dose.py | 0 .../openmc}/data/effective_dose/icrp74/neutrons.txt | 0 .../openmc}/data/effective_dose/icrp74/photons.txt | 0 {openmc => python/openmc}/data/endf.py | 0 .../openmc}/data/energy_distribution.py | 0 {openmc => python/openmc}/data/fission_energy.py | 0 {openmc => python/openmc}/data/function.py | 0 {openmc => python/openmc}/data/grid.py | 0 {openmc => python/openmc}/data/half_life.json | 0 {openmc => python/openmc}/data/kalbach_mann.py | 0 {openmc => python/openmc}/data/laboratory.py | 0 {openmc => python/openmc}/data/library.py | 0 {openmc => python/openmc}/data/mass_1.mas20.txt | 0 {openmc => python/openmc}/data/multipole.py | 0 {openmc => python/openmc}/data/nbody.py | 0 {openmc => python/openmc}/data/neutron.py | 0 {openmc => python/openmc}/data/njoy.py | 0 {openmc => python/openmc}/data/photon.py | 0 {openmc => python/openmc}/data/product.py | 0 {openmc => python/openmc}/data/reaction.py | 0 {openmc => python/openmc}/data/resonance.py | 0 .../openmc}/data/resonance_covariance.py | 0 {openmc => python/openmc}/data/thermal.py | 0 .../openmc}/data/thermal_angle_energy.py | 0 {openmc => python/openmc}/data/uncorrelated.py | 0 {openmc => python/openmc}/data/urr.py | 0 {openmc => python/openmc}/deplete/__init__.py | 0 {openmc => python/openmc}/deplete/_matrix_funcs.py | 0 {openmc => python/openmc}/deplete/abc.py | 0 {openmc => python/openmc}/deplete/atom_number.py | 0 {openmc => python/openmc}/deplete/chain.py | 0 .../openmc}/deplete/coupled_operator.py | 0 {openmc => python/openmc}/deplete/cram.py | 0 {openmc => python/openmc}/deplete/helpers.py | 0 .../openmc}/deplete/independent_operator.py | 0 {openmc => python/openmc}/deplete/integrators.py | 0 {openmc => python/openmc}/deplete/microxs.py | 0 {openmc => python/openmc}/deplete/nuclide.py | 0 .../openmc}/deplete/openmc_operator.py | 0 {openmc => python/openmc}/deplete/pool.py | 0 {openmc => python/openmc}/deplete/reaction_rates.py | 0 {openmc => python/openmc}/deplete/results.py | 0 {openmc => python/openmc}/deplete/stepresult.py | 0 {openmc => python/openmc}/deplete/transfer_rates.py | 0 {openmc => python/openmc}/dummy_comm.py | 0 {openmc => python/openmc}/element.py | 0 {openmc => python/openmc}/examples.py | 0 {openmc => python/openmc}/exceptions.py | 0 {openmc => python/openmc}/executor.py | 0 {openmc => python/openmc}/filter.py | 0 {openmc => python/openmc}/filter_expansion.py | 0 {openmc => python/openmc}/geometry.py | 0 {openmc => python/openmc}/lattice.py | 0 {openmc => python/openmc}/lib/__init__.py | 0 {openmc => python/openmc}/lib/cell.py | 0 {openmc => python/openmc}/lib/core.py | 0 {openmc => python/openmc}/lib/error.py | 0 {openmc => python/openmc}/lib/filter.py | 0 {openmc => python/openmc}/lib/material.py | 0 {openmc => python/openmc}/lib/math.py | 0 {openmc => python/openmc}/lib/mesh.py | 0 {openmc => python/openmc}/lib/nuclide.py | 0 {openmc => python/openmc}/lib/plot.py | 0 {openmc => python/openmc}/lib/settings.py | 0 {openmc => python/openmc}/lib/tally.py | 0 {openmc => python/openmc}/lib/weight_windows.py | 0 {openmc => python/openmc}/macroscopic.py | 0 {openmc => python/openmc}/material.py | 0 {openmc => python/openmc}/mesh.py | 0 {openmc => python/openmc}/mgxs/__init__.py | 0 {openmc => python/openmc}/mgxs/groups.py | 0 {openmc => python/openmc}/mgxs/library.py | 0 {openmc => python/openmc}/mgxs/mdgxs.py | 0 {openmc => python/openmc}/mgxs/mgxs.py | 0 {openmc => python/openmc}/mgxs_library.py | 0 {openmc => python/openmc}/mixin.py | 0 {openmc => python/openmc}/model/__init__.py | 0 {openmc => python/openmc}/model/funcs.py | 0 {openmc => python/openmc}/model/model.py | 0 .../openmc}/model/surface_composite.py | 0 {openmc => python/openmc}/model/triso.py | 0 {openmc => python/openmc}/mpi.py | 0 {openmc => python/openmc}/nuclide.py | 0 {openmc => python/openmc}/openmoc_compatible.py | 0 {openmc => python/openmc}/particle_restart.py | 0 {openmc => python/openmc}/plots.py | 0 {openmc => python/openmc}/plotter.py | 0 {openmc => python/openmc}/polynomial.py | 0 {openmc => python/openmc}/region.py | 0 {openmc => python/openmc}/search.py | 0 {openmc => python/openmc}/settings.py | 0 {openmc => python/openmc}/source.py | 0 {openmc => python/openmc}/statepoint.py | 0 {openmc => python/openmc}/stats/__init__.py | 0 {openmc => python/openmc}/stats/multivariate.py | 0 {openmc => python/openmc}/stats/univariate.py | 0 {openmc => python/openmc}/summary.py | 0 {openmc => python/openmc}/surface.py | 0 {openmc => python/openmc}/tallies.py | 0 {openmc => python/openmc}/tally_derivative.py | 0 {openmc => python/openmc}/tracks.py | 0 {openmc => python/openmc}/trigger.py | 0 {openmc => python/openmc}/universe.py | 0 {openmc => python/openmc}/utility_funcs.py | 0 {openmc => python/openmc}/volume.py | 0 {openmc => python/openmc}/weight_windows.py | 0 137 files changed, 0 insertions(+), 0 deletions(-) rename {openmc => python/openmc}/__init__.py (100%) rename {openmc => python/openmc}/_xml.py (100%) rename {openmc => python/openmc}/arithmetic.py (100%) rename {openmc => python/openmc}/bounding_box.py (100%) rename {openmc => python/openmc}/cell.py (100%) rename {openmc => python/openmc}/checkvalue.py (100%) rename {openmc => python/openmc}/cmfd.py (100%) rename {openmc => python/openmc}/config.py (100%) rename {openmc => python/openmc}/data/BREMX.DAT (100%) rename {openmc => python/openmc}/data/__init__.py (100%) rename {openmc => python/openmc}/data/ace.py (100%) rename {openmc => python/openmc}/data/angle_distribution.py (100%) rename {openmc => python/openmc}/data/angle_energy.py (100%) rename {openmc => python/openmc}/data/compton_profiles.h5 (100%) rename {openmc => python/openmc}/data/correlated.py (100%) rename {openmc => python/openmc}/data/data.py (100%) rename {openmc => python/openmc}/data/decay.py (100%) rename {openmc => python/openmc}/data/density_effect.h5 (100%) rename {openmc => python/openmc}/data/effective_dose/__init__.py (100%) rename {openmc => python/openmc}/data/effective_dose/dose.py (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/electrons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/helium_ions.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/negative_muons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/negative_pions.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/neutrons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/photons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/photons_kerma.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/positive_muons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/positive_pions.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/positrons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp116/protons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp74/generate_photon_effective_dose.py (100%) rename {openmc => python/openmc}/data/effective_dose/icrp74/neutrons.txt (100%) rename {openmc => python/openmc}/data/effective_dose/icrp74/photons.txt (100%) rename {openmc => python/openmc}/data/endf.py (100%) rename {openmc => python/openmc}/data/energy_distribution.py (100%) rename {openmc => python/openmc}/data/fission_energy.py (100%) rename {openmc => python/openmc}/data/function.py (100%) rename {openmc => python/openmc}/data/grid.py (100%) rename {openmc => python/openmc}/data/half_life.json (100%) rename {openmc => python/openmc}/data/kalbach_mann.py (100%) rename {openmc => python/openmc}/data/laboratory.py (100%) rename {openmc => python/openmc}/data/library.py (100%) rename {openmc => python/openmc}/data/mass_1.mas20.txt (100%) rename {openmc => python/openmc}/data/multipole.py (100%) rename {openmc => python/openmc}/data/nbody.py (100%) rename {openmc => python/openmc}/data/neutron.py (100%) rename {openmc => python/openmc}/data/njoy.py (100%) rename {openmc => python/openmc}/data/photon.py (100%) rename {openmc => python/openmc}/data/product.py (100%) rename {openmc => python/openmc}/data/reaction.py (100%) rename {openmc => python/openmc}/data/resonance.py (100%) rename {openmc => python/openmc}/data/resonance_covariance.py (100%) rename {openmc => python/openmc}/data/thermal.py (100%) rename {openmc => python/openmc}/data/thermal_angle_energy.py (100%) rename {openmc => python/openmc}/data/uncorrelated.py (100%) rename {openmc => python/openmc}/data/urr.py (100%) rename {openmc => python/openmc}/deplete/__init__.py (100%) rename {openmc => python/openmc}/deplete/_matrix_funcs.py (100%) rename {openmc => python/openmc}/deplete/abc.py (100%) rename {openmc => python/openmc}/deplete/atom_number.py (100%) rename {openmc => python/openmc}/deplete/chain.py (100%) rename {openmc => python/openmc}/deplete/coupled_operator.py (100%) rename {openmc => python/openmc}/deplete/cram.py (100%) rename {openmc => python/openmc}/deplete/helpers.py (100%) rename {openmc => python/openmc}/deplete/independent_operator.py (100%) rename {openmc => python/openmc}/deplete/integrators.py (100%) rename {openmc => python/openmc}/deplete/microxs.py (100%) rename {openmc => python/openmc}/deplete/nuclide.py (100%) rename {openmc => python/openmc}/deplete/openmc_operator.py (100%) rename {openmc => python/openmc}/deplete/pool.py (100%) rename {openmc => python/openmc}/deplete/reaction_rates.py (100%) rename {openmc => python/openmc}/deplete/results.py (100%) rename {openmc => python/openmc}/deplete/stepresult.py (100%) rename {openmc => python/openmc}/deplete/transfer_rates.py (100%) rename {openmc => python/openmc}/dummy_comm.py (100%) rename {openmc => python/openmc}/element.py (100%) rename {openmc => python/openmc}/examples.py (100%) rename {openmc => python/openmc}/exceptions.py (100%) rename {openmc => python/openmc}/executor.py (100%) rename {openmc => python/openmc}/filter.py (100%) rename {openmc => python/openmc}/filter_expansion.py (100%) rename {openmc => python/openmc}/geometry.py (100%) rename {openmc => python/openmc}/lattice.py (100%) rename {openmc => python/openmc}/lib/__init__.py (100%) rename {openmc => python/openmc}/lib/cell.py (100%) rename {openmc => python/openmc}/lib/core.py (100%) rename {openmc => python/openmc}/lib/error.py (100%) rename {openmc => python/openmc}/lib/filter.py (100%) rename {openmc => python/openmc}/lib/material.py (100%) rename {openmc => python/openmc}/lib/math.py (100%) rename {openmc => python/openmc}/lib/mesh.py (100%) rename {openmc => python/openmc}/lib/nuclide.py (100%) rename {openmc => python/openmc}/lib/plot.py (100%) rename {openmc => python/openmc}/lib/settings.py (100%) rename {openmc => python/openmc}/lib/tally.py (100%) rename {openmc => python/openmc}/lib/weight_windows.py (100%) rename {openmc => python/openmc}/macroscopic.py (100%) rename {openmc => python/openmc}/material.py (100%) rename {openmc => python/openmc}/mesh.py (100%) rename {openmc => python/openmc}/mgxs/__init__.py (100%) rename {openmc => python/openmc}/mgxs/groups.py (100%) rename {openmc => python/openmc}/mgxs/library.py (100%) rename {openmc => python/openmc}/mgxs/mdgxs.py (100%) rename {openmc => python/openmc}/mgxs/mgxs.py (100%) rename {openmc => python/openmc}/mgxs_library.py (100%) rename {openmc => python/openmc}/mixin.py (100%) rename {openmc => python/openmc}/model/__init__.py (100%) rename {openmc => python/openmc}/model/funcs.py (100%) rename {openmc => python/openmc}/model/model.py (100%) rename {openmc => python/openmc}/model/surface_composite.py (100%) rename {openmc => python/openmc}/model/triso.py (100%) rename {openmc => python/openmc}/mpi.py (100%) rename {openmc => python/openmc}/nuclide.py (100%) rename {openmc => python/openmc}/openmoc_compatible.py (100%) rename {openmc => python/openmc}/particle_restart.py (100%) rename {openmc => python/openmc}/plots.py (100%) rename {openmc => python/openmc}/plotter.py (100%) rename {openmc => python/openmc}/polynomial.py (100%) rename {openmc => python/openmc}/region.py (100%) rename {openmc => python/openmc}/search.py (100%) rename {openmc => python/openmc}/settings.py (100%) rename {openmc => python/openmc}/source.py (100%) rename {openmc => python/openmc}/statepoint.py (100%) rename {openmc => python/openmc}/stats/__init__.py (100%) rename {openmc => python/openmc}/stats/multivariate.py (100%) rename {openmc => python/openmc}/stats/univariate.py (100%) rename {openmc => python/openmc}/summary.py (100%) rename {openmc => python/openmc}/surface.py (100%) rename {openmc => python/openmc}/tallies.py (100%) rename {openmc => python/openmc}/tally_derivative.py (100%) rename {openmc => python/openmc}/tracks.py (100%) rename {openmc => python/openmc}/trigger.py (100%) rename {openmc => python/openmc}/universe.py (100%) rename {openmc => python/openmc}/utility_funcs.py (100%) rename {openmc => python/openmc}/volume.py (100%) rename {openmc => python/openmc}/weight_windows.py (100%) diff --git a/openmc/__init__.py b/python/openmc/__init__.py similarity index 100% rename from openmc/__init__.py rename to python/openmc/__init__.py diff --git a/openmc/_xml.py b/python/openmc/_xml.py similarity index 100% rename from openmc/_xml.py rename to python/openmc/_xml.py diff --git a/openmc/arithmetic.py b/python/openmc/arithmetic.py similarity index 100% rename from openmc/arithmetic.py rename to python/openmc/arithmetic.py diff --git a/openmc/bounding_box.py b/python/openmc/bounding_box.py similarity index 100% rename from openmc/bounding_box.py rename to python/openmc/bounding_box.py diff --git a/openmc/cell.py b/python/openmc/cell.py similarity index 100% rename from openmc/cell.py rename to python/openmc/cell.py diff --git a/openmc/checkvalue.py b/python/openmc/checkvalue.py similarity index 100% rename from openmc/checkvalue.py rename to python/openmc/checkvalue.py diff --git a/openmc/cmfd.py b/python/openmc/cmfd.py similarity index 100% rename from openmc/cmfd.py rename to python/openmc/cmfd.py diff --git a/openmc/config.py b/python/openmc/config.py similarity index 100% rename from openmc/config.py rename to python/openmc/config.py diff --git a/openmc/data/BREMX.DAT b/python/openmc/data/BREMX.DAT similarity index 100% rename from openmc/data/BREMX.DAT rename to python/openmc/data/BREMX.DAT diff --git a/openmc/data/__init__.py b/python/openmc/data/__init__.py similarity index 100% rename from openmc/data/__init__.py rename to python/openmc/data/__init__.py diff --git a/openmc/data/ace.py b/python/openmc/data/ace.py similarity index 100% rename from openmc/data/ace.py rename to python/openmc/data/ace.py diff --git a/openmc/data/angle_distribution.py b/python/openmc/data/angle_distribution.py similarity index 100% rename from openmc/data/angle_distribution.py rename to python/openmc/data/angle_distribution.py diff --git a/openmc/data/angle_energy.py b/python/openmc/data/angle_energy.py similarity index 100% rename from openmc/data/angle_energy.py rename to python/openmc/data/angle_energy.py diff --git a/openmc/data/compton_profiles.h5 b/python/openmc/data/compton_profiles.h5 similarity index 100% rename from openmc/data/compton_profiles.h5 rename to python/openmc/data/compton_profiles.h5 diff --git a/openmc/data/correlated.py b/python/openmc/data/correlated.py similarity index 100% rename from openmc/data/correlated.py rename to python/openmc/data/correlated.py diff --git a/openmc/data/data.py b/python/openmc/data/data.py similarity index 100% rename from openmc/data/data.py rename to python/openmc/data/data.py diff --git a/openmc/data/decay.py b/python/openmc/data/decay.py similarity index 100% rename from openmc/data/decay.py rename to python/openmc/data/decay.py diff --git a/openmc/data/density_effect.h5 b/python/openmc/data/density_effect.h5 similarity index 100% rename from openmc/data/density_effect.h5 rename to python/openmc/data/density_effect.h5 diff --git a/openmc/data/effective_dose/__init__.py b/python/openmc/data/effective_dose/__init__.py similarity index 100% rename from openmc/data/effective_dose/__init__.py rename to python/openmc/data/effective_dose/__init__.py diff --git a/openmc/data/effective_dose/dose.py b/python/openmc/data/effective_dose/dose.py similarity index 100% rename from openmc/data/effective_dose/dose.py rename to python/openmc/data/effective_dose/dose.py diff --git a/openmc/data/effective_dose/icrp116/electrons.txt b/python/openmc/data/effective_dose/icrp116/electrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/electrons.txt rename to python/openmc/data/effective_dose/icrp116/electrons.txt diff --git a/openmc/data/effective_dose/icrp116/helium_ions.txt b/python/openmc/data/effective_dose/icrp116/helium_ions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/helium_ions.txt rename to python/openmc/data/effective_dose/icrp116/helium_ions.txt diff --git a/openmc/data/effective_dose/icrp116/negative_muons.txt b/python/openmc/data/effective_dose/icrp116/negative_muons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/negative_muons.txt rename to python/openmc/data/effective_dose/icrp116/negative_muons.txt diff --git a/openmc/data/effective_dose/icrp116/negative_pions.txt b/python/openmc/data/effective_dose/icrp116/negative_pions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/negative_pions.txt rename to python/openmc/data/effective_dose/icrp116/negative_pions.txt diff --git a/openmc/data/effective_dose/icrp116/neutrons.txt b/python/openmc/data/effective_dose/icrp116/neutrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/neutrons.txt rename to python/openmc/data/effective_dose/icrp116/neutrons.txt diff --git a/openmc/data/effective_dose/icrp116/photons.txt b/python/openmc/data/effective_dose/icrp116/photons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/photons.txt rename to python/openmc/data/effective_dose/icrp116/photons.txt diff --git a/openmc/data/effective_dose/icrp116/photons_kerma.txt b/python/openmc/data/effective_dose/icrp116/photons_kerma.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/photons_kerma.txt rename to python/openmc/data/effective_dose/icrp116/photons_kerma.txt diff --git a/openmc/data/effective_dose/icrp116/positive_muons.txt b/python/openmc/data/effective_dose/icrp116/positive_muons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positive_muons.txt rename to python/openmc/data/effective_dose/icrp116/positive_muons.txt diff --git a/openmc/data/effective_dose/icrp116/positive_pions.txt b/python/openmc/data/effective_dose/icrp116/positive_pions.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positive_pions.txt rename to python/openmc/data/effective_dose/icrp116/positive_pions.txt diff --git a/openmc/data/effective_dose/icrp116/positrons.txt b/python/openmc/data/effective_dose/icrp116/positrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/positrons.txt rename to python/openmc/data/effective_dose/icrp116/positrons.txt diff --git a/openmc/data/effective_dose/icrp116/protons.txt b/python/openmc/data/effective_dose/icrp116/protons.txt similarity index 100% rename from openmc/data/effective_dose/icrp116/protons.txt rename to python/openmc/data/effective_dose/icrp116/protons.txt diff --git a/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py b/python/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py similarity index 100% rename from openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py rename to python/openmc/data/effective_dose/icrp74/generate_photon_effective_dose.py diff --git a/openmc/data/effective_dose/icrp74/neutrons.txt b/python/openmc/data/effective_dose/icrp74/neutrons.txt similarity index 100% rename from openmc/data/effective_dose/icrp74/neutrons.txt rename to python/openmc/data/effective_dose/icrp74/neutrons.txt diff --git a/openmc/data/effective_dose/icrp74/photons.txt b/python/openmc/data/effective_dose/icrp74/photons.txt similarity index 100% rename from openmc/data/effective_dose/icrp74/photons.txt rename to python/openmc/data/effective_dose/icrp74/photons.txt diff --git a/openmc/data/endf.py b/python/openmc/data/endf.py similarity index 100% rename from openmc/data/endf.py rename to python/openmc/data/endf.py diff --git a/openmc/data/energy_distribution.py b/python/openmc/data/energy_distribution.py similarity index 100% rename from openmc/data/energy_distribution.py rename to python/openmc/data/energy_distribution.py diff --git a/openmc/data/fission_energy.py b/python/openmc/data/fission_energy.py similarity index 100% rename from openmc/data/fission_energy.py rename to python/openmc/data/fission_energy.py diff --git a/openmc/data/function.py b/python/openmc/data/function.py similarity index 100% rename from openmc/data/function.py rename to python/openmc/data/function.py diff --git a/openmc/data/grid.py b/python/openmc/data/grid.py similarity index 100% rename from openmc/data/grid.py rename to python/openmc/data/grid.py diff --git a/openmc/data/half_life.json b/python/openmc/data/half_life.json similarity index 100% rename from openmc/data/half_life.json rename to python/openmc/data/half_life.json diff --git a/openmc/data/kalbach_mann.py b/python/openmc/data/kalbach_mann.py similarity index 100% rename from openmc/data/kalbach_mann.py rename to python/openmc/data/kalbach_mann.py diff --git a/openmc/data/laboratory.py b/python/openmc/data/laboratory.py similarity index 100% rename from openmc/data/laboratory.py rename to python/openmc/data/laboratory.py diff --git a/openmc/data/library.py b/python/openmc/data/library.py similarity index 100% rename from openmc/data/library.py rename to python/openmc/data/library.py diff --git a/openmc/data/mass_1.mas20.txt b/python/openmc/data/mass_1.mas20.txt similarity index 100% rename from openmc/data/mass_1.mas20.txt rename to python/openmc/data/mass_1.mas20.txt diff --git a/openmc/data/multipole.py b/python/openmc/data/multipole.py similarity index 100% rename from openmc/data/multipole.py rename to python/openmc/data/multipole.py diff --git a/openmc/data/nbody.py b/python/openmc/data/nbody.py similarity index 100% rename from openmc/data/nbody.py rename to python/openmc/data/nbody.py diff --git a/openmc/data/neutron.py b/python/openmc/data/neutron.py similarity index 100% rename from openmc/data/neutron.py rename to python/openmc/data/neutron.py diff --git a/openmc/data/njoy.py b/python/openmc/data/njoy.py similarity index 100% rename from openmc/data/njoy.py rename to python/openmc/data/njoy.py diff --git a/openmc/data/photon.py b/python/openmc/data/photon.py similarity index 100% rename from openmc/data/photon.py rename to python/openmc/data/photon.py diff --git a/openmc/data/product.py b/python/openmc/data/product.py similarity index 100% rename from openmc/data/product.py rename to python/openmc/data/product.py diff --git a/openmc/data/reaction.py b/python/openmc/data/reaction.py similarity index 100% rename from openmc/data/reaction.py rename to python/openmc/data/reaction.py diff --git a/openmc/data/resonance.py b/python/openmc/data/resonance.py similarity index 100% rename from openmc/data/resonance.py rename to python/openmc/data/resonance.py diff --git a/openmc/data/resonance_covariance.py b/python/openmc/data/resonance_covariance.py similarity index 100% rename from openmc/data/resonance_covariance.py rename to python/openmc/data/resonance_covariance.py diff --git a/openmc/data/thermal.py b/python/openmc/data/thermal.py similarity index 100% rename from openmc/data/thermal.py rename to python/openmc/data/thermal.py diff --git a/openmc/data/thermal_angle_energy.py b/python/openmc/data/thermal_angle_energy.py similarity index 100% rename from openmc/data/thermal_angle_energy.py rename to python/openmc/data/thermal_angle_energy.py diff --git a/openmc/data/uncorrelated.py b/python/openmc/data/uncorrelated.py similarity index 100% rename from openmc/data/uncorrelated.py rename to python/openmc/data/uncorrelated.py diff --git a/openmc/data/urr.py b/python/openmc/data/urr.py similarity index 100% rename from openmc/data/urr.py rename to python/openmc/data/urr.py diff --git a/openmc/deplete/__init__.py b/python/openmc/deplete/__init__.py similarity index 100% rename from openmc/deplete/__init__.py rename to python/openmc/deplete/__init__.py diff --git a/openmc/deplete/_matrix_funcs.py b/python/openmc/deplete/_matrix_funcs.py similarity index 100% rename from openmc/deplete/_matrix_funcs.py rename to python/openmc/deplete/_matrix_funcs.py diff --git a/openmc/deplete/abc.py b/python/openmc/deplete/abc.py similarity index 100% rename from openmc/deplete/abc.py rename to python/openmc/deplete/abc.py diff --git a/openmc/deplete/atom_number.py b/python/openmc/deplete/atom_number.py similarity index 100% rename from openmc/deplete/atom_number.py rename to python/openmc/deplete/atom_number.py diff --git a/openmc/deplete/chain.py b/python/openmc/deplete/chain.py similarity index 100% rename from openmc/deplete/chain.py rename to python/openmc/deplete/chain.py diff --git a/openmc/deplete/coupled_operator.py b/python/openmc/deplete/coupled_operator.py similarity index 100% rename from openmc/deplete/coupled_operator.py rename to python/openmc/deplete/coupled_operator.py diff --git a/openmc/deplete/cram.py b/python/openmc/deplete/cram.py similarity index 100% rename from openmc/deplete/cram.py rename to python/openmc/deplete/cram.py diff --git a/openmc/deplete/helpers.py b/python/openmc/deplete/helpers.py similarity index 100% rename from openmc/deplete/helpers.py rename to python/openmc/deplete/helpers.py diff --git a/openmc/deplete/independent_operator.py b/python/openmc/deplete/independent_operator.py similarity index 100% rename from openmc/deplete/independent_operator.py rename to python/openmc/deplete/independent_operator.py diff --git a/openmc/deplete/integrators.py b/python/openmc/deplete/integrators.py similarity index 100% rename from openmc/deplete/integrators.py rename to python/openmc/deplete/integrators.py diff --git a/openmc/deplete/microxs.py b/python/openmc/deplete/microxs.py similarity index 100% rename from openmc/deplete/microxs.py rename to python/openmc/deplete/microxs.py diff --git a/openmc/deplete/nuclide.py b/python/openmc/deplete/nuclide.py similarity index 100% rename from openmc/deplete/nuclide.py rename to python/openmc/deplete/nuclide.py diff --git a/openmc/deplete/openmc_operator.py b/python/openmc/deplete/openmc_operator.py similarity index 100% rename from openmc/deplete/openmc_operator.py rename to python/openmc/deplete/openmc_operator.py diff --git a/openmc/deplete/pool.py b/python/openmc/deplete/pool.py similarity index 100% rename from openmc/deplete/pool.py rename to python/openmc/deplete/pool.py diff --git a/openmc/deplete/reaction_rates.py b/python/openmc/deplete/reaction_rates.py similarity index 100% rename from openmc/deplete/reaction_rates.py rename to python/openmc/deplete/reaction_rates.py diff --git a/openmc/deplete/results.py b/python/openmc/deplete/results.py similarity index 100% rename from openmc/deplete/results.py rename to python/openmc/deplete/results.py diff --git a/openmc/deplete/stepresult.py b/python/openmc/deplete/stepresult.py similarity index 100% rename from openmc/deplete/stepresult.py rename to python/openmc/deplete/stepresult.py diff --git a/openmc/deplete/transfer_rates.py b/python/openmc/deplete/transfer_rates.py similarity index 100% rename from openmc/deplete/transfer_rates.py rename to python/openmc/deplete/transfer_rates.py diff --git a/openmc/dummy_comm.py b/python/openmc/dummy_comm.py similarity index 100% rename from openmc/dummy_comm.py rename to python/openmc/dummy_comm.py diff --git a/openmc/element.py b/python/openmc/element.py similarity index 100% rename from openmc/element.py rename to python/openmc/element.py diff --git a/openmc/examples.py b/python/openmc/examples.py similarity index 100% rename from openmc/examples.py rename to python/openmc/examples.py diff --git a/openmc/exceptions.py b/python/openmc/exceptions.py similarity index 100% rename from openmc/exceptions.py rename to python/openmc/exceptions.py diff --git a/openmc/executor.py b/python/openmc/executor.py similarity index 100% rename from openmc/executor.py rename to python/openmc/executor.py diff --git a/openmc/filter.py b/python/openmc/filter.py similarity index 100% rename from openmc/filter.py rename to python/openmc/filter.py diff --git a/openmc/filter_expansion.py b/python/openmc/filter_expansion.py similarity index 100% rename from openmc/filter_expansion.py rename to python/openmc/filter_expansion.py diff --git a/openmc/geometry.py b/python/openmc/geometry.py similarity index 100% rename from openmc/geometry.py rename to python/openmc/geometry.py diff --git a/openmc/lattice.py b/python/openmc/lattice.py similarity index 100% rename from openmc/lattice.py rename to python/openmc/lattice.py diff --git a/openmc/lib/__init__.py b/python/openmc/lib/__init__.py similarity index 100% rename from openmc/lib/__init__.py rename to python/openmc/lib/__init__.py diff --git a/openmc/lib/cell.py b/python/openmc/lib/cell.py similarity index 100% rename from openmc/lib/cell.py rename to python/openmc/lib/cell.py diff --git a/openmc/lib/core.py b/python/openmc/lib/core.py similarity index 100% rename from openmc/lib/core.py rename to python/openmc/lib/core.py diff --git a/openmc/lib/error.py b/python/openmc/lib/error.py similarity index 100% rename from openmc/lib/error.py rename to python/openmc/lib/error.py diff --git a/openmc/lib/filter.py b/python/openmc/lib/filter.py similarity index 100% rename from openmc/lib/filter.py rename to python/openmc/lib/filter.py diff --git a/openmc/lib/material.py b/python/openmc/lib/material.py similarity index 100% rename from openmc/lib/material.py rename to python/openmc/lib/material.py diff --git a/openmc/lib/math.py b/python/openmc/lib/math.py similarity index 100% rename from openmc/lib/math.py rename to python/openmc/lib/math.py diff --git a/openmc/lib/mesh.py b/python/openmc/lib/mesh.py similarity index 100% rename from openmc/lib/mesh.py rename to python/openmc/lib/mesh.py diff --git a/openmc/lib/nuclide.py b/python/openmc/lib/nuclide.py similarity index 100% rename from openmc/lib/nuclide.py rename to python/openmc/lib/nuclide.py diff --git a/openmc/lib/plot.py b/python/openmc/lib/plot.py similarity index 100% rename from openmc/lib/plot.py rename to python/openmc/lib/plot.py diff --git a/openmc/lib/settings.py b/python/openmc/lib/settings.py similarity index 100% rename from openmc/lib/settings.py rename to python/openmc/lib/settings.py diff --git a/openmc/lib/tally.py b/python/openmc/lib/tally.py similarity index 100% rename from openmc/lib/tally.py rename to python/openmc/lib/tally.py diff --git a/openmc/lib/weight_windows.py b/python/openmc/lib/weight_windows.py similarity index 100% rename from openmc/lib/weight_windows.py rename to python/openmc/lib/weight_windows.py diff --git a/openmc/macroscopic.py b/python/openmc/macroscopic.py similarity index 100% rename from openmc/macroscopic.py rename to python/openmc/macroscopic.py diff --git a/openmc/material.py b/python/openmc/material.py similarity index 100% rename from openmc/material.py rename to python/openmc/material.py diff --git a/openmc/mesh.py b/python/openmc/mesh.py similarity index 100% rename from openmc/mesh.py rename to python/openmc/mesh.py diff --git a/openmc/mgxs/__init__.py b/python/openmc/mgxs/__init__.py similarity index 100% rename from openmc/mgxs/__init__.py rename to python/openmc/mgxs/__init__.py diff --git a/openmc/mgxs/groups.py b/python/openmc/mgxs/groups.py similarity index 100% rename from openmc/mgxs/groups.py rename to python/openmc/mgxs/groups.py diff --git a/openmc/mgxs/library.py b/python/openmc/mgxs/library.py similarity index 100% rename from openmc/mgxs/library.py rename to python/openmc/mgxs/library.py diff --git a/openmc/mgxs/mdgxs.py b/python/openmc/mgxs/mdgxs.py similarity index 100% rename from openmc/mgxs/mdgxs.py rename to python/openmc/mgxs/mdgxs.py diff --git a/openmc/mgxs/mgxs.py b/python/openmc/mgxs/mgxs.py similarity index 100% rename from openmc/mgxs/mgxs.py rename to python/openmc/mgxs/mgxs.py diff --git a/openmc/mgxs_library.py b/python/openmc/mgxs_library.py similarity index 100% rename from openmc/mgxs_library.py rename to python/openmc/mgxs_library.py diff --git a/openmc/mixin.py b/python/openmc/mixin.py similarity index 100% rename from openmc/mixin.py rename to python/openmc/mixin.py diff --git a/openmc/model/__init__.py b/python/openmc/model/__init__.py similarity index 100% rename from openmc/model/__init__.py rename to python/openmc/model/__init__.py diff --git a/openmc/model/funcs.py b/python/openmc/model/funcs.py similarity index 100% rename from openmc/model/funcs.py rename to python/openmc/model/funcs.py diff --git a/openmc/model/model.py b/python/openmc/model/model.py similarity index 100% rename from openmc/model/model.py rename to python/openmc/model/model.py diff --git a/openmc/model/surface_composite.py b/python/openmc/model/surface_composite.py similarity index 100% rename from openmc/model/surface_composite.py rename to python/openmc/model/surface_composite.py diff --git a/openmc/model/triso.py b/python/openmc/model/triso.py similarity index 100% rename from openmc/model/triso.py rename to python/openmc/model/triso.py diff --git a/openmc/mpi.py b/python/openmc/mpi.py similarity index 100% rename from openmc/mpi.py rename to python/openmc/mpi.py diff --git a/openmc/nuclide.py b/python/openmc/nuclide.py similarity index 100% rename from openmc/nuclide.py rename to python/openmc/nuclide.py diff --git a/openmc/openmoc_compatible.py b/python/openmc/openmoc_compatible.py similarity index 100% rename from openmc/openmoc_compatible.py rename to python/openmc/openmoc_compatible.py diff --git a/openmc/particle_restart.py b/python/openmc/particle_restart.py similarity index 100% rename from openmc/particle_restart.py rename to python/openmc/particle_restart.py diff --git a/openmc/plots.py b/python/openmc/plots.py similarity index 100% rename from openmc/plots.py rename to python/openmc/plots.py diff --git a/openmc/plotter.py b/python/openmc/plotter.py similarity index 100% rename from openmc/plotter.py rename to python/openmc/plotter.py diff --git a/openmc/polynomial.py b/python/openmc/polynomial.py similarity index 100% rename from openmc/polynomial.py rename to python/openmc/polynomial.py diff --git a/openmc/region.py b/python/openmc/region.py similarity index 100% rename from openmc/region.py rename to python/openmc/region.py diff --git a/openmc/search.py b/python/openmc/search.py similarity index 100% rename from openmc/search.py rename to python/openmc/search.py diff --git a/openmc/settings.py b/python/openmc/settings.py similarity index 100% rename from openmc/settings.py rename to python/openmc/settings.py diff --git a/openmc/source.py b/python/openmc/source.py similarity index 100% rename from openmc/source.py rename to python/openmc/source.py diff --git a/openmc/statepoint.py b/python/openmc/statepoint.py similarity index 100% rename from openmc/statepoint.py rename to python/openmc/statepoint.py diff --git a/openmc/stats/__init__.py b/python/openmc/stats/__init__.py similarity index 100% rename from openmc/stats/__init__.py rename to python/openmc/stats/__init__.py diff --git a/openmc/stats/multivariate.py b/python/openmc/stats/multivariate.py similarity index 100% rename from openmc/stats/multivariate.py rename to python/openmc/stats/multivariate.py diff --git a/openmc/stats/univariate.py b/python/openmc/stats/univariate.py similarity index 100% rename from openmc/stats/univariate.py rename to python/openmc/stats/univariate.py diff --git a/openmc/summary.py b/python/openmc/summary.py similarity index 100% rename from openmc/summary.py rename to python/openmc/summary.py diff --git a/openmc/surface.py b/python/openmc/surface.py similarity index 100% rename from openmc/surface.py rename to python/openmc/surface.py diff --git a/openmc/tallies.py b/python/openmc/tallies.py similarity index 100% rename from openmc/tallies.py rename to python/openmc/tallies.py diff --git a/openmc/tally_derivative.py b/python/openmc/tally_derivative.py similarity index 100% rename from openmc/tally_derivative.py rename to python/openmc/tally_derivative.py diff --git a/openmc/tracks.py b/python/openmc/tracks.py similarity index 100% rename from openmc/tracks.py rename to python/openmc/tracks.py diff --git a/openmc/trigger.py b/python/openmc/trigger.py similarity index 100% rename from openmc/trigger.py rename to python/openmc/trigger.py diff --git a/openmc/universe.py b/python/openmc/universe.py similarity index 100% rename from openmc/universe.py rename to python/openmc/universe.py diff --git a/openmc/utility_funcs.py b/python/openmc/utility_funcs.py similarity index 100% rename from openmc/utility_funcs.py rename to python/openmc/utility_funcs.py diff --git a/openmc/volume.py b/python/openmc/volume.py similarity index 100% rename from openmc/volume.py rename to python/openmc/volume.py diff --git a/openmc/weight_windows.py b/python/openmc/weight_windows.py similarity index 100% rename from openmc/weight_windows.py rename to python/openmc/weight_windows.py