Nucleide

Nuclides & nuclear data

Explore nuclide identifiers, name dialects, and built-in nuclear data.

Nucleide identifies nuclides by a canonical (Z, A, state) tuple and maps it to and from the many naming conventions used by transport, activation, and decay codes.

Nuclide identifiers

A nuclide is fully described by:

  • Z — proton number.
  • A — mass number (total protons + neutrons).
  • state — isomeric state (0 = ground, 1 = first metastable, …).

The canonical integer forms include:

FormExample for U-235
NameU235
ZAID92235
NUCID922350000
ZZAAAM922350
SZA1092235
zzllaaam92-u-235

Nuclear data lookups

The nuclei crate bundles atomic masses from AME2020, natural abundances, and decay data. Enter a nuclide below to see every identifier and data value.

Loading Nucleide WASM…

Common naming dialects

Different codes expect different strings. Nucleide can convert a single identifier into:

  • Serpent: U-235
  • MCNP ZAID: 92235
  • NIST: 235U
  • ALARA: u:235
  • FLUKA: 235-U (via fluka())
  • CINDER: numeric Cinder ID

See also