How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
User001
Posts: 14
Joined: 18. Nov 2018, 12:28

How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by User001 » 18. Nov 2018, 12:54

Dear Florian,

I am trying to import a FlavorKit vertex to SARAH as follows, e.g. H2l.m, but final SARAH pdf file does not include H2l vertex.

Could you please help me on this? Thank you very much.

<< /Users/peiwen.wu123/Downloads/SARAH-4.13.0/SARAH.m
<< /Users/peiwen.wu123/Downloads/SARAH-4.13.0/FlavorKit/LFV/Operators/H2l.m
Start["SM"]
ModelOutput[EWSB];
MakeTeX[];

Best regards
Peiwen

——————————————————
Peiwen Wu (吴 培文)
Research Fellow
Korea Institute for Advanced Study (KIAS)
Email (KIAS): pwwu@kias.re.kr
Email (Personal): peiwen.wu123@gmail.com
——————————————————

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

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by FStaub » 22. Nov 2018, 12:01

Hi,

sorry, but I'm not sure what you want to do. H2l.m corresponds the generic amplitudes which are needed to generate Fortran code in order to calculate the vertex in a given model with SPheno. SARAH only generated the (renormalisble) tree-level Lagrangian from which all information is extracted which are needed for other tools (e.g. SPheno, FeynArts) to perform loop calculations.

Cheers,
Florian

User001
Posts: 14
Joined: 18. Nov 2018, 12:28

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by User001 » 29. Nov 2018, 21:20

Dear Florian,

I was trying to obtain Wilson coefficients at 1-loop level. Now I have learnt that MakeSPheno[] can generate what I need as follows.

<< /Users/peiwen.wu123/Downloads/SARAH-4.13.0/SARAH.m
Start["SM"]
MakeSPheno[];

Then I can find TeX files in:
/Users/peiwen.wu123/Downloads/SARAH-4.13.0/Output/SM/EWSB/TeX/FlavorKit/

However, the PDF generated seems to miss some information, e.g. expression of all couplings \Gamma^{}_{}

I attached several pages of the SM output of Observable_Gamma2Q.pdf, since PDF file cannot be attached.

Could you please have a look and see what the problem might be?

Many thanks.

Best Regards
Peiwen

——————————————————
Peiwen Wu (吴 培文)
Research Fellow
Korea Institute for Advanced Study (KIAS)
Email (KIAS): pwwu@kias.re.kr
Email (Personal): peiwen.wu123@gmail.com
——————————————————
FStaub wrote:Hi,

sorry, but I'm not sure what you want to do. H2l.m corresponds the generic amplitudes which are needed to generate Fortran code in order to calculate the vertex in a given model with SPheno. SARAH only generated the (renormalisble) tree-level Lagrangian from which all information is extracted which are needed for other tools (e.g. SPheno, FeynArts) to perform loop calculations.

Cheers,
Florian
Attachments
Output-TeX-FlavorKit-3.png
Output-TeX-FlavorKit-3.png (502.68 KiB) Viewed 4475 times
Output-TeX-FlavorKit-2.png
Output-TeX-FlavorKit-2.png (452.58 KiB) Viewed 4475 times
Output-TeX-FlavorKit-1.png
Output-TeX-FlavorKit-1.png (573.67 KiB) Viewed 4475 times

Avelino
Posts: 46
Joined: 13. Apr 2016, 14:57
Contact:

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by Avelino » 30. Nov 2018, 11:22

The expressions for the couplings are given independently in a different pdf file. You can generate this file by evaluating the commands

ModelOutput[EWSB]

and

MakeTeX[]

after loading your model in SARAH. I believe this is actually explained in SARAH's documentation. You can also have a look at

https://arxiv.org/abs/1503.04200
https://arxiv.org/abs/1507.06349

for two pedagogical introductions to the use of SARAH.

User001
Posts: 14
Joined: 18. Nov 2018, 12:28

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by User001 » 2. Dec 2018, 10:53

Avelino wrote:The expressions for the couplings are given independently in a different pdf file. You can generate this file by evaluating the commands

ModelOutput[EWSB]

and

MakeTeX[]

after loading your model in SARAH. I believe this is actually explained in SARAH's documentation. You can also have a look at

https://arxiv.org/abs/1503.04200
https://arxiv.org/abs/1507.06349

for two pedagogical introductions to the use of SARAH.
Dear Avelino,

Thank you for the information, but ModelOutput[EWSB] does not include neither coupling names shown in FlavorKit output nor 1-loop vertex Feynman rules.

Best regards
Peiwen

Avelino
Posts: 46
Joined: 13. Apr 2016, 14:57
Contact:

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by Avelino » 2. Dec 2018, 19:51

While it is true that it does not show the coupling name, I think you can easily guess it by looking at the Feynman diagrams. Basically, $\Gamma_{abc}$ is the coupling corresponding to the A-B-C vertex.

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

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by FStaub » 3. Dec 2018, 10:00

Hi,

Code: Select all

ModelOutput[EWSB]
MakeTeX[FeynmanDiagrams -> False, ShortForm -> True]
should to the trick.

User001
Posts: 14
Joined: 18. Nov 2018, 12:28

Re: How to load FlavorKit vertex *.m to SARAH, e.g. H2l.m

Post by User001 » 3. Dec 2018, 14:22

Dear Florian,

It works well as you suggested. It helped me a lot.

BTW, could you have a look at another one of my questions posted a few days ago? I am eager to get PreSARAH work normally. Thank you very much.

Topic:
PreSARAH-1.0.3, “Generic” appears in output, no mass/coupling substitution
FStaub wrote:Hi,

Code: Select all

ModelOutput[EWSB]
MakeTeX[FeynmanDiagrams -> False, ShortForm -> True]
should to the trick.

Post Reply