What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

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

What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

Post by User001 » 12. Dec 2018, 09:23

Dear Florian,

What is the definition of MonopoleXYZ(mloop1^2,mloop2^2,mloop3^2), with XYZ={S,F,V}?
(Picture attached)

They appear in FlavorKit WC of 1-loop penguin FFV with massLESS V.

Massless gauge bosons are treated differently using a special loop functions, as explained in FlavorKit manual 1405.1434, such as C2C12C22() in what I got.

I noticed that PreSARAH_package.m contains MonopoleXYZ(), but without the expressions.

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
——————————————————
Attachments
MonopoleXYZ.png
MonopoleXYZ.png (185.51 KiB) Viewed 3071 times

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

Re: What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

Post by FStaub » 12. Dec 2018, 16:23

Hi,

these are special loop functions for the monopole contributions. I must admit that I'm not sure, if they are written up somewhere in TeX, but you can take a look at

Code: Select all

Package/SPheno/IncludeSPheno/IncludeLowEnergy.f90
to see the Fortran expressions.

Cheers,
Florian

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

Re: What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

Post by User001 » 12. Dec 2018, 17:05

Dear Florian,

There is no search result of "mono" in IncludeLowEnergy.f90, but only special C functions.

In fact, in the whole folder/sub-folder of SARAH-4.13.0, I didn't find any definition of "mono" through:

grep -ir "mono" *

Could you please have a look at it? Thank you.

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,

these are special loop functions for the monopole contributions. I must admit that I'm not sure, if they are written up somewhere in TeX, but you can take a look at

Code: Select all

Package/SPheno/IncludeSPheno/IncludeLowEnergy.f90
to see the Fortran expressions.

Cheers,
Florian

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

Re: What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

Post by FStaub » 13. Dec 2018, 10:24

Sorry, yes. That was moved some time ago into SPheno. Check out

Code: Select all

SPheon-4.0.X/src/LoopFunctions.f90

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

Re: What is MonopoleSFF(m1,m2,m3) in Wilson coefficients

Post by User001 » 13. Dec 2018, 10:34

Dear Florian,

Many thanks. I've found it.

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:Sorry, yes. That was moved some time ago into SPheno. Check out

Code: Select all

SPheon-4.0.X/src/LoopFunctions.f90

Post Reply