has_endf_evaluation

Function has_endf_evaluation 

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

Whether the ENDF/B-VIII.0 neutrons sublibrary has an evaluation for (Z, A).

ยงExamples

assert!(endf_mat::has_endf_evaluation(94, 239));  // Pu-239
assert!(!endf_mat::has_endf_evaluation(94, 999)); // no such isotope