openmc.data.endf.get_evaluations

openmc.data.endf.get_evaluations(filename)[source]

Return a list of all evaluations within an ENDF file.

Parameters

filename (str) – Path to ENDF-6 formatted file

Returns

A list of openmc.data.endf.Evaluation instances.

Return type

list