Gauge Symmetries SUSY
Definition of Vector Superfields
The vector superfields are defined by the array Gauge
. An entry reads
Gauge[[/i|i]]={Superfield Name, Dimension, Name of Gauge Group, Coupling, Expand, Global};
The different parts have the following meaning:
-
Superfield name
: This is the name for the vector superfield and also the basis of the names for vector bosons, ghosts and gauginos as explained here -
Dimension
: This defines the dimension of the S**U(N) gauge group:U[1]
for an Abelian gauge group orSU[N]
with integer N for a non-Abelian gauge group. -
Name of Gauge Group
: This is the name of the gauge group, e.g. hypercharge, color or left. This choice is import because all matter particles charged under a non-Abelian gauge group carry an corresponding index. The name of the index consists of the first three letter of the name plus a number. Hence, it must be taken care that the first three letters of different gauge group names are not identical. Also the name for the indices in the adjoint representation are derived from this entry. -
Coupling
: The name of the coupling constant, e.g.g1
-
Expand
: Values can beTrue
orFalse
. If it is set toTrue
, all sums over the corresponding indices are evaluated during the calculation of the Lagrangian. This is normally done non-Abelian gauge groups which get broken like the S**U(2)L in the MSSM. -
Global
: Transformation under global symmetries
SARAH adds for every vector superfield a soft-breaking gaugino mass
Mass<>"Superfield Name"
Example: Standard model color group
Gauge[[/3|3]] = {G, SU[3], color, g3, False};
The consequence of this entry is
- Gluon, its ghost and gluino are named
VG
,gG
andfG
- The S**U(3) generators, the Gell-Mann matrices, are used
- The color index is abbreviated
colX
(forX
= 1,2, ...) - The strong coupling constant is named
g3
- The sums over the color indices are not evaluated
Models with several U(1) gauge groups
In the case of several Abelian gauge groups, there is an additional particulariyt: Gauge kinetic mixing.
SARAH uses
Dμ = ∂μ − i(ḡaQa + ḡb**a)Āμa − i(ḡa**bQa + ḡbQb)Āμb
for the covariant derivatives to write the Lagrangian in that case. For that purposes, it generates new gauge couplings
g<>A<>B
for the off-diagonal couplings. Here gA
and gB
are the names for the diagonal gauge couplings defined in Gauge
, i.e the first letter is always dropped. In addition, the gaugino mass terms are written as
∑i∑jMi**jλiλj + h.c..
The sum i and j runs over all Abelian gauge groups. The names for the off-diagonal gaugino mass are
Mass<>A<>B
Here, A
and B
are the names of the vector superfields defined in Gauge
.
Example
In the case of a gauge sector containing
Gauge[[/1|1]] = {R, U[1], right, gR, False};
Gauge[[/2|2]] = {BL, U[1], bminusl, gBL, False};
the off-diagonal gauge couplings are called
gRBL
gBLR
and the off-diagonal gaugino masses are
MassRBL
MassBLR