Yukawa Coupling Problem
-
waqasahmed
- Posts: 31
- Joined: 22. Nov 2016, 09:42
Yukawa Coupling Problem
Dear Florian,
For now I am working on a special model where only Hu generates fermion mass through its vev.
Therefore Yd and Ye are redundant and are removed at the model set-up. In order to generate the
down-type quark and lepton masses we have to add a non-holomorphic soft terms into Lagrangian;
L= Wd conj[SHu].conj[FdR].Fq+We conj[SHu].conj[FeR].Fl
As a result all the fermion masses are proportional to vu rather than vd. The tanbeta is just a parameter
without any physical meaning. The attachment is the model file. We use it to generate SPheno file. However
there is an error for identifying fermion masses:
Model_Data_WNHSSM.f90:1206.2:
YdMZ = (vSM*YdSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1207.2:
YeMZ = (vSM*YeSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1215.2:
Yd = (vSM*YdSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1216.2:
Ye = (vSM*YeSM)/vd
1
It seems we still need Yd and Ye to generate fermion masses. Do you know how to solve this problem?
Best regards
waqas
For now I am working on a special model where only Hu generates fermion mass through its vev.
Therefore Yd and Ye are redundant and are removed at the model set-up. In order to generate the
down-type quark and lepton masses we have to add a non-holomorphic soft terms into Lagrangian;
L= Wd conj[SHu].conj[FdR].Fq+We conj[SHu].conj[FeR].Fl
As a result all the fermion masses are proportional to vu rather than vd. The tanbeta is just a parameter
without any physical meaning. The attachment is the model file. We use it to generate SPheno file. However
there is an error for identifying fermion masses:
Model_Data_WNHSSM.f90:1206.2:
YdMZ = (vSM*YdSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1207.2:
YeMZ = (vSM*YeSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1215.2:
Yd = (vSM*YdSM)/vd
1
Error: Incompatible ranks 0 and 2 in assignment at (1)
Model_Data_WNHSSM.f90:1216.2:
Ye = (vSM*YeSM)/vd
1
It seems we still need Yd and Ye to generate fermion masses. Do you know how to solve this problem?
Best regards
waqas
- Attachments
-
- WNHSSM.m
- (3.09 KiB) Downloaded 157 times
Re: Yukawa Coupling Problem
I guess you have not adjusted the matching conditions? See http://stauby.de/sarah_wiki/index.php?t ... _in_SPheno
-
waqasahmed
- Posts: 31
- Joined: 22. Nov 2016, 09:42
Re: Yukawa Coupling Problem
Dear Florian,
Thanks for your reply. I and my collaborator Bin try to solve this problem, according to your suggestions but not succeed. Here I attached my whole model files. Please look the model files and if you have some other suggestion let us know.
Thanking you,
Best regards,
Waqas
Thanks for your reply. I and my collaborator Bin try to solve this problem, according to your suggestions but not succeed. Here I attached my whole model files. Please look the model files and if you have some other suggestion let us know.
Thanking you,
Best regards,
Waqas
- Attachments
-
- WNHSSM.tar.gz
- (3.57 KiB) Downloaded 173 times
Re: Yukawa Coupling Problem
Hi,
I'm sorry but what you are doing there is very dangerous: you add hard SUSY breaking terms to your Lagrangian. I can't recommend to handle this model as SUSY model with SARAH (from a practical as well as conceptional point of view) because the RGEs for dimensionless parameters (i.e. gauge and Yukawa couplings) will for sure not be correct. If you really want to study such a model you need to implement it as non-SUSY models with all potential terms of the component fields written down explicitly.
Best,
Florian
I'm sorry but what you are doing there is very dangerous: you add hard SUSY breaking terms to your Lagrangian. I can't recommend to handle this model as SUSY model with SARAH (from a practical as well as conceptional point of view) because the RGEs for dimensionless parameters (i.e. gauge and Yukawa couplings) will for sure not be correct. If you really want to study such a model you need to implement it as non-SUSY models with all potential terms of the component fields written down explicitly.
Best,
Florian
-
waqasahmed
- Posts: 31
- Joined: 22. Nov 2016, 09:42
Re: Yukawa Coupling Problem
Dear Florian,
Thanks for your guide line. I discuss with my collaborators and they ask to me to write a spheno at low scale for NHSSM model. I write a spheno.m but I have a error when i run the code. Could you please tell me how to solve this problem. I also attached my model files with this email.
gamh =gThh(hLoc)
1
Error: Function 'gthh' at (1) has no IMPLICIT type
make[2]: *** [../lib/libSPhenoNHSSM.a(FlavorKit_Observables_NHSSM.o)] Error 1
make[2]: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8/NHSSM'
make[1]: *** [bin/SPhenoNHSSM] Error 2
make[1]: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8/NHSSM'
make: *** [bin/SPheno] Error 2
make: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8'
best regards,
Waqas
Thanks for your guide line. I discuss with my collaborators and they ask to me to write a spheno at low scale for NHSSM model. I write a spheno.m but I have a error when i run the code. Could you please tell me how to solve this problem. I also attached my model files with this email.
gamh =gThh(hLoc)
1
Error: Function 'gthh' at (1) has no IMPLICIT type
make[2]: *** [../lib/libSPhenoNHSSM.a(FlavorKit_Observables_NHSSM.o)] Error 1
make[2]: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8/NHSSM'
make[1]: *** [bin/SPhenoNHSSM] Error 2
make[1]: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8/NHSSM'
make: *** [bin/SPheno] Error 2
make: Leaving directory `/home/waqas/toolbox-2.0.3/SPheno-3.3.8'
best regards,
Waqas
- Attachments
-
- NHSSM.tar.gz
- (4.07 KiB) Downloaded 227 times
Re: Yukawa Coupling Problem
Hi,
for a low-scale version you need to define which decays should be calculated (i.e. "=Automatic" is not working). See for instance some non-susy model how this should look like.
Cheers,
Florian
for a low-scale version you need to define which decays should be calculated (i.e. "=Automatic" is not working). See for instance some non-susy model how this should look like.
Cheers,
Florian
-
waqasahmed
- Posts: 31
- Joined: 22. Nov 2016, 09:42
Re: Yukawa Coupling Problem
Hi Floraian,
'
Hope you are fine and doing well. As you know from my previous email I am working on NHSSM and I want to write Spheno.m file for lowscale. I had try your recommendation but still I have some errors. I attached the Spheno file here. If you find some time and look it where I can do some mistakes. I am very thankful to you.
best regards,
Waqas
'
Hope you are fine and doing well. As you know from my previous email I am working on NHSSM and I want to write Spheno.m file for lowscale. I had try your recommendation but still I have some errors. I attached the Spheno file here. If you find some time and look it where I can do some mistakes. I am very thankful to you.
best regards,
Waqas
- Attachments
-
- Spheno.m
- (1.11 KiB) Downloaded 162 times
Re: Yukawa Coupling Problem
Hi,
at first glance, there are (at least) two severeproblems: you haven't defined matching conditions (this is necessary since SARAH 4.10., see
http://stauby.de/sarah_wiki/index.php?t ... _in_SPheno), and you put parameters in MINPAR which are not scalar but matrices (use LHInput as for T').
Cheers,
Florian
at first glance, there are (at least) two severeproblems: you haven't defined matching conditions (this is necessary since SARAH 4.10., see
http://stauby.de/sarah_wiki/index.php?t ... _in_SPheno), and you put parameters in MINPAR which are not scalar but matrices (use LHInput as for T').
Cheers,
Florian
-
waqasahmed
- Posts: 31
- Joined: 22. Nov 2016, 09:42
Re: Yukawa Coupling Problem
Dear Florian,
I try your suggestion for both MSSM and NHSSM model at low scale. But now I have the following errors in both models. Here I paste the error for MSSM. I attached both models Spheno.m files. Could you please look my Spheno.m file and tell me how i solve this problem.
Best regards,
Waqas
InputOutput_MSSM.f90:764:15:
hstep_pn = wert
1
Error: Name ‘hstep_pn’ at (1) is an ambiguous reference to ‘hstep_pn’ from module ‘model_data_mssm’
InputOutput_MSSM.f90:766:15:
hstep_sa = wert
1
Error: Name ‘hstep_sa’ at (1) is an ambiguous reference to ‘hstep_sa’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
28:
Write(io_L,102) 400,hstep_pn,"# Step-size for purely-numerical methode for 2-loop calculation"
1
Error: Name ‘hstep_pn’ at (1) is an ambiguous reference to ‘hstep_pn’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
28:
Write(io_L,102) 401,hstep_sa,"# Step-size for semi-analytical methode for 2-loop calculation"
1
Error: Name ‘hstep_sa’ at (1) is an ambiguous reference to ‘hstep_sa’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
35:
Write(io_L,102) 1,1._dp/alpha_MSbar(mZ,mW),"# alpha_em^-1(MZ)^MSbar"
1
Error: Function ‘alpha_msbar’ at (1) has no IMPLICIT type
InputOutput_MSSM.f90:317:11:
Alpha_mZ = Alpha_MSbar(mZ, mW)
1
Error: Function ‘alpha_msbar’ at (1) has no IMPLICIT type
Makefile:83: recipe for target '../lib/libSPhenoMSSM.a(InputOutput_MSSM.o)' failed
make[2]: *** [../lib/libSPhenoMSSM.a(InputOutput_MSSM.o)] Error 1
make[2]: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8/MSSM'
Makefile:48: recipe for target 'bin/SPhenoMSSM' failed
make[1]: *** [bin/SPhenoMSSM] Error 2
make[1]: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8/MSSM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
make: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8
I try your suggestion for both MSSM and NHSSM model at low scale. But now I have the following errors in both models. Here I paste the error for MSSM. I attached both models Spheno.m files. Could you please look my Spheno.m file and tell me how i solve this problem.
Best regards,
Waqas
InputOutput_MSSM.f90:764:15:
hstep_pn = wert
1
Error: Name ‘hstep_pn’ at (1) is an ambiguous reference to ‘hstep_pn’ from module ‘model_data_mssm’
InputOutput_MSSM.f90:766:15:
hstep_sa = wert
1
Error: Name ‘hstep_sa’ at (1) is an ambiguous reference to ‘hstep_sa’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
Write(io_L,102) 400,hstep_pn,"# Step-size for purely-numerical methode for 2-loop calculation"
1
Error: Name ‘hstep_pn’ at (1) is an ambiguous reference to ‘hstep_pn’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
Write(io_L,102) 401,hstep_sa,"# Step-size for semi-analytical methode for 2-loop calculation"
1
Error: Name ‘hstep_sa’ at (1) is an ambiguous reference to ‘hstep_sa’ from module ‘model_data_mssm’
InputOutput_MSSM.f90
Write(io_L,102) 1,1._dp/alpha_MSbar(mZ,mW),"# alpha_em^-1(MZ)^MSbar"
1
Error: Function ‘alpha_msbar’ at (1) has no IMPLICIT type
InputOutput_MSSM.f90:317:11:
Alpha_mZ = Alpha_MSbar(mZ, mW)
1
Error: Function ‘alpha_msbar’ at (1) has no IMPLICIT type
Makefile:83: recipe for target '../lib/libSPhenoMSSM.a(InputOutput_MSSM.o)' failed
make[2]: *** [../lib/libSPhenoMSSM.a(InputOutput_MSSM.o)] Error 1
make[2]: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8/MSSM'
Makefile:48: recipe for target 'bin/SPhenoMSSM' failed
make[1]: *** [bin/SPhenoMSSM] Error 2
make[1]: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8/MSSM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
make: Leaving directory '/home/waqas/toolbox-2.0.3/SPheno-3.3.8
- Attachments
-
- MSSMSPheno.m
- (962 Bytes) Downloaded 161 times
-
- NHSSMSPheno.m
- (1.1 KiB) Downloaded 152 times
Re: Yukawa Coupling Problem
Hi,
I can't reproduce the problem. I guess it's more a compiler issue and there is some conflict with different versions you tried to compile. You can try to run
and compile everything from scratch.
Cheers.
Florian
I can't reproduce the problem. I guess it's more a compiler issue and there is some conflict with different versions you tried to compile. You can try to run
Code: Select all
make cleanall
Cheers.
Florian