1
+ # Best fit values from NuFitv5.2 (with SK atmospheric data)
2
+ # Note that asymmetric Gaussian 1 sigma not currently implemented, so 1 sigma uncertainty not exact here
3
+
4
+ theta12 = 33.41 units.deg
5
+ theta12.3s_range = [31.31, 35.74] * units.deg
6
+
7
+ theta13_nh = 8.58 +/- 0.11 units.deg
8
+ theta13_nh.3s_range = [8.23, 8.91] * units.deg
9
+
10
+ theta13_ih = 8.57 +/- 0.11 units.deg
11
+ theta13_ih.3s_range = [8.23, 8.94] * units.deg
12
+
13
+ theta23_nh = 42.2 units.deg
14
+ theta23_nh.3s_range = [39.7, 51.0] * units.deg
15
+ theta23_nh.range = [30.0, 60.0] * units.deg
16
+
17
+ theta23_ih = 49.0 units.deg
18
+ theta23_ih.3s_range = [39.9, 51.5] * units.deg
19
+ theta23_ih.range = [30.0, 60.0] * units.deg
20
+
21
+ deltacp_nh = 232 units.deg
22
+ deltacp_nh.3s_range = [144,350] * units.deg
23
+ deltacp_nh.range = [0,360] * units.deg
24
+
25
+ deltacp_ih = 276 units.deg
26
+ deltacp_ih.3s_range = [194,344] * units.deg
27
+ deltacp_ih.range = [0,360] * units.deg
28
+
29
+ deltam21 = 7.41e-5 units.eV**2
30
+ deltam21.3s_range = [6.82e-5, 8.03e-5] * units.eV**2
31
+
32
+ # NuFit dm3l = dm31 for the normal ordering, so can directly use the NuFit value
33
+ deltam31_nh = 0.002507 units.eV**2
34
+ deltam31_nh_gauss = 0.002507 +/- 0.000027 * units.eV**2
35
+ deltam31_nh.range = [0.001, 0.007] * units.eV**2
36
+ deltam31_nh.3s_range = [0.002427, 0.002590] * units.eV**2
37
+
38
+ # NuFit dm3l = dm32 for the inverted ordering (and is thus negative), so must convert using: dm31 = dm32 + dm21
39
+ deltam31_ih = -0.002412 units.eV**2
40
+ deltam31_ih_gauss = -0.002412 +/- 0.000028 * units.eV**2
41
+ deltam31_ih.3s_range = [-0.002496, -0.002332] * units.eV**2
42
+ deltam31_ih.range = [-0.007, -0.001] * units.eV**2
0 commit comments