Supplementary Data: Global fits of GUT-scale SUSY models with GAMBIT (arXiv:1705.07935)
收藏Mendeley Data2024-06-25 更新2024-06-28 收录
下载链接:
https://zenodo.org/record/843496
下载链接
链接失效反馈官方服务:
资源简介:
Supplementary Data Global fits of GUT-scale SUSY models with GAMBIT arXiv:1705.07935 The files in this record contain data for the CMSSM, NUHM1 and NUHM2 models considered in the GAMBIT "Round 1" GUT-scale SUSY paper. For each model, there are A number of YAML files, each corresponding to a different set of sampling parameters and/or priors A set of YAML files used for postprocessing: CMSSM_intermediate.yaml, CMSSM.yaml, NUHM1.yaml and NUHM2.yaml A final hdf5 file, containing the combined results of all sampling runs An example pip file, for producing plots from the hdf5 file using pippi SLHA1 and SLHA2 files for the best-fit point in each subregion of the fit. These can be found inside the tarball best_fits_SLHA.tar.gz. The record also contains StandardModel_SLHA2_scan.yaml and StandardModel_SLHA2_postprocessing.yaml, two universal YAML fragments included from other yaml files gambit_preamble.py, a collection of python functions used for in-line data processing in the pip files The different YAML files corresponding to different samplers and/or priors follow the naming scheme [model]_[scanner]_[prior]_[slice]_[special].yaml, where model = CMSSM, NUHM1, NUHM2 scanner = Diver, MN prior = log, flat slice = pmu, nmu (positive or negative mu) special = sqcoann, slcoann, [blank] (squark co-annihilation, slepton co-annihilation, or bulk) A few caveats to keep in mind: For each model, the final hdf5 results file included here was generated in the following way: carry out initial runs using YAML files following the naming scheme above combine the resulting hdf5 output files into a single file, using gambit/Printers/scripts/combine_hdf5.py postprocess the samples to remove all points more than 5 sigma from the current best fit, using [model]_strip.yaml postprocess the samples to include a new likelihood term for LHC Run II searches, and to recompute the FlavBit likelihoods (these were buggy in a pre-release version of GAMBIT). For the CMSSM, this happened in two steps, due to persistent flavour bugs, using CMSSM_intermediate.yaml and CMSSM.yaml. For the NUHM1 and NUHM2, this was done in a single step each, using NUHM1.yaml and NUHM2.yaml. It is not necessary to repeat the steps listed in point 1 when running new scans; the LHC Run II likelihoods can be included in the original YAML file, so that no postprocessing step is required. The YAML files that we give here are updated compared to the ones that we used when generating the hdf5 file, in order to match the set of available options in the release version of GAMBIT 1.0.0. The included physics and numerics are however identical. The YAML files are designed to work with the tagged release of GAMBIT 1.0.0, and the pip files are tested with pippi 2.0, commit 2ab061a8. They may or may not work with later versions of either software (but you can of course always obtain the version that they do work with via the git history). The pip file for each model is an example only. Users wishing to reproduce the more advanced plots in any of the GAMBIT papers should contact us for tips or scripts, or experiment for themselves. Many of these scripts are in multiple parts and require undocumented manual interventions and steps in order to implement various plot-specific customisations, so please don't expect the same level of polish as for files provided here or in the GAMBIT repo.
补充数据:使用GAMBIT对大统一理论 (GUT) 尺度超对称 (SUSY) 模型的全局拟合,arXiv:1705.07935。
本数据集收录GAMBIT「第一轮」大统一理论尺度超对称论文中涉及的CMSSM、NUHM1与NUHM2模型的相关数据。针对每个模型,数据集包含以下内容:若干份YAML文件,每份对应一组不同的采样参数和/或先验;一套用于后处理的YAML文件,包括CMSSM_intermediate.yaml、CMSSM.yaml、NUHM1.yaml及NUHM2.yaml;一份最终HDF5文件,整合所有采样运行的结果;一份示例PIP文件,可借助pippi从该HDF5文件生成绘图结果。
本数据集还包含各拟合子区域最优拟合点对应的SLHA1与SLHA2文件,这些文件可在压缩包best_fits_SLHA.tar.gz中获取。此外,数据集收录StandardModel_SLHA2_scan.yaml与StandardModel_SLHA2_postprocessing.yaml两份通用YAML片段,二者均引自其他YAML文件;另有gambit_preamble.py,这是一组用于PIP文件内联数据处理的Python函数集合。
针对不同采样器和/或先验的YAML文件遵循如下命名规范:`[model]_[scanner]_[prior]_[slice]_[special].yaml`,其中各字段含义如下:
- model:可选值为CMSSM、NUHM1、NUHM2;
- scanner:可选值为Diver、MN;
- prior:可选值为log(对数先验)、flat(均匀先验);
- slice:可选值为pmu、nmu(分别对应μ为正、μ为负);
- special:可选值为sqcoann、slcoann或留空(分别对应夸克共湮灭、轻子共湮灭以及体区域(bulk))。
以下为若干注意事项:
本数据集各模型对应的最终HDF5结果文件生成流程如下:首先采用符合上述命名规则的YAML文件执行初始采样运行;随后使用`gambit/Printers/scripts/combine_hdf5.py`将生成的多份HDF5输出文件合并为单个文件;接着使用`[model]_strip.yaml`对采样结果进行后处理,剔除所有与当前最优拟合点偏差超过5σ的数据点;最后新增针对LHC Run II的似然项,并重新计算FlavBit似然(GAMBIT预发布版本中该似然存在缺陷)。
针对CMSSM模型,由于持续存在的风味物理相关缺陷,上述流程分为两个步骤完成,分别使用CMSSM_intermediate.yaml与CMSSM.yaml;针对NUHM1与NUHM2模型,仅分别使用NUHM1.yaml与NUHM2.yaml完成单步后处理即可。
若开展新的采样运行,无需重复上述流程的第一步:LHC Run II似然项可直接在原始YAML文件中配置,因此无需额外后处理步骤。本次提供的YAML文件相较于生成HDF5文件时使用的版本已完成更新,以匹配GAMBIT 1.0.0正式版中的可用选项集,但其中包含的物理模型与数值计算逻辑完全一致。
本数据集的YAML文件专为GAMBIT 1.0.0的标签发布版设计,配套的PIP文件已通过pippi 2.0(提交哈希2ab061a8)的测试。它们可能兼容也可能不兼容后续版本的软件(当然用户也可通过Git历史获取与之匹配的版本)。各模型对应的PIP文件仅为示例。若用户需要复现GAMBIT相关论文中更复杂的绘图结果,请联系我们获取技巧或脚本,或自行尝试。此类脚本大多分为多个部分,且需要未文档化的手动干预步骤以实现各类绘图专属定制,因此请勿期待其达到本数据集文件或GAMBIT代码仓库中文件的规范程度与易用性。
创建时间:
2023-06-28



