Skip to content

Commit e1c47eb

Browse files
authored
Merge pull request #38 from openmc-data-storage/refactor
Refactor and adding endf8
2 parents 4dc6b65 + b464716 commit e1c47eb

File tree

9 files changed

+1756
-1658
lines changed

9 files changed

+1756
-1658
lines changed

src/openmc_data_downloader/__init__.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
NATURAL_ABUNDANCE,
1818
LIB_OPTIONS,
1919
PARTICLE_OPTIONS,
20-
SAB_OPTIONS,
2120
STABLE_ISOTOPE_OPTIONS,
2221
ALL_ISOTOPE_OPTIONS,
23-
xs_info,
24-
sab_info,
22+
ALL_ELEMENT_OPTIONS,
23+
STABLE_ELEMENT_OPTIONS,
24+
SAB_OPTIONS,
25+
neutron_xs_info,
26+
photon_xs_info,
27+
sab_xs_info,
2528
)
2629

2730
from .utils import (
2831
create_cross_sections_xml,
29-
just_in_time_library_generator,
30-
download_data_frame_of_isotopes,
3132
download_single_file,
32-
expand_elements_to_isotopes,
33-
expand_materials_xml_to_isotopes,
34-
expand_materials_xml_to_sab,
3533
identify_isotopes_to_download,
34+
identify_sabs_to_download,
3635
expand_materials_to_isotopes,
3736
expand_materials_to_sabs,
38-
identify_sab_to_download,
3937
)

0 commit comments

Comments
 (0)