ChernSimonsPortal: Chern-Simons-Portal.fr

File Chern-Simons-Portal.fr, 829 bytes (added by Maksym Ovchynnikov, 5 years ago)
Line 
1M$ModelName = "ChernSimons";
2M$Information = {Authors -> {"M.Ovchynnikov"}, Version -> "1.0", Date -> "6.20.2019", Institutions -> {"Leiden university"}, Emails -> {"ovchynnikov@lorentz.leidenuniv.nl"} };
3
4M$ClassesDescription = {
5V[92] == {
6ClassName -> xb,
7SelfConjugate -> True,
8PDG -> 1234567,
9Mass -> {Mxb, 1},
10ParticleName -> "xb",
11Width -> {Wxb,1}}
12}
13
14M$Parameters = {
15cW == {
16Value -> 0.001,
17InteractionOrder -> {NP, 1},
18Description -> "X boson coupling to W bosons"},
19
20cZ == {
21Value -> 0.001,
22InteractionOrder -> {NP, 1},
23Description -> "X boson coupling to Z bosons"},
24
25cZgamma == {
26Value -> 0.001,
27InteractionOrder -> {NP, 1},
28Description -> "X boson coupling to Z bosons and photons"},
29
30Cmu == {
31Value -> 0.1,
32InteractionOrder -> {NP, 1},
33Description -> "X boson coupling to muons"}
34}