Commit graph

21 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
5d2b352025
f strings instead of .format for string editing (#2987) 2024-04-29 16:45:37 -05:00
Jonathan Shimwell
9b7b33c7fa
Ruff comments on code (#2696)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-09-26 03:37:19 +00:00
Jonathan Shimwell
ee7b95245a
Static errors continuation (#2557)
Co-authored-by: Christina Cai <chrsitinacai48933@gmail.com>
Co-authored-by: christinacai123 <63215816+christinacai123@users.noreply.github.com>
2023-06-16 22:34:02 -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
cf6b67c05d Remove explicit inheritance from object for Python classes 2020-03-23 12:12:31 -05:00
amandalund
aaa741ed7f Remove blank lines 2019-11-13 20:09:35 -06:00
amandalund
4e3d12cb1e Clean up Unresolved.from_endf() 2019-11-13 20:06:08 -06:00
amandalund
d3eb2086e2 Store energies for URR case C 2019-11-13 13:03:30 -06:00
amandalund
ee3138dc52 Add DOF, channel radius, scattering radius to URR 2019-11-13 13:03:30 -06:00
Isaac Meyer
28414ef283 Changed __copy__ method of ResonanceRange to mark parameters unprepared 2018-07-27 11:00:03 -05:00
Isaac Meyer
78a411ebb7 Fix of sampling routine, change dataframe .as_matrix to .values 2018-07-25 09:41:54 -05:00
Isaac Meyer
e48521184b More reconstruction fixes 2018-07-19 13:22:27 -05:00
Isaac Meyer
1beab30db6 even more style 2018-07-19 08:54:22 -05:00
Isaac Meyer
84ef96cf8a added reconstruction ability for resonance samples 2018-07-06 09:57:17 -05:00
Paul Romano
d3d6dc87dc Remove a few more __future__ imports. Use collections.abc 2018-02-05 23:14:30 -05:00
Paul Romano
deab4b3d33 Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
Paul Romano
ab72510d20 Update physical constants to CODATA 2014 2017-02-14 07:13:20 -06:00
Paul Romano
f08550f5ed Handle reconstruction for multiple resolved ranges (Pu239 in ENDF/B-VII.1) 2016-09-21 14:32:08 -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