This code provides a SUSY spectrum in the MSSM including flavour violation and with or without R-parity consistent with input Standard Model fermion mass/mixings and electroweak/strong coupling data. If you want to know how it works, watch a video of seminar I gave at CERN for ATLAS experimenters on the calculation. It is written in C++ with an emphasis on easy generalisability. Full three-family couplings and renormalisation group equations are employed, as well as one-loop finite corrections a la Bagger, Matchev, Pierce and Zhang. It can be used in conjunction with other programs for many different particle physics calculations: see a SUSY tools review. See a graph of MSSM RGE evolution at SPS1a (feel free to use it).SOFTSUSY has been used to generate points in the CMSSM that fit current indirect data: you can obtain such points with their properties at the KISMET page.
If you use SOFTSUSY to write a paper, please cite
B.C. Allanach, Comput. Phys. Commun. 143 (2002) 305-331, hep-ph/0104145,
which is the SOFTSUSY manual for the R-parity conserving MSSM. If you use the R-parity violating aspects, please citeB.C. Allanach and M.A. Bernhardt, arXiv:0903.1805.
Versions of manuals on the electronic arXiv will be updated with more recent editions.There are detailed comparisons between SOFTSUSY and other publicly available codes in
- Precise Determination of the Neutral Higgs Boson Masses in the MSSM, B.C. Allanach, A. Djouadi, J.L. Kneur, W. Porod, P. Slavich, JHEP 0409 (2004) 044, hep-ph/0406166,
- Theoretical uncertainties in sparticle mass predictions from computational tools, B.C. Allanach, S. Kraml, W. Porod, JHEP 03 (2003) 045, hep-ph/0302102
The following releases contain a test program (main.cpp) and the code
for the
SOFTSUSY library (libsoft.a, link with -L.libs -lsoft). There is also a
Makefile: in linux, just unpack the files with (eg for softsusy-3.0)
> gunzip softsusy-3.0.tar.gz
> tar -xvf softsusy-3.0.tar
> cd softsusy-3.0
then type
> ./configure
> make
There are three C++ test programs, which can be run by the commands
> ./softpoint.x
> ./softsusy.x
> ./rpvsoftsusy.x
18/06/09
SOFTSUSY Copyright (C) 2007 B.C. Allanach
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See http://www.gnu.org/licenses/.