openmc.data.write_compact_458_library

openmc.data.write_compact_458_library(endf_files, output_name='fission_Q_data.h5', comment=None, verbose=False)[source]

Read ENDF files, strip the MF=1 MT=458 data and write to small HDF5.

Parameters:
  • endf_files (Collection of str) – Strings giving the paths to the ENDF files that will be parsed for data.
  • output_name (str) – Name of the output HDF5 file. Default is ‘fission_Q_data.h5’.
  • comment (str) – Comment to write in the output HDF5 file. Defaults to no comment.
  • verbose (bool) – If True, print the name of each isomer as it is read. Defaults to False.