Skip to main content

has_endf_evaluation_cendl

Function has_endf_evaluation_cendl 

Source
pub fn has_endf_evaluation_cendl(z: u32, a: u32) -> bool
Expand description

Whether the CENDL-3.2 neutrons sublibrary has an evaluation for (Z, A).

ยงExamples

assert!(endf_mat::has_endf_evaluation_cendl(56, 138));  // Ba-138
assert!(!endf_mat::has_endf_evaluation_cendl(35, 79));  // Br-79: not in CENDL-3.2