JASory / Iridium

Atomic Physics Library
https://rust-cas.org
MIT License
19 stars 5 forks source link

Decay Chain Errors #2

Open JASory opened 2 years ago

JASory commented 2 years ago

During auditing, the following errors were found in the decaychain lookuptable, compromising a total of 119 errors out of 3585. Most errors are incorrect ratios due to parsing or unsupported decay modes.

B-17 63% β− + n; 22.1% β−; 11% β− + 3n; 3.50% β− + 3n; 0.4% β− + 3n;// correction B-2n B-3 and b-4n N-23 50% β−; 42% β− + n; 8% β− + 2n;// correction and 3.4 b-3 Ne-17 96% β+ + p; 2.7% β+ + α; 1.3% β+; //correction B+p+A 0.014 Ne-31 50% β−; 50% β− + n; //correction unknown for Ne-31 and ne-32 Mg-21 50.2% β+; 24.4% β+ + p; 25.3% β+ + α; //correction Bp =20.1 B+a=0.0116 B +p+a Mg-34 70% β− + n; 30% β−; //correction B-n =21 B-2n = 0.1 Mg-37 50% β−; 50% β− + n; // unknown evaluation Al-26 85% β+; 15% EC; //correction B+=100 K-31 100% 2p; //correction 3p=100% Cr-43 71% β+; 23% β+ + p; 5.89% β+ + 2p; 0.1% β+ + α; //correction b+p = 79.3 b+2p = 11.6 b+3p=0.13 Mn-46 76% β+; 22% β+ + p; 1% β+ + α; 1% β+ + 2p; //correction b+2p = 18 b+p=57.0 b+p 7194230188746725130, 3320413933267719291 Co-58 100% EC;// correction Ec=85.21 e+=14.79 Se-63 87% β+ + p; 13% β+; //correction 2p = 0.5 Kr-67 94% β+ + p; 6% β+; // correction 2p = 37 Rb-92 98.9% β−; 1.06% β− + n; //correction b-n 0.0107 Ba-114 79.0% β+; 20% β+ + p; 0.89% α; 0.00% C-14; //correction c-12 Ac-225 99.9% EC; 0.00% C-14; // correction Ec=Alpha Th-226 99.9% α; // correction 18O 3.2E-12 Th-228 99.9% α; //correction 20O 1.13E-11 Th-230 99.9% α; //correction Sf4E-12 24Ne=5.8E-11 Th-232 99.9% α; 0.00% SF; 0.00% 2β−;//correction SF 1.1E-9 24Ne+26Ne2.78E-10 Pa-230 91.5% β+; 2.97% β−; //Correction 92.2B+ 7.8B- 0.0032 Alpha Pa-231 99.9% α; 0.00% SF; 0.00% Ne-24; //correction 23F Pa-236 99.9% β−; //correction b-sf 6e-8 Pa-238 99.9% β−; 0.00% α; //correction b-sf 2.6e-6 remove alpha U-228 95% α; 5% EC; //correction 97.5 a EC 2.5 U-230 99.9% α; 0.00% 2β+; //correction 22Ne 4.8e-12 U-232 99.9% α; //correction 24Ne8.9e-10 sf2.7e-12 28mg 5e-12 U-233 99.9% α; //correction sf6e-11 24ne7.2e-11 28mg1.3e-13 U-234 99.9% α; //correction verify U-235 100% α; //correction U-236 100% α; //correction s-f9.4e-8 U-238 99.9% α; 0.00% 2β−; //correction sf5.44e-5 Np-229 51% α; 49% β+; //correction 68alpha Np-236 87.3% EC; 12.5% β−; 0.16% α;//correction 86.3,13.5,0.16 Np-237 99.9% α; 0.00% SF;//correction 30Mg 4e-12 Pu-229 100% α; //correction 50a 43b+ sf7 Pu-235 99.9% β+; 0.02% α; //correction 0.0028 a Pu-236 99.9% α; 0.00% SF; // correction 28mg 2e-12 Pu-237 99.9% EC; 0.04% α; //correction 0.0042a Pu-238 99.9% α; 0.00% SF; 0.00% Ne-20 + NE-24; //correction 32si 1.4e-14 28mg+30mg6e Pu-240 99.9% α; 0.00% SF; 0.00% Ne-24; //correction 34si 1.3e-11

JASory commented 1 year ago

Mostly fixed; edited to remove all the erroneous decay chains that have been fixed.