Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
SARAH SARAH
  • Project overview
    • Project overview
    • Details
    • Activity
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
Collapse sidebar
  • GOODSELL Mark
  • SARAHSARAH
  • Wiki
  • Special_fields_and_parameters_in_SARAH

Last edited by Martin Gabelmann Jun 28, 2019
Page history

Special_fields_and_parameters_in_SARAH

Special fields and parameters in SARAH

General

SARAH treats some parameters or particles in a model in a specific way if they are associated with SM and MSSM parameters. In order to make this association, the Description statement in particles.m and parameters.m is used.

Usage of parameters

SARAH makes use of the information that some particles/parameters correspond to specific SM or MSSM parameters/particles for the following purposes:

  • For particles:
  1. FlavorKit generates the code to calculate flavour observables in the model by knowing what are the SM fermions are
  2. For SM fields the pole masses are used for the decays in SPheno
  3. The effective diphoton/digluon vertices for CP-even and CP-odd Higgs states are calculated by SPheno
  4. ...
  • For parameters:
  1. The running of the strong coupling is included in the CalcHep/CompHep, WHIZARD, UFO output.
  2. Automatic matching of parameters in the model to measured SM values in SPheno
  3. VEVs are related to tan β and MZ in SPheno
  4. Giving the option to write the spectrum file of SPheno in the SCKM basis
  5. ...

List of keyword

Particles

The following keywords to assign particles are understood by SARAH:

  • Leptons
  • Down-Quarks
  • Up-Quarks
  • Photon
  • Gluon
  • W-Boson
  • Z-Boson
  • Up-Squarks
  • Higgs
  • Pseudo-Scalar Higgs
  • Charged Higgs
  • Neutrinos
  • Sneutrinos

Parameters

The following keywords to assign parameters are understood by SARAH:

  • Up-Yukawa-Coupling
  • Down-Yukawa-Coupling
  • Lepton-Yukawa-Coupling
  • Hypercharge-Coupling
  • Left-Coupling
  • Strong-Coupling
  • Up-Squark-Mixing-Matrix
  • Down-Squark-Mixing-Matrix
  • Left-Lepton-Mixing-Matrix
  • Right-Lepton-Mixing-Matrix
  • Left-Down-Mixing-Matrix
  • Right-Down-Mixing-Matrix
  • Left-Up-Mixing-Matrix
  • Right-Up-Mixing-Matrix
  • Weinberg-Angle
  • Down-VEV
  • Up-VEV
  • Scalar-Mixing-Matrix
  • Pseudo-Scalar-Mixing-Matrix
  • Softbreaking right Down-Squark Mass
  • Softbreaking right Up-Squark Mass
  • Softbreaking left Slepton Mass
  • Softbreaking right Slepton Mass
  • Softbreaking left Squark Mass
  • Trilinear-Up-Coupling
  • Trilinear-Down-Coupling
  • Trilinear-Lepton-Coupling

Examples

  1. The SM parameters are set in parameters.m via ParameterDefinitions = { {g1, { Description -> "Hypercharge-Coupling"}}, {g2, { Description -> "Left-Coupling"}}, {g3, { Description -> "Strong-Coupling"}}, {Yu, { Description -> "Up-Yukawa-Coupling" }}, {Yd, { Description -> "Down-Yukawa-Coupling"}}, {Ye, { Description -> "Lepton-Yukawa-Coupling"}}, ... };

  2. The SM particles are set in particles.m via ParticleDefinitions[EWSB] = { {hh , { Description -> "Higgs"}}, {Ah , { Description -> "Pseudo-Scalar Higgs"}}, {VP, { Description -> "Photon"}}, {VZ, { Description -> "Z-Boson"}}, {VG, { Description -> "Gluon" }}, {VWm, { Description -> "W-Boson" }}, {Fd, { Description -> "Down-Quarks"}}, {Fu, { Description -> "Up-Quarks"}}, {Fe, { Description -> "Leptons" }}, {Fv, { Description -> "Neutrinos" }}, ... };

See also

Clone repository

Home

Index

  • Additional terms in Lagrangian
  • Advanced usage of FlavorKit
  • Advanced usage of FlavorKit to calculate new Wilson coefficients
  • Advanced usage of FlavorKit to define new observables
  • Already defined Operators in FlavorKit
  • Already defined observables in FlavorKit
  • Auto-generated templates for particles.m and parameters.m
  • Automatic index contraction
  • Basic definitions for a non-supersymmetric model
  • Basic definitions for a supersymmetric model
  • Basic usage of FlavorKit
  • Boundary conditions in SPheno
  • CalcHep CompHep
  • Calculation of flavour and precision observables with SPheno
  • Checking the particles and parameters within Mathematica
  • Checks of implemented models
  • Conventions
  • Decay calculation with SPheno
  • Defined FlavorKit parameters
  • Definition of the properties of different eigenstates
  • Delete Particles
  • Different sets of eigenstates
  • Diphoton and digluon vertices with SPheno
  • Dirac Spinors
  • FeynArts
  • Fine-Tuning calculations with SPheno
  • Flags for SPheno Output
  • Flags in SPheno LesHouches file
  • FlavorKit
  • FlavorKit Download and Installation
  • Flavour Decomposition
  • GUT scale condition in SPheno
  • Gauge Symmetries SUSY
  • Gauge Symmetries non-SUSY
  • Gauge fixing
  • Gauge group constants
  • General information about Field Properties
  • General information about model implementations
  • Generating files with particle properties
  • Generic RGE calculation
  • Global Symmetries SUSY
  • Global Symmetries non-SUSY
  • Handling of Tadpoles with SPheno
  • Handling of non-fundamental representations
  • HiggsBounds
  • Higher dimensionsal terms in superpotential
  • Input parameters of SPheno
  • Installation
  • Installing Vevacious
  • LHCP
  • LHPC
  • LaTeX
  • Lagrangian
  • Loop Masses
  • Loop calculations
  • Loop functions
  • Low or High scale SPheno version
  • Main Commands
  • Main Model File
  • Matching to the SM in SPheno
  • MicrOmegas
  • ModelOutput
  • Model files for Monte-Carlo tools
  • Model files for other tools
  • Models with Thresholds in SPheno
  • Models with another gauge group at the SUSY scale
  • Models with several generations of Higgs doublets
  • More precise mass spectrum calculation
  • No SPheno output possible
  • Nomenclature for fields in non-supersymmetric models
  • Nomenclature for fields in supersymmetric models
  • One-Loop Self-Energies and Tadpoles
  • One-Loop Threshold Corrections in Scalar Sectors
  • Options SUSY Models
  • Options non-SUSY Models
  • Parameters.m
  • Particle Content SUSY
  • Particle Content non-SUSY
  • Particles.m
  • Phases
  • Potential
  • Presence of super-heavy particles
  • RGE Running with Mathematica
  • RGEs
  • Renormalisation procedure of SPheno
  • Rotations angles in SPheno
  • Rotations in gauge sector
  • Rotations in matter sector
  • SARAH in a Nutshell
  • SARAH wiki
  • SLHA input for Vevacious
  • SPheno
  • SPheno Higgs production
  • SPheno Output
  • SPheno and Monte-Carlo tools
  • SPheno files
  • SPheno mass calculation
  • SPheno threshold corrections
  • Setting up SPheno.m
  • Setting up Vevacious
  • Setting up the SPheno properties
  • Special fields and parameters in SARAH
  • Superpotential
  • Support of Dirac Gauginos
  • Supported Models
  • Supported gauge sectors
  • Supported global symmetries
  • Supported matter sector
  • Supported options for symmetry breaking
  • Supported particle mixing
  • Tadpole Equations
  • The renormalisation scale in SPheno
  • Tree-level calculations
  • Tree Masses
  • Two-Loop Self-Energies and Tadpoles
  • UFO
  • Usage of tadpoles equations
  • Using SPheno for two-loop masses
  • Using auxiliary parameters in SPheno
  • VEVs
  • Vertices
  • Vevacious
  • WHIZARD