vice.yields.ccsne.engines.engine.frequencies

Type : list

The frequencies with which stars of a given mass explode; the progenitor zero age main sequence masses in \(M_\odot\) are stored in the attribute masses. Though this number can be anywhere between 0 and 1, in the current version they are binary.

Example Code

>>> from vice.yields.ccsne.engines.S16 import W18
>>> W18.frequencies
[1.0,
 1.0,
 1.0,
 ...,
 0.0,
 0.0,
 1.0]