thunderboltz.CrossSections.read

CrossSections.read(input_path, read_cs_data=True)[source]

Read ThunderBoltz cross section data from a directory with a single input file and a set of cross section files.

Parameters:
  • input_path (str) – The path to the directory with cross section data. If specified, CrossSections.input_path will be updated as well.

  • read_cs_data (bool) – If False, only read the process header information, and not the actual cs data itself, default is True.