kratsg/suspect

By kratsg

Updated almost 4 years ago

SuSpect: A program for the calculation of the supersymmetric particle spectrum

Image
0

27

SuSpect

Docker images built from software located at http://suspect.in2p3.fr/.

Dockerfile

Dockerfile is located in github: https://github.com/kratsg/dockerimages/tree/master/suspect .

Using

The source code is located at /opt/suspect3. Therefore, examples like /opt/suspect3/examples/mAMSB.in will exist. Out of the box, it will run with the CompressedSuSy.in file:

docker run --rm kratsg/suspect:3.0.1

You can mount in other files and run them with something like

docker run --rm -v $PWD:/home/data kratsg/suspect:3.0.1 -d input.slha

where input.slha is in your current directory. You can also run one of the provided examples

docker run --rm kratsg/suspect:3.0.1 -d /opt/suspect3/examples/mAMSB.in

Docker Pull Command

docker pull kratsg/suspect