krakentools.serpent.read_restart_file¶
- krakentools.serpent.read_restart_file(path, byteorder='little')¶
Reads SerpentMaterial objects from a Serpent binary restart file.
- Parameters:
path (
str
) – String path to the restart file.byteorder (
str
) – byteorder of the file as text (“little”/”big”), defaults to “little”
- Return type:
List
[List
[SerpentMaterial
]]- Returns:
list (over burnups) of lists (over materials)