openmc-data 2.2.12__tar.gz → 2.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openmc_data-2.2.12 → openmc_data-2.3.1}/.github/workflows/test_package.yml +1 -1
- {openmc_data-2.2.12 → openmc_data-2.3.1}/.github/workflows/test_processing.yml +12 -11
- {openmc_data-2.2.12 → openmc_data-2.3.1}/PKG-INFO +4 -3
- {openmc_data-2.2.12 → openmc_data-2.3.1}/README.md +1 -1
- {openmc_data-2.2.12 → openmc_data-2.3.1}/pyproject.toml +1 -1
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/_version.py +9 -4
- openmc_data-2.2.12/src/openmc_data/download/download_endf_chain.py → openmc_data-2.3.1/src/openmc_data/download/download_chain.py +20 -10
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/urls_xml.py +9 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/PKG-INFO +4 -3
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/SOURCES.txt +1 -1
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/entry_points.txt +1 -1
- {openmc_data-2.2.12 → openmc_data-2.3.1}/.github/workflows/python-publish.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/.github/workflows/test_urls.yml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/.gitignore +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/LICENSE +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/setup.cfg +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_fendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_jeff32.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_jeff33.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_lib80x.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_mcnp70.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_mcnp71.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/convert/convert_tendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/add_branching_ratios.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/branching_ratios_pwr.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/branching_ratios_sfr.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/casl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain-nndc-b7.1.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_casl_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_casl_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b7.1.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b7.1_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b7.1_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b8.0.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b8.0_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endf_b8.0_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endfb71_pwr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/chain_endfb71_sfr.xml +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_endf71_chain_casl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_endf_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_jeff_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_jendl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_serpent_fissq.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_tendl_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/reduce_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/serpent_fissq.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/tendl2019_nuclides.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/tendl2021_nuclides.json +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/download/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/download/download_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/download/download_tendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/generate_cendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/generate_endf.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/generate_fendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/generate_jeff33.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/generate/generate_jendl.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/__init__.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/combine_libraries.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/convert_tendl_rand.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/make_compton.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/make_stopping_powers.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/other/sample_sandy.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/urls.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/urls_chain.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/urls_h5.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/utils.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/dependency_links.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/requires.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data.egg-info/top_level.txt +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/tests/test_urls.py +0 -0
- {openmc_data-2.2.12 → openmc_data-2.3.1}/tests/test_version.py +0 -0
|
@@ -112,22 +112,23 @@ jobs:
|
|
|
112
112
|
download_tendl -r 2019
|
|
113
113
|
download_tendl -r 2021
|
|
114
114
|
|
|
115
|
-
- name: test default
|
|
116
|
-
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/
|
|
115
|
+
- name: test default download_chain
|
|
116
|
+
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/download/download_chain.py')
|
|
117
117
|
run: |
|
|
118
|
-
echo "
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
118
|
+
echo "download_chain.py file has been modified."
|
|
119
|
+
download_chain -l endf -r b7.1 -b None
|
|
120
|
+
download_chain -l endf -r b8.0 -b None
|
|
121
|
+
download_chain -l endf -r b7.1 -b SFR
|
|
122
|
+
download_chain -l endf -r b8.0 -b SFR
|
|
123
|
+
download_chain -l endf -r b7.1 -b PWR
|
|
124
|
+
download_chain -l endf -r b8.0 -b PWR
|
|
125
|
+
download_chain -l endf -r b8.0 -b PWR
|
|
125
126
|
|
|
126
127
|
- name: test default add_branching_ratios
|
|
127
128
|
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/depletion/add_branching_ratios.py')
|
|
128
129
|
run: |
|
|
129
130
|
echo "add_branching_ratios.py file has been modified."
|
|
130
|
-
|
|
131
|
+
download_chain -l endf -r b8.0
|
|
131
132
|
add_branching_ratios -i chain-endf-b8.0.xml -o chain_endf_b8.0_sfr.xml -b sfr
|
|
132
133
|
add_branching_ratios -i chain-endf-b8.0.xml -o chain_endf_b8.0_pwr.xml -b pwr
|
|
133
134
|
|
|
@@ -135,5 +136,5 @@ jobs:
|
|
|
135
136
|
if: contains(steps.changed-files-specific.outputs.modified_files, 'src/openmc_data/depletion/reduce_chain.py')
|
|
136
137
|
run: |
|
|
137
138
|
echo "reduce_chain.py file has been modified."
|
|
138
|
-
|
|
139
|
+
download_chain -l endf -r b8.0
|
|
139
140
|
reduce_chain -i chain-endf-b8.0.xml -o chain_endf_b8.0_sfr.xml -hl 1e15
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: A Python package containing a collection of scripts for producing and downloading data for OpenMC
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
License: Copyright (c) 2019-2022 UChicago Argonne LLC and contributors
|
|
@@ -35,6 +35,7 @@ Requires-Dist: numpy>=1.21.1
|
|
|
35
35
|
Provides-Extra: tests
|
|
36
36
|
Requires-Dist: pytest; extra == "tests"
|
|
37
37
|
Requires-Dist: requests; extra == "tests"
|
|
38
|
+
Dynamic: license-file
|
|
38
39
|
|
|
39
40
|
[](https://github.com/shimwell/data/actions/workflows/test_urls.yml)
|
|
40
41
|
[](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml)
|
|
@@ -152,7 +153,7 @@ A few categories of scripts are available:
|
|
|
152
153
|
|
|
153
154
|
| Script name | Library | Release | Branching options|
|
|
154
155
|
|-|-|-|-|
|
|
155
|
-
|
|
|
156
|
+
|download_chain | ENDF/B<br><br><br>TENDL | VII.1<br>VIII.0<br><br>2019 | None<br>SFR<br>PWR<br><br>FNS |
|
|
156
157
|
|
|
157
158
|
<!-- | Sctipt name | Library | Release | Download available | Download ENDF files and generates XML chain files |
|
|
158
159
|
|-|-|-|-|-|
|
|
@@ -114,7 +114,7 @@ A few categories of scripts are available:
|
|
|
114
114
|
|
|
115
115
|
| Script name | Library | Release | Branching options|
|
|
116
116
|
|-|-|-|-|
|
|
117
|
-
|
|
|
117
|
+
|download_chain | ENDF/B<br><br><br>TENDL | VII.1<br>VIII.0<br><br>2019 | None<br>SFR<br>PWR<br><br>FNS |
|
|
118
118
|
|
|
119
119
|
<!-- | Sctipt name | Library | Release | Download available | Download ENDF files and generates XML chain files |
|
|
120
120
|
|-|-|-|-|-|
|
|
@@ -77,4 +77,4 @@ reduce_chain = "openmc_data.depletion.reduce_chain:main"
|
|
|
77
77
|
|
|
78
78
|
download_endf = "openmc_data.download.download_endf:main"
|
|
79
79
|
download_tendl = "openmc_data.download.download_tendl:main"
|
|
80
|
-
|
|
80
|
+
download_chain = "openmc_data.download.download_chain:main"
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '2.
|
|
16
|
-
__version_tuple__ = version_tuple = (2,
|
|
20
|
+
__version__ = version = '2.3.1'
|
|
21
|
+
__version_tuple__ = version_tuple = (2, 3, 1)
|
|
@@ -37,19 +37,30 @@ parser.add_argument(
|
|
|
37
37
|
parser.add_argument(
|
|
38
38
|
"-r",
|
|
39
39
|
"--release",
|
|
40
|
-
choices=["b7.1", "b8.0"],
|
|
41
|
-
default="
|
|
40
|
+
choices=["b7.1", "b8.0", "2019"],
|
|
41
|
+
default="2019",
|
|
42
42
|
help="The nuclear data library release version. The currently supported "
|
|
43
|
-
"options are b7.1 and b8.0",
|
|
43
|
+
"options are b7.1 and b8.0.",
|
|
44
|
+
)
|
|
45
|
+
parser.add_argument(
|
|
46
|
+
"-l",
|
|
47
|
+
"--library",
|
|
48
|
+
choices=["endf", "tendl"],
|
|
49
|
+
default="tendl",
|
|
50
|
+
help="The nuclear data library. The currently supported options are endf and tendl",
|
|
44
51
|
)
|
|
45
52
|
parser.add_argument(
|
|
46
53
|
"-b",
|
|
47
54
|
"--branching_ratios",
|
|
48
|
-
choices=["None", "SFR", "PWR"],
|
|
49
|
-
default="
|
|
55
|
+
choices=["None", "SFR", "PWR", "FNS"],
|
|
56
|
+
default="FNS",
|
|
50
57
|
help="The nuclear data library release version. The currently supported "
|
|
51
|
-
"options are b7.1 and b8.0 with branching ratio options of None,
|
|
52
|
-
"or
|
|
58
|
+
"options are endf b7.1 and b8.0 with branching ratio options of None, "
|
|
59
|
+
"SFR (sodium fast reactor), PWR (pressurized water reactor) or tendl "
|
|
60
|
+
"2019 with FNS (fusion neutron source) branching ratio. The tendl "
|
|
61
|
+
"chains are processed with neutron induced fission yields from"
|
|
62
|
+
"ENDF/B-VIII.0. There is an option to use JEFF 3.3 if you generate"
|
|
63
|
+
"your own chain file with the generate_tendl_chain command line tool.",
|
|
53
64
|
)
|
|
54
65
|
|
|
55
66
|
parser.set_defaults()
|
|
@@ -58,11 +69,10 @@ args = parser.parse_args()
|
|
|
58
69
|
|
|
59
70
|
def main():
|
|
60
71
|
|
|
61
|
-
|
|
62
|
-
details = all_chain_release_details[library_name][args.release][args.branching_ratios]["chain"]
|
|
72
|
+
details = all_chain_release_details[args.library][args.release][args.branching_ratios]["chain"]
|
|
63
73
|
|
|
64
74
|
if args.filename is None:
|
|
65
|
-
args.filename = Path("-".join(["chain",
|
|
75
|
+
args.filename = Path("-".join(["chain", args.library, args.release])+".xml")
|
|
66
76
|
print(f'Using default filename {args.filename}')
|
|
67
77
|
|
|
68
78
|
download(
|
|
@@ -32,6 +32,15 @@ all_chain_release_details = {
|
|
|
32
32
|
"chain": {
|
|
33
33
|
"url": "https://github.com/openmc-data-storage/openmc_data/raw/main/src/openmc_data/depletion/chain_endf_b8.0_pwr.xml"
|
|
34
34
|
}
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"tendl": {
|
|
39
|
+
"2019": {
|
|
40
|
+
"FNS": {
|
|
41
|
+
"chain": {
|
|
42
|
+
"url": "https://github.com/jbae11/openmc_activator/raw/refs/heads/main/fns_spectrum.chain.xml"
|
|
43
|
+
}
|
|
35
44
|
}
|
|
36
45
|
}
|
|
37
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openmc_data
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: A Python package containing a collection of scripts for producing and downloading data for OpenMC
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
License: Copyright (c) 2019-2022 UChicago Argonne LLC and contributors
|
|
@@ -35,6 +35,7 @@ Requires-Dist: numpy>=1.21.1
|
|
|
35
35
|
Provides-Extra: tests
|
|
36
36
|
Requires-Dist: pytest; extra == "tests"
|
|
37
37
|
Requires-Dist: requests; extra == "tests"
|
|
38
|
+
Dynamic: license-file
|
|
38
39
|
|
|
39
40
|
[](https://github.com/shimwell/data/actions/workflows/test_urls.yml)
|
|
40
41
|
[](https://github.com/openmc-data-storage/openmc_data/actions/workflows/test_package.yml)
|
|
@@ -152,7 +153,7 @@ A few categories of scripts are available:
|
|
|
152
153
|
|
|
153
154
|
| Script name | Library | Release | Branching options|
|
|
154
155
|
|-|-|-|-|
|
|
155
|
-
|
|
|
156
|
+
|download_chain | ENDF/B<br><br><br>TENDL | VII.1<br>VIII.0<br><br>2019 | None<br>SFR<br>PWR<br><br>FNS |
|
|
156
157
|
|
|
157
158
|
<!-- | Sctipt name | Library | Release | Download available | Download ENDF files and generates XML chain files |
|
|
158
159
|
|-|-|-|-|-|
|
|
@@ -55,8 +55,8 @@ src/openmc_data/depletion/serpent_fissq.json
|
|
|
55
55
|
src/openmc_data/depletion/tendl2019_nuclides.json
|
|
56
56
|
src/openmc_data/depletion/tendl2021_nuclides.json
|
|
57
57
|
src/openmc_data/download/__init__.py
|
|
58
|
+
src/openmc_data/download/download_chain.py
|
|
58
59
|
src/openmc_data/download/download_endf.py
|
|
59
|
-
src/openmc_data/download/download_endf_chain.py
|
|
60
60
|
src/openmc_data/download/download_tendl.py
|
|
61
61
|
src/openmc_data/generate/__init__.py
|
|
62
62
|
src/openmc_data/generate/generate_cendl.py
|
|
@@ -10,8 +10,8 @@ convert_mcnp70 = openmc_data.convert.convert_mcnp70:main
|
|
|
10
10
|
convert_mcnp71 = openmc_data.convert.convert_mcnp71:main
|
|
11
11
|
convert_tendl = openmc_data.convert.convert_tendl:main
|
|
12
12
|
convert_tendl_rand = openmc_data.other.convert_tendl_rand:main
|
|
13
|
+
download_chain = openmc_data.download.download_chain:main
|
|
13
14
|
download_endf = openmc_data.download.download_endf:main
|
|
14
|
-
download_endf_chain = openmc_data.download.download_endf_chain:main
|
|
15
15
|
download_tendl = openmc_data.download.download_tendl:main
|
|
16
16
|
generate_cendl = openmc_data.generate.generate_cendl:main
|
|
17
17
|
generate_endf = openmc_data.generate.generate_endf:main
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/branching_ratios_pwr.json
RENAMED
|
File without changes
|
{openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/branching_ratios_sfr.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_endf71_chain_casl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmc_data-2.2.12 → openmc_data-2.3.1}/src/openmc_data/depletion/generate_serpent_fissq.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|