file models/symmetron.hpp
[No description available] More…
Detailed Description
Author: Anna Liang
Date: 2021 Aug
Symmetron modified gravity model
Authors (add name and date if you modify):
Source code
// GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// Symmetron modified gravity model
///
/// *********************************************
///
/// Authors (add name and date if you modify):
///
/// \author Anna Liang
/// \date 2021 Aug
///
/// *********************************************
// TODO: Temporarily disabled until project is ready
/*
#ifndef __symmetron_hpp__
#define __symmetron_hpp__
#define MODEL symmetron
START_MODEL
// Parameters are (log10(mass/M_pl), log10(mu), log10(vval/M_pl), unitless initial field value)
DEFINEPARS(mass, mu, vval, phi_init)
#undef MODEL
#endif // defined(__symmetron_hpp__)
*/
Updated on 2024-07-18 at 13:53:33 +0000