/SimSUSY

Primary LanguagePythonApache License 2.0Apache-2.0

img_ci img_cov img_type This package is licensed under the Apache-2.0 License. img_black

SimSUSY: simple SUSY spectrum calculators

A framework to call respective "calculators".

A simple example is:

simsusy run mssm.tree_calculator input.slha

where input.slha is a proper input file and calculator is specified by hand as the command-line argument.

Remarks / Policies

  • calculators are stored as simsusy/MODEL/NAME_calculator.py and called as MODEL.NAME_calculator.
  • SIMSUSY block in input files must be "eaten" by the calculator and absent in the output file.
  • SIMSUSY 0–99 are reserved for SimSUSY program.
  • SIMSUSY 100–999 are for each calculator. However, these values should not alter physical output (e.g., "loop order" cannot be specified there!). Instead, prepare another calculator to have different physical output.

License

This code set ("software") is licensed to you under the Apache License, version 2.0. See LICENSE file and NOTICE file for further information.