Changes between Version 2 and Version 3 of ASperGe


Ignore:
Timestamp:
Jan 14, 2013, 2:02:06 PM (12 years ago)
Author:
Karen De Causmaecker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASperGe

    v2 v3  
    22
    33== A C++ package for Automated SPEctRum GEneration ==
    4 Diagonalization of the mass matrices in general can only be achieved numerically. To automate the diagonalization procedure into FeynRules, a C++ package, ASperGe, has been designed. ASperGe automatically computes the masses and the mixing matrices.
     4Diagonalization of the mass matrices in general can only be achieved numerically. To automate the diagonalization procedure into FeynRules, a C++ package, ASperGe, has been designed. ASperGe automatically computes the masses and the mixing matrices starting from a Lagrangian in the gauge basis implemented in FeynRules.
    55
    6 To use ASperGe, the user just implements the Lagrangian in the gauge basis and provides the information about the mixing in the model-file as described in the manual. Calling the interface then creates the version of ASperGe dedicated to the model under consideration. The output of ASperGe can be given back to FeynRules. At that point, ASperGe is independent of FeynRules and can be used independently.
     6To use ASperGe, the user just implements the model in FeynRules and provides the information about the mixing in the model-file as described in the manual. Calling the interface then creates the version of ASperGe dedicated to the model under consideration. The output of ASperGe can be given back to FeynRules. At that point, ASperGe is independent of FeynRules and can be used on its own.
    77
    88=== Package ===
    9 * FeynRules manual
    109* ASperGe paper
    1110
    12 === Models ===
    13 * Two-Higgs-Doublet model (2HDM)
    14 * Left-Right Standard Model (LRSM)
    15 * Mimimal Supersymmetric Standard Model (MSSM)
     11=== Models including mixings===
     12* [/attachment/wiki/StandardModel/SM_mix.fr SM_mix.fr]: Standard Model (SM) model-file
     13* [/attachment/wiki/StandardModel/2HDM_mix.fr 2HDM_mix.fr]: Two Higgs Doublet Model (2HDM) model-file
     14* [/attachment/wiki/StandardModel/MSSM_mix.fr MSSM_mix.fr]: Minimal Supersymmetric Standard Model (MSSM) model-file
     15* [/attachment/wiki/StandardModel/LRSM_mix.fr LRSM_mix.fr]: Left Right Standard Model (LRSM) model-file