Commit graph

14 commits

Author SHA1 Message Date
Paul Romano
591639b9e0 Fix typo in docstring 2020-10-05 20:55:55 -05:00
Paul Romano
a9f1d9c5bc
Apply suggestions from code review
Co-authored-by: Andrew Johnson <drewejohnson@users.noreply.github.com>
2020-10-05 20:55:18 -05:00
Paul Romano
abc9e9c7ad Add decay_energy property on Decay class and associated bug in chain.py 2020-10-05 15:39:20 -05:00
Paul Romano
e34a71b448 Remove unused imports across entire Python API 2020-03-31 18:11:31 -05:00
Paul Romano
1b177634f4 Changes in data/decay.py from PullRequest Inc. review 2020-03-31 17:41:12 -05:00
Paul Romano
4ad1aeac3a Fix potential bug in Decay class 2019-06-25 07:31:53 -05:00
Paul Romano
c83b890869 Use ufloat for stochastic volume results 2018-03-19 10:40:45 -05:00
Paul Romano
e3d6189cfa Make sure Decay.half_life is set, even for stable nuclides 2018-02-26 22:12:14 -06: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
Paul Romano
0e029771e7 Fix decay_constant attribute, add Decay.from_endf classmethod 2016-11-27 16:04:40 -06:00
Paul Romano
6434886820 Address @smharper comments on #761. Also add one publication in docs. 2016-11-23 18:51:05 -06:00
Paul Romano
4e059a4d2b Use isomeric state, not excited state, for fission products.
After a discussion with Dave Brown from BNL, it was confirmed that FPS in the
ENDF-6 format for fission product yields refers to the isomeric state, not the
excited state.
2016-11-21 14:10:40 -06:00
Paul Romano
2395f9a96c Add FissionProductYields class and Decay class 2016-11-18 11:31:23 -06:00