Commit graph

45 commits

Author SHA1 Message Date
Paul Romano
1914e3eefa
Support endf.Material in from_endf methods (#3932) 2026-05-29 21:53:45 -05:00
Jonathan Shimwell
6050c789ca
making use of endf.get_evaluations (#3819)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-02-26 03:14:44 +00:00
Jonathan Shimwell
153281a490
Remove unused class Tabulated2D (#3818) 2026-02-21 15:00:22 +00:00
Jonathan Shimwell
4e5deed0cc
Using ``_LIBRARY` and `_SUBLIBRARY`` from endf package (#3804) 2026-02-13 03:25:49 +00:00
Jonathan Shimwell
8d0fe6c71d
making use of sum_rules in endf package (#3799) 2026-02-12 10:11:28 +00:00
Jonathan Shimwell
8053111f2d
making use of endf-python package more (#3786)
Co-authored-by: GuySten <guyste@post.bgu.ac.il>
2026-02-10 02:08:25 +00:00
Paul Romano
906548db20
Release notes for 0.15.1 (#3340)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
2025-03-07 14:49:36 -06:00
Jonathan Shimwell
3ef54ec349
Replacing endf c functions with package (#3101) 2024-08-13 23:43:44 -05:00
Jonathan Shimwell
5d2b352025
f strings instead of .format for string editing (#2987) 2024-04-29 16:45:37 -05:00
Paul Romano
ecfa94e0ff Rename gnd_name to gnds_name. Change GND to GNDS in comments 2022-12-23 00:06:50 -06:00
Paul Romano
81791293a6 Another (more elegant) fix for missing zsymam in ENDF files 2020-05-18 07:06:11 -05:00
Paul Romano
4943ae9307 Alphabetize import ordering (and use relative imports in a few places) 2020-04-06 15:16:09 -05:00
Paul Romano
e34a71b448 Remove unused imports across entire Python API 2020-03-31 18:11:31 -05:00
Paul Romano
5f6bf21aba Changes in data/endf.py from PullRequest Inc. review 2020-03-31 17:50:27 -05:00
Paul Romano
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
Paul Romano
d79524b9ce Replace float_endf with a fast C/Cython version 2019-04-03 15:19:50 -05:00
Paul Romano
285532c840 Improve int_endf and float_endf, and use int_endf consistently.
Closes #1027
2019-03-11 13:03:45 -05:00
Paul Romano
66ae641b13 Skip TPID record when reading ENDF files 2019-02-15 15:09:17 -06:00
Paul Romano
05e66155a2 Support pathlib in openmc.data 2018-11-06 09:01:37 -06:00
Paul Romano
9fa0ca2b06
Merge pull request #1023 from amandalund/photon-new
Photon Transport
2018-08-05 16:04:36 -05:00
Isaac Meyer
5381ad46bc Style, changed sampling/subset methods to return new objects 2018-07-23 13:43:07 -05:00
Isaac Meyer
15ffa563e0 Style 2018-07-18 16:59:41 -05:00
Isaac Meyer
76475730c7 removed parsing of blanks in endf 2018-07-18 15:49:26 -05:00
Isaac Meyer
e88f8cd364 Small change to endf parser 2018-07-06 10:25:24 -05:00
amandalund
4ebeb737ab Address @paulromano comments in #1023 2018-07-05 23:25:42 -05:00
Isaac Meyer
0bcb6f8874 Pull from upstream before testing 2018-07-05 16:23:14 -05:00
Isaac Meyer
0a1408def1 Sampling and reconstructing working for large files 2018-04-17 16:12:02 -04:00
Paul Romano
0508274a3d Add useful warnings for add_nuclide/add_element 2018-03-15 11:02:07 -05:00
Paul Romano
460452d4f7 Merge branch 'develop' into photon-alund 2018-03-11 13:10:00 -05:00
Paul Romano
7ee08d5280 Add gnd_name function 2018-03-01 23:08:43 -06:00
Paul Romano
ab00421c0e Add test for Chain.from_endf. Remove tqdm dependence. 2018-02-23 11:37:55 -06:00
Isaac Meyer
8687875fcb Merge remote-tracking branch 'upstream/develop' into develop 2018-02-06 18:50:44 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
c428cee667 Remove __future__ and six imports 2018-02-05 23:14:30 -05:00
Isaac Meyer
b6082acc59 Added some capability for LCOMP=2 format 2018-02-01 18:55:33 -05:00
Isaac Meyer
f741c210dd limited functionality for RM covariance only 2017-12-15 13:03:45 -05:00
Paul Romano
7d3ce61717 Ability to generate incident photon library with photoatomic, atomic relaxation,
and Compton profile data.
2017-06-29 09:59:08 -05:00
Paul Romano
323d41a413 Force excited state for Am242_m1 to be 2 2017-05-30 14:05:08 -05:00
Paul Romano
6f4fb29d65 Handle numbers in ACE files less than 1e-100 correctly 2017-03-22 12:51:11 -05:00
Paul Romano
643eaf53cb Add function to read all ENDF evaluations from a single file 2016-11-18 11:34:09 -06:00
Paul Romano
2395f9a96c Add FissionProductYields class and Decay class 2016-11-18 11:31:23 -06:00
Paul Romano
6493b1a2ff Fix bug in SUM_RULES 2016-10-31 14:46:47 -05:00
Paul Romano
348685057a Handle missing MOD values in JEFF 3.2 gracefully 2016-10-06 16:36:55 -05:00
Paul Romano
a7d8a49e07 Describe skipC argument in get_cont_record 2016-10-04 23:08:34 -05:00
Paul Romano
cbcd3a7f57 Extend openmc.data to be able to import ENDF data and perform resonance
reconstruction.
2016-09-16 01:55:07 +02:00