Commit graph

518 commits

Author SHA1 Message Date
Paul Romano
03244d755f Update physical constants to CODATA 2018 2021-05-03 09:43:09 -05:00
Paul Romano
e1c47437bb Avoid several Python warnings 2021-04-26 14:45:37 -05:00
Paul Romano
28b37011b0 Add release notes for 0.12.1 and a bunch of versionadded tags 2021-03-17 07:33:57 -05:00
Gavin Ridley
d120785bf6 pre c99 compatible endf.c parsing 2021-03-10 17:08:33 -05:00
Paul Romano
8424f9b366 Ensure CorrelatedAngleEnergy.to_hdf5 works for continuous+discrete eout dists 2020-12-08 13:53:35 -06:00
Paul Romano
ccf5799f0f Read correct discrete photon energy in _get_photon_products_endf 2020-12-08 13:53:35 -06:00
Adam Nelson
d2c00b4f1b Added tests and fixed code accordingly 2020-10-22 14:13:32 -05:00
Paul Romano
c12fe59b5f
Merge pull request #1684 from Shimwell/adding_reaction_name_dict
Adding reaction name dict
2020-10-19 13:44:06 -05:00
Jonathan Shimwell
975fb850d6
rename varible as suggested in review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-10-19 13:33:02 +01:00
Jingang Liang
5357bdabbb added log=True in multipole generation tests 2020-10-14 11:11:40 +08:00
Jingang Liang
30557b5c83 ignore divide by zero warnings and log accuracy 2020-10-14 10:03:13 +08:00
Jingang Liang
5249fe661d make search=True the defaut and vectfit_nuclide public 2020-10-13 16:45:16 +08:00
Jingang Liang
4024f07fe2 minor fixes 2020-10-13 14:10:44 +08:00
Jingang Liang
b842ae78ee improve based on Paul's comments 2020-10-12 21:16:54 +08:00
Jingang Liang
8cb0dca813 fix complex to float casting error 2020-10-10 09:37:43 +08:00
Jingang Liang
76e0c19ac6 rebase to resovle conflicts 2020-10-10 08:49:14 +08:00
Jingang Liang
2f9aaff767 address paul's review comments 2020-10-09 22:52:47 +08:00
Jingang Liang
ddfda7e6ed added unit test for wmp genetation from ENDF 2020-10-09 22:52:46 +08:00
Jingang Liang
ea15a3bf6f use try/excpet for redundant xs 2020-10-09 22:51:24 +08:00
Jingang Liang
7b7f98dcd1 remove trailing whitespace 2020-10-09 22:51:24 +08:00
Jingang Liang
52516663c6 vectfit package is not always required 2020-10-09 22:51:23 +08:00
Jingang Liang
fe0221445e make sure locating window is not out of bounds 2020-10-09 22:50:59 +08:00
Jingang Liang
361767ad2d correct window poles points after shrinking 2020-10-09 22:50:58 +08:00
Jingang Liang
51565b1e01 improved logging 2020-10-09 22:50:58 +08:00
Jingang Liang
29b983b219 fixed curvefit failings for the first windows 2020-10-09 22:50:58 +08:00
Jingang Liang
46531c1a65 improved comments 2020-10-09 22:50:58 +08:00
Jingang Liang
931bc405cf use finer energy piece decomposition for faster fitting 2020-10-09 22:50:58 +08:00
Jingang Liang
2b5f9c7062 tested worflow, it works 2020-10-09 22:50:58 +08:00
Jingang Liang
1bb0aab643 better logging control 2020-10-09 22:50:15 +08:00
Jingang Liang
cd41186a25 support windows optimization/searching 2020-10-09 22:50:15 +08:00
Jingang Liang
d6a6eb2aa8 add more property functions for WMP 2020-10-09 22:50:15 +08:00
Jingang Liang
2b6f8a3094 separate kwargs for subfuntions 2020-10-09 22:50:15 +08:00
Jingang Liang
9d66bac8f7 fix the wrong way to use evaluation 2020-10-09 22:50:14 +08:00
Jingang Liang
5e8c20a866 curvefit with sqrt(E) 2020-10-09 22:50:14 +08:00
jingang
378653d039 make the window spacing configurable 2020-10-09 22:50:14 +08:00
jingang
1a932ac55f implement windowing kernel 2020-10-09 22:50:14 +08:00
Jingang Liang
c8afc054b7 windowing 2020-10-09 22:50:14 +08:00
liangjg
64f9e1aacc separate vectfit and windowing 2020-10-09 22:50:14 +08:00
liangjg
91c97c8e95 works for generating poles and residues 2020-10-09 22:50:14 +08:00
liangjg
c511feb88c implemented VF scheme to get multipole parameters from point-wise data 2020-10-09 22:50:13 +08:00
Jonathan Shimwell
1c01fe751d added helpful dict with reaction names as keys 2020-10-08 17:08:24 +01:00
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
Jingang Liang
0c95b93d5c fix energy unit conversion from Mev to eV 2020-09-14 11:17:09 +08:00
Sterling Harper
327ace77a5
Merge pull request #1638 from paulromano/jeff33-updates
Small updates to deal with JEFF 3.3 data
2020-08-22 18:54:23 -04:00
Paul Romano
6d90853d0b Add function for getting naturally-occurring isotopes 2020-08-14 15:05:01 -05:00
Paul Romano
404b1aa688 Update recognized thermal scattering names for JEFF 3.3 2020-08-12 09:39:40 -05:00
Paul Romano
c3368d2c11 Combined secondary particle data into _REACTIONS in chain.py 2020-07-23 09:05:25 -05:00
Paul Romano
f1abc414f6 Add all transmutation reactions to _REACTIONS in chain.py 2020-07-23 09:05:25 -05:00