SARAH function to obtain Clebsch-Gordan coefficients

Questions concerning the different calculations performed by SARAH and the output of the information into other formats
Post Reply
AlexanderVoigt
Posts: 23
Joined: 13. Apr 2016, 14:59

SARAH function to obtain Clebsch-Gordan coefficients

Post by AlexanderVoigt » 17. Nov 2017, 10:04

Dear Florian,

in a model I'm using there exists a vertex which contains the symbol (the Clebsch-Gordan coefficient)

Code: Select all

CG[SU[3], {{0, 1}, {1, 0}, {0, 1}, {1, 0}}][ct2, ct1, ct3, ct4]
Is there a SARAH function to obtain the numerical value of this Clebsch-Gordan coefficent, given specific values for the indices c1, c2, c3 and c4?

Many thanks and best regards,
Alex

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

Re: SARAH function to obtain Clebsch-Gordan coefficients

Post by FStaub » 17. Nov 2017, 11:20

Hi,

this particular CG is just a product of two Kroneckers. No idea, why it is written in this form. In general, you can see that CG is associated with a invariant matrix (which usually comes from Susyno up to some special, hardcoded cases):

Code: Select all

?CG
?InvMat
Thus, as soon as you plug in integers as argument, you get back the numerical value.

Cheers,
Florian

AlexanderVoigt
Posts: 23
Joined: 13. Apr 2016, 14:59

Re: SARAH function to obtain Clebsch-Gordan coefficients

Post by AlexanderVoigt » 20. Nov 2017, 12:33

Dear Florian,

many thanks for your fast answer. As you say, CG is already defined for a couple of groups and a couple of given indices. However, this particular Clebsch-Gordan coefficent

Code: Select all

CG[SU[3], {{0, 1}, {1, 0}, {0, 1}, {1, 0}}][ct2, ct1, ct3, ct4]
is not defined in SARAH, even if one inserts numbers for ct1, ..., ct4. (It may be missing because the model is too exotic.)

If I remember correctly, Susyno is included in SARAH. Do you know by heart how to calculate SARAH's CG symbols from Susyno functions?

Best regards,
Alex

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

Re: SARAH function to obtain Clebsch-Gordan coefficients

Post by FStaub » 25. Nov 2017, 14:22

Hi,

you have just a quartic interaction of four colour triplets, or? Doesn't sound too exotic to me. ;)

SARAH takes the Invariants command of Susyno. However, there should also be a check for a ter abcd if (ab)(cd) are already gauge invariant. In that case it should factor the CGs.

I would need to dig into the code at some point what goes wrong, but right now I'm on parental leave and busy with other things. So, this might need some time. An simple try to circumvent the problem is attached: hardcoding the CGs for this case.

Cheers,
Florian
Attachments
variables.m
(6.21 KiB) Downloaded 1260 times
grouptheory.m
(17.85 KiB) Downloaded 1223 times

AlexanderVoigt
Posts: 23
Joined: 13. Apr 2016, 14:59

Re: SARAH function to obtain Clebsch-Gordan coefficients

Post by AlexanderVoigt » 8. Dec 2017, 11:03

Hi Florian,

many thanks for having a look at this! Please take your time! For now FlexibleSUSY has implemented the explicit form of these CGs, as you suggested.

Best regards,
Alex

Post Reply