| .. |
|
effective_dose
|
Use utf-8 encoding when reading dose coefficient files (thanks Fabricio Gatti)
|
2022-06-08 06:37:27 -05:00 |
|
__init__.py
|
Implement openmc.data.dose_coefficients function based on ICRP-116 data
|
2020-05-08 11:47:26 -05:00 |
|
_endf.pyx
|
Replace float_endf with a fast C/Cython version
|
2019-04-03 15:19:50 -05:00 |
|
ace.py
|
fix overwritten variable in ace.py::get_libraries_from_xsdata
|
2022-03-09 09:45:14 -06:00 |
|
angle_distribution.py
|
Changes in data/angle_energy.py from PullRequest Inc. review
|
2020-04-01 09:10:28 -05:00 |
|
angle_energy.py
|
Consistent use of ABC instead of ABCMeta where possible
|
2020-04-01 14:13:05 -05:00 |
|
BREMX.DAT
|
Added script for generating HDF5 stopping power data; Added bremsstrahlung DCS data from Seltzer and Berger and functionality to convert to HDF5
|
2017-10-06 11:58:11 -05:00 |
|
compton_profiles.h5
|
Add photon tests
|
2018-07-04 20:57:29 -05:00 |
|
correlated.py
|
Ensure CorrelatedAngleEnergy.to_hdf5 works for continuous+discrete eout dists
|
2020-12-08 13:53:35 -06:00 |
|
data.py
|
Add Material.get_nuclide_activity method and decay_constant function
|
2022-06-28 23:16:50 -05:00 |
|
decay.py
|
Add check in Decay.decay_constant for erroneous half-life
|
2022-06-27 22:42:13 -05:00 |
|
density_effect.h5
|
Calculate radiative and collision stopping power instead of using NIST ESTAR data
|
2019-03-03 17:40:57 -06:00 |
|
endf.c
|
pre c99 compatible endf.c parsing
|
2021-03-10 17:08:33 -05:00 |
|
endf.py
|
Another (more elegant) fix for missing zsymam in ENDF files
|
2020-05-18 07:06:11 -05:00 |
|
energy_distribution.py
|
Alphabetize import ordering (and use relative imports in a few places)
|
2020-04-06 15:16:09 -05:00 |
|
fission_energy.py
|
Alphabetize import ordering (and use relative imports in a few places)
|
2020-04-06 15:16:09 -05:00 |
|
function.py
|
Avoid several Python warnings
|
2021-04-26 14:45:37 -05:00 |
|
grid.py
|
Changes in data/grid.py from PullRequest Inc. review
|
2020-04-15 15:06:48 -05:00 |
|
half_life.json
|
lower case nucs in half-life
|
2022-06-22 23:27:41 +01:00 |
|
kalbach_mann.py
|
Changes in data/endf.c from PullRequest Inc. review
|
2020-04-15 15:06:48 -05:00 |
|
laboratory.py
|
Remove unused imports across entire Python API
|
2020-03-31 18:11:31 -05:00 |
|
library.py
|
Resolve a few TODOs related to Python 3.6
|
2021-07-27 22:50:28 -05:00 |
|
mass16.txt
|
Updated atomic mass evaluation to AME 2016, close #1137
|
2019-02-13 21:41:22 +00:00 |
|
multipole.py
|
Avoid several Python warnings
|
2021-04-26 14:45:37 -05:00 |
|
nbody.py
|
Convert ACE data from MeV to eV
|
2016-10-31 14:46:47 -05:00 |
|
neutron.py
|
Allow for use of redundant fission when adjusting KERMA in from_njoy
|
2022-05-03 17:17:12 -05:00 |
|
njoy.py
|
Use nza input on ACER card 8 (for thermal scattering)
|
2021-09-03 15:25:32 -05:00 |
|
photon.py
|
Fixed typo in data/photon.py
|
2020-05-04 16:27:04 -04:00 |
|
product.py
|
Changes in data/products.py from PullRequest inc. review
|
2020-04-15 15:06:48 -05:00 |
|
reaction.py
|
Read correct discrete photon energy in _get_photon_products_endf
|
2020-12-08 13:53:35 -06:00 |
|
reconstruct.pyx
|
Respond to @smharper comments on #721
|
2016-09-30 14:44:44 -05:00 |
|
resonance.py
|
Alphabetize import ordering (and use relative imports in a few places)
|
2020-04-06 15:16:09 -05:00 |
|
resonance_covariance.py
|
Make sure ABCs come from collections.abc
|
2018-10-18 05:54:36 -05:00 |
|
thermal.py
|
Make sure ThermalScattering.from_njoy works with table_name=...
|
2022-01-12 12:02:45 -06:00 |
|
thermal_angle_energy.py
|
Add more thermal scattering unit tests and clean up some HDF5-related methods
|
2019-06-25 07:31:53 -05:00 |
|
uncorrelated.py
|
Missed an import of mixin
|
2016-08-17 18:55:08 -04:00 |
|
urr.py
|
replace all dataset.value with dataset[()] (or occasionally dataset[...])
|
2019-03-27 11:45:48 -04:00 |