krakentools.containers.NfyData

class krakentools.containers.NfyData(from_zai: int, nfy_index: int, incident_energy: float, product_zais: List[int], cum_yields: ndarray, ind_yields: ndarray)

Bases: NamedTuple

A NamedTuple class for storing neutron induced fission yield data for ZAIs.

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

cum_yields

Alias for field number 4

from_zai

Alias for field number 0

incident_energy

Alias for field number 2

ind_yields

Alias for field number 5

nfy_index

Alias for field number 1

product_zais

Alias for field number 3

count(value, /)

Return number of occurrences of value.

cum_yields: ndarray

Alias for field number 4

from_zai: int

Alias for field number 0

incident_energy: float

Alias for field number 2

ind_yields: ndarray

Alias for field number 5

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

nfy_index: int

Alias for field number 1

product_zais: List[int]

Alias for field number 3