Parameters with more than two indices

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
Socob
Posts: 30
Joined: 7. Dec 2017, 16:18

Parameters with more than two indices

Post by Socob » 16. Apr 2018, 16:12

I’ve been trying to implement a model with multiple generations of a real scalar “phi”, which leads to a parameter with four indices if the quartic self-interaction

Code: Select all

LagNoHC = … - λ4 phi.phi.phi.phi;
is included. The corresponding SPheno source code created by MakeSPheno[] yields compiler errors with such a parameter, though.

I’ve found the old forum topic “3-index parameter” and wanted to ask if there are still problems with parameters with more than two indices.

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: Parameters with more than two indices

Post by FStaub » 17. Apr 2018, 09:48

Hi,

It's likely that this is not supported. I haven't ever worked with a model having that feature or have one at hand to test it.
The simple solution is to define independent fields. The only drawback is that the Lagrangian will be a bit lengthy.

Cheers
Florian

Post Reply