Skip to content

Commit

Permalink
the CMSSM model name has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Mar 14, 2017
1 parent 305fd5d commit b8a13bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/flexiblesusy-paper.tex
Expand Up @@ -537,12 +537,12 @@ \subsection{Downloading \fs and generating a first spectrum generator}
commands:
%
\begin{lstlisting}[language=bash]
$ ./createmodel --name=MSSM
$ ./configure --with-models=MSSM
$ ./createmodel --name=CMSSM
$ ./configure --with-models=CMSSM
$ make
\end{lstlisting}%% $
%
The first command creates the model directory \code{models/MSSM/}
The first command creates the model directory \code{models/CMSSM/}
together with a CMSSM model file accompanied by
a specimen SLHA input file. The \code{configure} script checks
the system requirements and creates the \code{Makefile}. See
Expand All @@ -551,14 +551,14 @@ \subsection{Downloading \fs and generating a first spectrum generator}
it. The resulting executable can be run like this:
%
\begin{lstlisting}[language=bash]
$ cd models/MSSM
$ ./run_MSSM.x --slha-input-file=LesHouches.in.MSSM
$ cd models/CMSSM
$ ./run_CMSSM.x --slha-input-file=LesHouches.in.CMSSM
\end{lstlisting}
%
When executed, the spectrum generator tries to find a set of \DRbar\
model parameters consistent with all CMSSM boundary conditions for the
parameter point given in the SLHA input file
\code{LesHouches.in.MSSM}. Afterwards, the pole mass
\code{LesHouches.in.CMSSM}. Afterwards, the pole mass
spectrum and mixing matrices are calculated and written to the standard
output in SLHA format \cite{Skands:2003cj,Allanach:2008qq}. For the
parameter point given in the above example the calculated pole mass
Expand Down

0 comments on commit b8a13bd

Please sign in to comment.