Search found 16 matches

by WojciechKotlarski
22. Dec 2020, 13:19
Forum: Bug reports
Topic: Loading sub-models doesn't work properly
Replies: 1
Views: 27334

Re: Loading sub-models doesn't work properly

Dear SARAH developers,

Short comment to Alex's report.The reason why

Code: Select all

Start["MSSM","CKM"]
doesn't crash is because the wrong model gets loaded (MSSM instead or MSSMCPV)

Code: Select all

Model    : MSSM
Author(s): F.Staub
Date     : 2012-09-01
Regards,
Wojciech
by WojciechKotlarski
13. May 2018, 18:48
Forum: SPheno, FlavorKit
Topic: CKM matrix and the order of fields in Yukawa interactions
Replies: 1
Views: 1760

CKM matrix and the order of fields in Yukawa interactions

Hi Florian, I'm continuing to experiment with SPheno versions with CKM matrix. What I observe is that whether or not of diagonal (tree-level) decays work is connected with the order of fields in the Yukawa interactions. Take for example the build in SM. The Yukawa terms there are LagHC = -(Yd conj[H...
by WojciechKotlarski
11. May 2018, 13:38
Forum: SPheno, FlavorKit
Topic: mu to e conversion calculation in FlavorKit
Replies: 3
Views: 2558

Re: mu to e conversion calculation in FlavorKit

Hi,

There doesn't seem to be any difference between v4.12.3 and 4.13.0 in that respect. Both files say

Code: Select all

(* Created at 10:12 on 5.10.2016 *) 
cheers,
Wojciech
by WojciechKotlarski
11. May 2018, 07:20
Forum: SPheno, FlavorKit
Topic: mu to e conversion calculation in FlavorKit
Replies: 3
Views: 2558

mu to e conversion calculation in FlavorKit

Hi Florian, We're currently trying to reproduce a result from literature for the mu to e conversion using FlavorKit. Unfortunately, without success. Therefore we started looking inside the code to pin point the difference. Would be great if you could clarify some points about the internals of Flavor...
by WojciechKotlarski
11. May 2018, 06:50
Forum: Output of SARAH
Topic: CKM induced loop decays
Replies: 2
Views: 19570

Re: CKM induced loop decays

Hi,

As always, thanks a lot for help. That solved my problem.

cheers,
Wojciech
by WojciechKotlarski
5. May 2018, 12:22
Forum: Output of SARAH
Topic: CKM induced loop decays
Replies: 2
Views: 19570

CKM induced loop decays

Hi Florian,

Is it possible to get from SPheno loop-induces decays that go through a CKM matrix? Somethink like t -> c h? If so, can you point me to an example as it seems that none of CKM subfolders in Models directory contain a SPheno steering file.

Regards,
Wojciech
by WojciechKotlarski
30. Jan 2018, 01:45
Forum: SPheno, FlavorKit
Topic: mu -> e gamma operator in FlavorKit
Replies: 3
Views: 2517

Re: mu -> e gamma operator in FlavorKit

Hi Florian, Sorry about that (and also about a very late reply). I got confused because I didn't notice that you've used the Gordon identity to express operator with \sigma by the one with a scalar product. Now, if I look how OA2lSL and OA2lSR are calculated you set all the diagrams which are tagged...
by WojciechKotlarski
27. Oct 2017, 02:01
Forum: SPheno, FlavorKit
Topic: mu -> e gamma operator in FlavorKit
Replies: 3
Views: 2517

mu -> e gamma operator in FlavorKit

Hi Florian, We're looking now into the mu -> e gamma process, which goes through operators you call OA2lSL and OA2lSR. As an example, the left one is defined in FlavourKit as {OA2lSL,Op[6] Pair[ec[3],k[1]]} If I compare it with footnote 9 in your paper 1405.1434 I would expect sth like {OA2lSL,Op[-6...
by WojciechKotlarski
2. Oct 2017, 21:26
Forum: SPheno, FlavorKit
Topic: scale setting in calculation of low energy observables
Replies: 1
Views: 1931

scale setting in calculation of low energy observables

Hi Florian, I have a question about how the parameters are run to the scale at which the low energy observables are computed. In CalculateLowEnergyConstraints subroutine you first run to the top scale and calculate quark-related observables. Then you run to the mZ to do the same for the lepton ones....
by WojciechKotlarski
22. Sep 2017, 22:10
Forum: SPheno, FlavorKit
Topic: missing index definition in ScatteringEigenvalues subroutine
Replies: 1
Views: 1952

missing index definition in ScatteringEigenvalues subroutine

Hi Florian, The generation indices inside of the ScatteringEigenvalues subroutine are undefined. Maybe some for loops are missing? Here's an example error message SPhenoMRSSM.f90:4662:45: scatter_matrix(155,685) = (-(g1**2*Delta(gen1,gen2)*Delta(gen3,gen4)) - g2**2*Delta(gen1,gen2)*Delta(gen3,gen4))...