pynucastro.screening.screening_util module

pynucastro.screening.screening_util module#

Some helper functions for determining which rates need screening

pynucastro.screening.screening_util.get_screening_pair_set(rates)[source]#

Create a set of unique screening pairs for a list of rates.

Parameters:

rates (Iterable(Rate)) – A list of the rates in our network.

Return type:

set(tuple(Nucleus, Nucleus))