endf.ace.get_tables#

endf.ace.get_tables(filename, table_names=None, verbose=False)[source]#

Get all tables from an ACE-formatted file.

Parameters:
  • filename (str) – Path of the ACE library file to load.

  • table_names (None, str, or iterable, optional) – Tables from the file to read in. If None, reads in all of the tables. If str, reads in only the single table of a matching name.

  • verbose (bool, optional) – Determines whether output is printed to the stdout when reading a Library

endf.ace.tables#

List of Table instances

Type:

list