file frontends/DarkSUSY_generic_wimp_6_1_1.hpp
[No description available] More…
Defines
Name | |
---|---|
BACKENDNAME | |
BACKENDLANG | |
VERSION | |
SAFE_VERSION | |
REFERENCE |
Detailed Description
Author:
- Torsten Bringmann (torsten.bringmann@fys.uio.no)
- Pat Scott (pat.scott@uq.edu.au)
Date:
- 2020 February, 2023
- 2020 September
Fronted header for the DarkSUSY backend
Compile-time registration of available functions and variables from this backend.
Authors (add name and date if you modify):
Macros Documentation
define BACKENDNAME
#define BACKENDNAME DarkSUSY_generic_wimp
define BACKENDLANG
#define BACKENDLANG FORTRAN
define VERSION
#define VERSION 6.1.1
define SAFE_VERSION
#define SAFE_VERSION 6_1_1
define REFERENCE
#define REFERENCE Gondolo:2004sc,Bringmann:2018lay
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// Fronted header for the DarkSUSY backend
///
/// Compile-time registration of available
/// functions and variables from this backend.
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Torsten Bringmann
/// (torsten.bringmann@fys.uio.no)
/// \date 2020 February, 2023
///
/// \author Pat Scott
/// (pat.scott@uq.edu.au)
/// \date 2020 September
///
/// *********************************************
#define BACKENDNAME DarkSUSY_generic_wimp
#define BACKENDLANG FORTRAN
#define VERSION 6.1.1
#define SAFE_VERSION 6_1_1
#define REFERENCE Gondolo:2004sc,Bringmann:2018lay
// Load the library
LOAD_LIBRARY
// Include common DarkSUSY frontend declarations shared across all model-specific versions of the backend
#include "gambit/Backends/frontends/shared_includes/DarkSUSY_6.hpp"
// Common blocks in the DarkSUSY core library that are not identical for all DS6 versions
BE_VARIABLE(rdpars, DS_RDPARS_OLD, "rdpars_", "rdpars") // gRD Parameters
// Undefine macros to avoid conflict with other backends
#include "gambit/Backends/backend_undefs.hpp"
Updated on 2024-07-18 at 13:53:35 +0000