.coveragerc
.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/improve-documentation.md
.github/workflows/AutomatedTests_linux.yml
.github/workflows/AutomatedTests_win.yml
.github/workflows/build_publish.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/requirements.txt
docs/source/_templates/custom-class-template.rst
docs/source/_templates/custom-module-template.rst
docs/source/developers/ci.rst
docs/source/developers/contributing.rst
docs/source/developers/dev_idx.rst
docs/source/examples/examples_idx.rst
docs/source/examples/input/jupyters/E-Lite.i
docs/source/examples/input/jupyters/E-Lite_Block_Structure_Summary.xlsx
docs/source/examples/input/jupyters/FLUXESS
docs/source/examples/input/jupyters/ITER_1D
docs/source/examples/input/jupyters/ace.ipynb
docs/source/examples/input/jupyters/d1stest.i
docs/source/examples/input/jupyters/d1suned.ipynb
docs/source/examples/input/jupyters/e_lite.ipynb
docs/source/examples/input/jupyters/irr_test
docs/source/examples/input/jupyters/irradiation.ipynb
docs/source/examples/input/jupyters/mcnp_inp.ipynb
docs/source/examples/input/jupyters/meshtally_cart
docs/source/examples/input/jupyters/reac_fe
docs/source/examples/input/jupyters/test_universe.i
docs/source/examples/input/jupyters/ww.ipynb
docs/source/examples/input/jupyters/ww_simple_cart
docs/source/examples/input/jupyters/ace/01H_001
docs/source/examples/input/jupyters/ace/01H_002
docs/source/examples/input/jupyters/ace/06C_012
docs/source/examples/input/jupyters/ace/xsdir_test
docs/source/examples/output/jupyters/ITER_1D
docs/source/examples/output/jupyters/cyl_tetra1.eeout
docs/source/examples/output/jupyters/eeout.ipynb
docs/source/examples/output/jupyters/fispact_legacy.ipynb
docs/source/examples/output/jupyters/iter1D.stl
docs/source/examples/output/jupyters/mcnp_out.ipynb
docs/source/examples/output/jupyters/mctal
docs/source/examples/output/jupyters/mctal.ipynb
docs/source/examples/output/jupyters/meshinfo
docs/source/examples/output/jupyters/meshinfo.ipynb
docs/source/examples/output/jupyters/meshtal
docs/source/examples/output/jupyters/meshtal.ipynb
docs/source/examples/output/jupyters/meshtal_cuv
docs/source/examples/output/jupyters/meshtal_transform
docs/source/examples/output/jupyters/outp
docs/source/examples/output/jupyters/outp_fatal
docs/source/examples/output/jupyters/pathwaylib.ipynb
docs/source/examples/output/jupyters/rssa.ipynb
docs/source/examples/output/jupyters/small_cyl.w
docs/source/examples/output/jupyters/testSS.out
docs/source/examples/output/jupyters/test_lp_u.o
docs/source/examples/output/jupyters/transforms.i
docs/source/img/logo.png
docs/source/tutorial/tutorial_idx.rst
docs/source/tutorial/d1suned/d1suned_tutorial.ipynb
docs/source/tutorial/d1suned/irrad
docs/source/tutorial/d1suned/mctal_daughter
docs/source/tutorial/d1suned/sphere.i
docs/source/tutorial/mcnp/Sphere.i
docs/source/tutorial/mcnp/filler.i
docs/source/tutorial/mcnp/mctal
docs/source/tutorial/mcnp/meshtal
docs/source/tutorial/mcnp/outp
docs/source/tutorial/mcnp/tutorial.ipynb
docs/source/usage/installation.rst
docs/source/usage/introduction.rst
docs/source/usage/license.rst
src/_version.py
src/f4enix/__init__.py
src/f4enix.egg-info/PKG-INFO
src/f4enix.egg-info/SOURCES.txt
src/f4enix.egg-info/dependency_links.txt
src/f4enix.egg-info/requires.txt
src/f4enix.egg-info/top_level.txt
src/f4enix/core/__init__.py
src/f4enix/core/auxiliary.py
src/f4enix/core/constants.py
src/f4enix/core/egroups.py
src/f4enix/core/irradiation.py
src/f4enix/core/material_library.py
src/f4enix/core/spectra.py
src/f4enix/input/MCNPinput.py
src/f4enix/input/__init__.py
src/f4enix/input/ace.py
src/f4enix/input/d1suned.py
src/f4enix/input/elite.py
src/f4enix/input/libmanager.py
src/f4enix/input/materials.py
src/f4enix/input/xsdirpyne.py
src/f4enix/input/ww_gvr/__init__.py
src/f4enix/input/ww_gvr/__main__.py
src/f4enix/input/ww_gvr/cli.py
src/f4enix/input/ww_gvr/geometry.py
src/f4enix/input/ww_gvr/meshgrids.py
src/f4enix/input/ww_gvr/models.py
src/f4enix/input/ww_gvr/ratios_calculation.py
src/f4enix/input/ww_gvr/utils.py
src/f4enix/input/ww_gvr/weight_window.py
src/f4enix/input/ww_gvr/ww_parser.py
src/f4enix/output/MCNPoutput.py
src/f4enix/output/__init__.py
src/f4enix/output/cuv_sampling_error.py
src/f4enix/output/decay_pathways.py
src/f4enix/output/eeout.py
src/f4enix/output/fispact_legacy_out.py
src/f4enix/output/mctal.py
src/f4enix/output/meshinfo.py
src/f4enix/output/plotter.py
src/f4enix/output/meshtal/__init__.py
src/f4enix/output/meshtal/aux_meshtal_functions.py
src/f4enix/output/meshtal/fmesh.py
src/f4enix/output/meshtal/mesh_parser.py
src/f4enix/output/meshtal/meshtal.py
src/f4enix/output/rssa/__init__.py
src/f4enix/output/rssa/rssa.py
src/f4enix/output/rssa/rssa_helpers.py
src/f4enix/output/rssa/rssa_plotting.py
src/f4enix/output/rssa/rssa_reader.py
src/f4enix/resources/Isotopes.txt
src/f4enix/resources/__init__.py
src/f4enix/resources/activation_libs.xlsx
src/f4enix/resources/global_filterable.csv
src/f4enix/resources/half_lives_decay2020.json
src/f4enix/resources/xsdir.txt
tests/MCNPinput_test.py
tests/MCNPoutput_test.py
tests/__init__.py
tests/ace_test.py
tests/auxiliary_test.py
tests/d1suned_test.py
tests/decay_pathways_test.py
tests/eeout_test.py
tests/elite_test.py
tests/fispact_legacy_out_test.py
tests/irradiation_test.py
tests/libmanager_test.py
tests/materials_test.py
tests/mctal_test.py
tests/meshinfo_test.py
tests/meshtal_test.py
tests/plotter_test.py
tests/spectra_test.py
tests/test_cuv_sampling_error.py
tests/test_material_composition.py
tests/test_notebooks.py
tests/test_rssa.py
tests/test_version.py
tests/resources/__init__.py
tests/resources/ace/01H_001
tests/resources/ace/01H_002
tests/resources/ace/__init__.py
tests/resources/ace/xsdir_test
tests/resources/d1suned/__init__.py
tests/resources/d1suned/irr_test
tests/resources/d1suned/irr_test2
tests/resources/d1suned/irr_test_rescale
tests/resources/d1suned/reac2
tests/resources/d1suned/reac_fe
tests/resources/eeout/__init__.py
tests/resources/eeout/cyl_tetra1.eeout
tests/resources/eeout/cyl_tetra2.eeout
tests/resources/elite/E-Lite_dummy.i
tests/resources/elite/E-Lite_dummy_Block_Structure_Summary.xlsx
tests/resources/elite/E-Lite_dummy_Block_Structure_Summary_wrong.xlsx
tests/resources/elite/__init__.py
tests/resources/fispact_legacy_out/__init__.py
tests/resources/fispact_legacy_out/no_pathways.out
tests/resources/fispact_legacy_out/testSS.out
tests/resources/fispact_legacy_out/test_weird_pathways.out
tests/resources/input/__init__.py
tests/resources/input/column_format.i
tests/resources/input/d1stest.i
tests/resources/input/d1stest_getreact.i
tests/resources/input/d1stest_irrad
tests/resources/input/d1stest_irrad_getreact
tests/resources/input/d1stest_irrad_st
tests/resources/input/d1stest_noPKMT.i
tests/resources/input/d1stest_react
tests/resources/input/d1stest_react_st
tests/resources/input/jt60.i
tests/resources/input/test.i
tests/resources/input/test_1.i
tests/resources/input/test_complex_fm.i
tests/resources/input/test_exceptions.i
tests/resources/input/test_rho_range.i
tests/resources/input/test_universe.i
tests/resources/input/test_universe2.i
tests/resources/input/various_bugs.i
tests/resources/inputfile/__init__.py
tests/resources/inputfile/test.i
tests/resources/irradiation/__init__.py
tests/resources/irradiation/d1stime_i_30d
tests/resources/irradiation/d1stime_o_30d
tests/resources/irradiation/inp_d1stime
tests/resources/irradiation/inp_fispact.i
tests/resources/irradiation/irrad_93c.txt
tests/resources/irradiation/irrad_d1stime.i
tests/resources/libmanager/Activation libs.xlsx
tests/resources/libmanager/__init__.py
tests/resources/libmanager/xsdir
tests/resources/materials/BGO_atom.i
tests/resources/materials/BGO_mass.i
tests/resources/materials/Isotopes.txt
tests/resources/materials/__init__.py
tests/resources/materials/activation.i
tests/resources/materials/mat_test.i
tests/resources/materials/mat_test2.i
tests/resources/materials/newmat_atom
tests/resources/materials/newmat_mass
tests/resources/materials/tad_test.i
tests/resources/materials/test.i
tests/resources/materials/xsdir_mcnp6.2
tests/resources/mctal/C_Modelm
tests/resources/mctal/__init__.py
tests/resources/mctal/detectors.m
tests/resources/mctal/error_summary.m
tests/resources/mctal/mctal
tests/resources/mctal/mctal_cosbin
tests/resources/mctal/mctal_daughter
tests/resources/mctal/mctal_daughter_2
tests/resources/mctal/mctal_fm
tests/resources/mctal/mctal_radio
tests/resources/mctal/mctal_time
tests/resources/mctal/mctal_tmesh
tests/resources/mctal/test_m
tests/resources/meshinfo/__init__.py
tests/resources/meshinfo/meshinfo_cart
tests/resources/meshinfo/meshinfo_cyl
tests/resources/meshinfo/meshinfo_two_meshes
tests/resources/meshtal/1D_mesh
tests/resources/meshtal/1D_mesh_energyonly
tests/resources/meshtal/1D_mesh_no_code
tests/resources/meshtal/__init__.py
tests/resources/meshtal/assembly_meshtal_test
tests/resources/meshtal/cdgs_test
tests/resources/meshtal/meshtal_CUBE_ONES
tests/resources/meshtal/meshtal_CUBE_SQUARE
tests/resources/meshtal/meshtal_bug
tests/resources/meshtal/meshtal_collapse
tests/resources/meshtal/meshtal_cuv
tests/resources/meshtal/meshtal_cyl
tests/resources/meshtal/meshtal_d1s_CSimpactStudy
tests/resources/meshtal/meshtal_d1s_IVVS_FDR
tests/resources/meshtal/meshtal_rect_VV
tests/resources/meshtal/meshtal_time_energy_bins
tests/resources/meshtal/meshtal_transform
tests/resources/meshtal/test_VTK_CUBE_SQUARE.vtr
tests/resources/meshtal/test_srcimp
tests/resources/meshtal/transforms.i
tests/resources/meshtal/expected/PS_NHD_DIV_RHC_INBOARD_NHD[W-cm3]_ip_fluent.txt
tests/resources/meshtal/expected/PS_NHD_DIV_RHC_INBOARD_NHD[W-cm3]_point_cloud.txt
tests/resources/meshtal/expected/PS_NHD_DIV_RHC_INBOARD_['NHD[W-cm3]']_csv.csv
tests/resources/meshtal/expected/PS_NHD_rotated.vtu
tests/resources/meshtal/expected/PS_NHD_scaled.vtu
tests/resources/meshtal/expected/PS_NHD_translated.vtu
tests/resources/meshtal/expected/__init__.py
tests/resources/meshtal/expected/cuvmsh_44_CuV_CELF10_['Value - Total']_csv.csv
tests/resources/meshtal/expected/example_Values_ip_fluent.txt
tests/resources/meshtal/expected/example_Values_point_cloud.txt
tests/resources/meshtal/expected/example_['Values']_csv.csv
tests/resources/meshtal/expected/meshtal_14_['Value - Total']_csv.csv
tests/resources/meshtal/expected/test_VTK_CUBE_SQUARE_['Value - Total']_csv.csv
tests/resources/meshtal/test_CuV/cuvmsh
tests/resources/meshtal/test_CuV/cuvmsh_44_CuV_CELF10.vtr
tests/resources/meshtal/test_CuV/cuvmsh_44_CuV_CELF_NONE.vtr
tests/resources/meshtal/test_CuV/cuvmsh_44_CuV_NONE.vtr
tests/resources/meshtal/test_CuV/cuvmsh_44_CuV_VTOT_NONE.vtr
tests/resources/meshtal/test_CuV/filter10
tests/resources/meshtal/test_CuV/meshinfo
tests/resources/meshtal/test_CuV/test_1
tests/resources/meshtal/test_CuV/test_1o
tests/resources/meshtal/test_CuV/test_1r
tests/resources/meshtal/test_cyl/meshtal
tests/resources/meshtal/test_cyl/meshtal_14.vts
tests/resources/meshtal/test_cyl/meshtal_24.vts
tests/resources/meshtal/test_cyl/meshtal_4.vts
tests/resources/meshtal/test_cyl/test_fmesh_cyl.i
tests/resources/meshtal/tests/PS_NHD_DIV_RHC_INBOARD.vtk
tests/resources/meshtal/tests/__init__.py
tests/resources/meshtal/tests/cuvmsh_44_CuV_CELF10.vtr
tests/resources/meshtal/tests/example.vts
tests/resources/meshtal/tests/meshtal_14.vts
tests/resources/meshtal/tests/test_VTK_CUBE_SQUARE.vtr
tests/resources/output/FNG-W_Alo
tests/resources/output/SphereSDDR_11023_Na-23_102_m
tests/resources/output/SphereSDDR_11023_Na-23_102_o
tests/resources/output/Sphere_5010_B-10_m
tests/resources/output/Sphere_5010_B-10_o
tests/resources/output/__init__.py
tests/resources/output/out_lp.txt
tests/resources/output/outp_fatal
tests/resources/output/test_lp_u.i
tests/resources/output/test_lp_u.o
tests/resources/output/test_multiple_tables.o
tests/resources/output/test_o
tests/resources/output/d1sunedout/example
tests/resources/output/d1sunedout/job.dump
tests/resources/output/otheroutp/dump.out
tests/resources/output/otheroutp/example
tests/resources/plotter/__init__.py
tests/resources/plotter/iter1D.stl
tests/resources/plotter/meshtal_1004_vtk.vtr
tests/resources/plotter/root/__init__.py
tests/resources/plotter/root/A/__init__.py
tests/resources/plotter/root/A/theta = 70.0 deg.png
tests/resources/plotter/root/B/__init__.py
tests/resources/plotter/root/B/theta = 110.0 deg.png
tests/resources/plotter/root/B/theta = 70.0 deg.png
tests/resources/plotter/root/C/__init__.py
tests/resources/plotter/root/C/theta = 100.0 deg.png
tests/resources/plotter/root/C/theta = 90.0 deg.png
tests/resources/rssa/__init__.py
tests/resources/rssa/small_cyl.w
tests/resources/spectra/FLUXESS1
tests/resources/spectra/FLUXESS_space_name
tests/resources/spectra/__init__.py
tests/test_ww_gvr/__init__.py
tests/test_ww_gvr/test_geometry.py
tests/test_ww_gvr/test_integration.py
tests/test_ww_gvr/test_meshgrids.py
tests/test_ww_gvr/test_ratios_calculation.py
tests/test_ww_gvr/test_utils.py
tests/test_ww_gvr/test_weight_window.py
tests/test_ww_gvr/test_ww_parser.py
tests/test_ww_gvr/resources/__init__.py
tests/test_ww_gvr/resources/expected_info_simple_cart.txt
tests/test_ww_gvr/resources/expected_values_ww_complex_cart.py
tests/test_ww_gvr/resources/meshtal_complex_cart
tests/test_ww_gvr/resources/meshtal_cyl
tests/test_ww_gvr/resources/meshtally_cart
tests/test_ww_gvr/resources/simple_cartesian.wwinp
tests/test_ww_gvr/resources/ww_complex_cart
tests/test_ww_gvr/resources/ww_simple_cart
tests/test_ww_gvr/resources/ww_simple_cyl