Skip to main content

known_isotopes_tendl

Function known_isotopes_tendl 

Source
pub fn known_isotopes_tendl(z: u32) -> Vec<u32>
Expand description

All mass numbers with TENDL-2023 evaluations for element Z.

Counterpart to known_isotopes for the TENDL-2023 table (~2,300 ground-state isotopes; substantially more coverage than ENDF/B-VIII.0).

ยงExamples

let fm = endf_mat::known_isotopes_tendl(100);
assert!(fm.contains(&247));        // Fm-247: TENDL-only
assert!(!endf_mat::known_isotopes(100).contains(&247));