|
| 1 | +AME_MASS_FORMAT = { |
| 2 | + "2020": { |
| 3 | + "Z": (9, 14), |
| 4 | + "A": (14, 19), |
| 5 | + "MassExcess": (28, 42), |
| 6 | + "MassExcessError": (42, 54), |
| 7 | + "BindingEnergyPerNucleon": (54, 67), |
| 8 | + "BindingEnergyPerNucleonError": (68, 78), |
| 9 | + "BetaDecayChannel": (78, 81), |
| 10 | + "BetaDecayEnergy": (81, 94), |
| 11 | + "BetaDecayEnergyError": (94, 105), |
| 12 | + "AtomicMass": (106, 123), |
| 13 | + "AtomicMassError": (123, -1), |
| 14 | + }, |
| 15 | + "2003": { |
| 16 | + "Z": (9, 14), |
| 17 | + "A": (14, 19), |
| 18 | + "MassExcess": (29, 41), |
| 19 | + "MassExcessError": (42, 53), |
| 20 | + "BindingEnergyPerNucleon": (54, 64), |
| 21 | + "BindingEnergyPerNucleonError": (65, 72), |
| 22 | + "BetaDecayChannel": (72, 76), |
| 23 | + "BetaDecayEnergy": (76, 86), |
| 24 | + "BetaDecayEnergyError": (87, 95), |
| 25 | + "AtomicMass": (96, 112), |
| 26 | + "AtomicMassError": (113, -1), |
| 27 | + }, |
| 28 | + "1993": { |
| 29 | + "Z": (10, 14), |
| 30 | + "A": (14, 19), |
| 31 | + "MassExcess": (29, 39), |
| 32 | + "MassExcessError": (40, 48), |
| 33 | + "BindingEnergy": (48, 60), |
| 34 | + "BindingEnergyError": (60, 69), |
| 35 | + "BetaDecayChannel": (72, 75), |
| 36 | + "BetaDecayEnergy": (75, 85), |
| 37 | + "BetaDecayEnergyError": (86, 94), |
| 38 | + "AtomicMass": (97, 110), |
| 39 | + "AtomicMassError": (111, -1), |
| 40 | + }, |
| 41 | +} |
| 42 | + |
| 43 | +AME_RCT1_FORMAT = { |
| 44 | + "2020": { |
| 45 | + "Z": (8, 11), |
| 46 | + "A": (1, 4), |
| 47 | + "TwoNeutronSeparationEnergy": (14, 24), |
| 48 | + "TwoNeutronSeparationEnergyError": (25, 34), |
| 49 | + "TwoProtonSeparationEnergy": (36, 46), |
| 50 | + "TwoProtonSeparationEnergyError": (47, 56), |
| 51 | + "QAlpha": (58, 68), |
| 52 | + "QAlphaError": (69, 78), |
| 53 | + "QTwoBeta": (79, 90), |
| 54 | + "QTwoBetaError": (91, 100), |
| 55 | + "QEpsilon": (101, 112), |
| 56 | + "QEpsilonError": (113, 122), |
| 57 | + "QBetaNeutron": (123, 134), |
| 58 | + "QBetaNeutronError": (135, -1), |
| 59 | + }, |
| 60 | + "1993": { |
| 61 | + "Z": (8, 11), |
| 62 | + "A": (1, 4), |
| 63 | + "TwoNeutronSeparationEnergy": (14, 22), |
| 64 | + "TwoNeutronSeparationEnergyError": (22, 30), |
| 65 | + "TwoProtonSeparationEnergy": (32, 40), |
| 66 | + "TwoProtonSeparationEnergyError": (41, 48), |
| 67 | + "QAlpha": (49, 58), |
| 68 | + "QAlphaError": (59, 66), |
| 69 | + "QTwoBeta": (67, 76), |
| 70 | + "QTwoBetaError": (77, 84), |
| 71 | + "QEpsilon": (85, 94), |
| 72 | + "QEpsilonError": (95, 102), |
| 73 | + "QBetaNeutron": (103, 112), |
| 74 | + "QBetaNeutronError": (113, -1), |
| 75 | + }, |
| 76 | +} |
| 77 | + |
| 78 | +AME_RCT2_FORMAT = { |
| 79 | + "2020": { |
| 80 | + "Z": (8, 11), |
| 81 | + "A": (1, 4), |
| 82 | + "OneNeutronSeparationEnergy": (14, 24), |
| 83 | + "OneNeutronSeparationEnergyError": (25, 34), |
| 84 | + "OneProtonSeparationEnergy": (36, 46), |
| 85 | + "OneProtonSeparationEnergyError": (47, 56), |
| 86 | + "QFourBeta": (57, 68), |
| 87 | + "QFourBetaError": (69, 78), |
| 88 | + "QDeuteronAlpha": (79, 90), |
| 89 | + "QDeuteronAlphaError": (91, 100), |
| 90 | + "QProtonAlpha": (101, 112), |
| 91 | + "QProtonAlphaError": (113, 122), |
| 92 | + "QNeutronAlpha": (123, 134), |
| 93 | + "QNeutronAlphaError": (135, -1), |
| 94 | + }, |
| 95 | + "1993": { |
| 96 | + "Z": (8, 11), |
| 97 | + "A": (1, 4), |
| 98 | + "OneNeutronSeparationEnergy": (14, 22), |
| 99 | + "OneNeutronSeparationEnergyError": (23, 30), |
| 100 | + "OneProtonSeparationEnergy": (32, 40), |
| 101 | + "OneProtonSeparationEnergyError": (41, 48), |
| 102 | + "QFourBeta": (49, 58), |
| 103 | + "QFourBetaError": (59, 66), |
| 104 | + "QDeuteronAlpha": (67, 76), |
| 105 | + "QDeuteronAlphaError": (77, 84), |
| 106 | + "QProtonAlpha": (85, 94), |
| 107 | + "QProtonAlphaError": (95, 102), |
| 108 | + "QNeutronAlpha": (103, 112), |
| 109 | + "QNeutronAlphaError": (113, -1), |
| 110 | + }, |
| 111 | +} |
0 commit comments