Page 1 of 1

missing index definition in ScatteringEigenvalues subroutine

Posted: 22. Sep 2017, 22:10
by WojciechKotlarski
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

Re: missing index definition in ScatteringEigenvalues subroutine

Posted: 23. Sep 2017, 09:46
by FStaub
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