Page 1 of 1

Loading sub-models doesn't work properly

Posted: 18. Dec 2020, 10:58
by AlexanderVoigt
Dear SARAH developers,

after installing SARAH 4.14.4, Wojciech Kotlarski and I noticed a bug: The command

Code: Select all

Start["LRmodels", "LRLR"]
does no longer load the LRLR model in the LRmodels subdirectory. The command fails with the following error messages:

Code: Select all

In[3]:= Start["LRmodels", "LRLR"]                                               
Preparing arrays
 ... checking Directory: /home/avoigt/mathematica/SARAH-4.14.4/Models/

FileByteCount::fdnfnd: 
   Directory or file /home/avoigt/mathematica/SARAH-4.14.4/Models/LRmodels/LRmod
     els.m not found.
 ... checking Directory: /home/$user/Documents/SARAH-Models/

FileByteCount::fdnfnd: 
   Directory or file /home/$user/Documents/SARAH-Models/LRmodels/LRmodels.m
     not found.

ModelFile::MissingModel: Model File does not exist!


ModelFile::Aborted: Evaluation aborted
The bug can be reproduced with Wolfram Language 12.0.0 Engine for Linux x86 (64-bit).

Interestingly, loading the MSSM/CKM does work:

Code: Select all

Start["MSSM","CKM"]
Best regards,
Wojciech and Alex

Re: Loading sub-models doesn't work properly

Posted: 22. Dec 2020, 13:19
by WojciechKotlarski
Dear SARAH developers,

Short comment to Alex's report.The reason why

Code: Select all

Start["MSSM","CKM"]
doesn't crash is because the wrong model gets loaded (MSSM instead or MSSMCPV)

Code: Select all

Model    : MSSM
Author(s): F.Staub
Date     : 2012-09-01
Regards,
Wojciech