endf.IncidentNeutron#
- class endf.IncidentNeutron(atomic_number, mass_number, metastable=0)[source]#
Continuous-energy neutron interaction data.
This class stores data derived from an ENDF-6 format neutron interaction sublibrary.
- Parameters:
- metastable#
Metastable state of the target nucleus. A value of zero indicates the ground state.
- Type:
- reactions#
Contains the cross sections, secondary angle and energy distributions, and other associated data for each reaction. The keys are the MT values and the values are Reaction objects.
- Type:
Methods