Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
-
WojciechKotlarski
- Posts: 16
- Joined: 15. Mar 2017, 11:47
Post
by WojciechKotlarski » 22. Sep 2017, 22:10
Hi Florian,
The generation indices inside of the ScatteringEigenvalues subroutine are undefined. Maybe some for loops are missing? Here's an example error message
Code: Select all
SPhenoMRSSM.f90:4662:45:
scatter_matrix(155,685) = (-(g1**2*Delta(gen1,gen2)*Delta(gen3,gen4)) - g2**2*Delta(gen1,gen2)*Delta(gen3,gen4))/4._dp
1
Error: Symbol ‘gen1’ at (1) has no IMPLICIT type
cheers,
Wojciech
-
FStaub
- Site Admin
- Posts: 822
- Joined: 13. Apr 2016, 14:05
Post
by FStaub » 23. Sep 2017, 09:46
Hi,
These checks for tree-level unitarity were so far only implemented for scalars which are colorless and appear in one generation. They shouldn't be generated for SUSY models at all because the squarks won't be handled correctly. So, I worry that I won't be able to fix that problem (at least in the very near future), but will just make sure that the output is suppressed.
Cheers
Florian