diff --git a/examples/xs/endfb71.yml b/examples/xs/endfb71.yml index 3a6747d..038bf4f 100644 --- a/examples/xs/endfb71.yml +++ b/examples/xs/endfb71.yml @@ -2,9 +2,9 @@ description: | This defines a library based on the ENDF-B/VII.1 evaluations for neutron cross-sections and thermal scattering laws, and on ENDF-B/VIII.0 for gamma photoatomic reactions and atomic - relaxation. - Some evaluations from other libraries are used instead - or in addition to ENDF-B/VII.1 evaluations: + relaxation. It also fills the gap in naturally occuring nuclide + that don't have data in ENDF-B/VII.1 with ENDF-B/VIII.0 + C0: ENDF-B/VII.1 only containes the C0 isotope of carbon. Since using C0 can cause some issues running the same problem with multiple libraries, I prefer to remove it and @@ -20,15 +20,18 @@ description: | I use the ENDF-B/VIII.0 evaluation instead. Pt*: Occurs naturaly but is absent from ENDF-B/VII.1. I use the ENDF-B/VIII.0 evaluation instead. -name: endfb71+ -temperatures: 273 +name: endfb71 +temperatures: 250 294 600 900 973 1200 n: basis: endfb71 ommit: C0 add: - endfb8: C12 C13 O18 Ne20 Ne21 Ne22 Yb168 Yb170 Yb171 Yb172 Yb173 Yb174 Yb76 Os184 Os186 Os187 Os188 Os189 Os190 Os192 Pt190 Pt192 Pt194 Pt195 Pt196 Pt198 + endfb8: C12 C13 O18 Ne20 Ne21 Ne22 Yb168 Yb170 Yb171 Yb172 Yb173 Yb174 Yb176 Os184 Os186 Os187 Os188 Os189 Os190 Os192 Pt190 Pt192 Pt194 Pt195 Pt196 Pt198 tsl: + basis: endfb71 substitute: C0: C12 -photo: endfb8 -ard: endfb8 \ No newline at end of file +photo: + basis: endfb8 +ard: + basis: endfb8 \ No newline at end of file