after installing SARAH 4.14.4, Wojciech Kotlarski and I noticed a bug: The command
Code: Select all
Start["LRmodels", "LRLR"]
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
Interestingly, loading the MSSM/CKM does work:
Code: Select all
Start["MSSM","CKM"]
Wojciech and Alex