-
Notifications
You must be signed in to change notification settings - Fork 1
/
gauge_and_Higgs_bosons.json
66 lines (66 loc) · 1.56 KB
/
gauge_and_Higgs_bosons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"gauge and Higgs bosons":[
{
"name":"photon",
"id":22,
"alternative names":["gamma","γ"],
"spin":[0,1],
"spin parity":["1","-","-"],
"mass":{
"value":0,
"upper error":1E-27
},
"charge":{
"value":0,
"upper error":1E-35
},
"life":"stable"
},
{
"name":"gluon",
"id":21,
"alternative names":["g"],
"spin":[0],
"spin parity":["1","-"],
"mass":0,
"charge":"SU(3) color octet"
},
{
"name":"W",
"id":24,
"alternative names":["W boson"],
"spin":1,
"mass":{
"value":80.379,
"error":0.012,
"width":2.085,
"width error":0.042
},
"charge":[1,-1]
},
{
"name":"Z",
"id":23,
"alternative names":["Z boson"],
"spin":1,
"mass":{
"value":91.1876,
"error":0.0021,
"width":2.4952,
"width error":0.0023
},
"charge":0
},
{
"name":"Higgs boson",
"alternative names":["H^0"],
"id":25,
"spin":0,
"mass":{
"value":125.10,
"error":0.14
},
"charge":0
}
]
}