pynucastro.reduction.load_network module

Contents

pynucastro.reduction.load_network module#

Methods used for loading a previously-saved library.

pynucastro.reduction.load_network.load_network(endpoint=Te108, *, library_name='rp-process-lib', library=None)[source]#

Load a network from a library, filtering the library so only nuclei with Z and A less than the endpoint’s Z and A are included.

Parameters:
  • endpoint (Nucleus, str) – The heaviest nucleus to consider.

  • library_name (str) – The name of a library file to read from disk. This could be, e.g., the entire ReacLib database

  • library (Library) – a pynucastro library object that contains the rates you want to consider. If this is provided, it takes precedence over library_name

Return type:

NumpyNetwork