Dear Dr. Staub,
I have followed your last advice and the LoopDecay error has dissappeared when compiling the model, but then I get the following errors:
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTsfDMII.f90:1329.22:
Real(dp) :: tz,dt,q,q2,mudim,mudimNew, vev, sinW2, mh_SM
1
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTsfDMII.f90:1364.2:
dt=tz/100._dp
1
Error: Symbol 'dt' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1419.9:
g1 = g1SM
1
Error: Symbol 'g1sm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1420.9:
g2 = g2SM
1
Error: Symbol 'g2sm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1421.9:
g3 = g3SM
1
Error: Symbol 'g3sm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1574.48:
Call Get_mh_pole_SM(g_SM,mudim,delta0,Mhh2,mh_SM)
1
Error: Symbol 'mh_sm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1361.5:
mudim=GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1555.25:
Call SetRGEScale(mudimNew)
1
Error: Symbol 'mudimnew' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1363.2:
tz=0.5_dp*Log(mZ2/mudim)
1
Error: Symbol 'tz' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1415.8:
v = vSM
1
Error: Symbol 'vsm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1417.9:
Yd = YdSM
1
Error: Symbol 'ydsm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1416.9:
Ye = YeSM
1
Error: Symbol 'yesm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:1418.9:
Yu = YuSM
1
Error: Symbol 'yusm' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:573.10:
alphaEW_MS = (sinTW_MS*g2_MS)**2/(4._dp*Pi)
1
Error: Symbol 'alphaew_ms' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:574.9:
alphaS_MS = g3_MS**2/(4._dp*Pi)
1
Error: Symbol 'alphas_ms' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:568.5:
mudim = GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:870.14:
mW2_run=mw2_MS-dmW2+dmw2_SM
1
Error: Symbol 'mw2_ms' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:575.6:
mz2_MS = (g1_MS**2+g2_MS**2)/(4._dp)*(v_MS**2)
1
Error: Symbol 'mz2_ms' at (1) has no IMPLICIT type
Boundaries_DTsfDMII.f90:571.8:
sinTW_MS = g1_MS/sqrt(g1_MS**2+g2_MS**2)
1
Error: Symbol 'sintw_ms' at (1) has no IMPLICIT type
Makefile:85: recipe for target '../lib/libSPhenoDTsfDMII.a(Boundaries_DTsfDMII.o)' failed
make[2]: *** [../lib/libSPhenoDTsfDMII.a(Boundaries_DTsfDMII.o)] Error 1
make[2]: Leaving directory '/home/amalia/Documentos/T11G/modeloDiego/BSM-Toolbox/SPHENO/DTFDTSDM'
Makefile:48: recipe for target 'bin/SPhenoDTsfDMII' failed
make[1]: *** [bin/SPhenoDTsfDMII] Error 2
make[1]: Leaving directory '/home/amalia/Documentos/T11G/modeloDiego/BSM-Toolbox/SPHENO/DTFDTSDM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
Thank you for the input,
Amalia
Madgraph version
Re: Madgraph version
Ah sorry, yes. I have overseen that you used the old format to match to the SM:
Please, change that to
Cheers
Florian
Code: Select all
BoundaryLowScaleInput={
{v, vSM},
{Ye, YeSM},
{Yd, YdSM},
{Yu, YuSM},
{g1, g1SM},
{g2, g2SM},
{g3, g3SM},
{lambda1,lambda1Input},
{lambda2,lambda2Input},
...
Code: Select all
DEFINITION[MatchingConditions]=
{{v, vSM},
{Ye, YeSM},
{Yd, YdSM},
{Yu, YuSM},
{g1, g1SM},
{g2, g2SM},
{g3, g3SM}};
BoundaryLowScaleInput={
{lambda1,lambda1Input},
{lambda2,lambda2Input},
...
Florian
Re: Madgraph version
I have implented your suggestion (I am attaching the SPheno.m file), however, I am getting a similar error message when trying to compile the model in SPheno-4.0.3, this is the error:
make[2]: Entering directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
gfortran -c -g -ffree-line-length-none -J../include -I../include Boundaries_DTFDTSDM.f90
Boundaries_DTFDTSDM.f90:558.12:
Real(dp)::Q2,logQ, sinTW_MS, alphaEW_MS, alphaS_MS, mudim, mz2_MS, mw2_MS
1
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTFDTSDM.f90:1329.22:
Real(dp) :: tz,dt,q,q2,mudim,mudimNew, vev, sinW2, mh_SM
1
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTFDTSDM.f90:1364.2:
dt=tz/100._dp
1
Error: Symbol 'dt' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1567.48:
Call Get_mh_pole_SM(g_SM,mudim,delta0,Mhh2,mh_SM)
1
Error: Symbol 'mh_sm' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1361.5:
mudim=GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1548.25:
Call SetRGEScale(mudimNew)
1
Error: Symbol 'mudimnew' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1363.2:
tz=0.5_dp*Log(mZ2/mudim)
1
Error: Symbol 'tz' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:573.10:
alphaEW_MS = (sinTW_MS*g2_MS)**2/(4._dp*Pi)
1
Error: Symbol 'alphaew_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:574.9:
alphaS_MS = g3_MS**2/(4._dp*Pi)
1
Error: Symbol 'alphas_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:568.5:
mudim = GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:870.14:
mW2_run=mw2_MS-dmW2+dmw2_SM
1
Error: Symbol 'mw2_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:575.6:
mz2_MS = (g1_MS**2+g2_MS**2)/(4._dp)*(v_MS**2)
1
Error: Symbol 'mz2_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:571.8:
sinTW_MS = g1_MS/sqrt(g1_MS**2+g2_MS**2)
1
Error: Symbol 'sintw_ms' at (1) has no IMPLICIT type
Makefile:84: recipe for target '../lib/libSPhenoDTFDTSDM.a(Boundaries_DTFDTSDM.o)' failed
make[2]: *** [../lib/libSPhenoDTFDTSDM.a(Boundaries_DTFDTSDM.o)] Error 1
make[2]: Leaving directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
Makefile:48: recipe for target 'bin/SPhenoDTFDTSDM' failed
make[1]: *** [bin/SPhenoDTFDTSDM] Error 2
make[1]: Leaving directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
Again, thank you for all the help.
Amalia
make[2]: Entering directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
gfortran -c -g -ffree-line-length-none -J../include -I../include Boundaries_DTFDTSDM.f90
Boundaries_DTFDTSDM.f90:558.12:
Real(dp)::Q2,logQ, sinTW_MS, alphaEW_MS, alphaS_MS, mudim, mz2_MS, mw2_MS
1
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTFDTSDM.f90:1329.22:
Real(dp) :: tz,dt,q,q2,mudim,mudimNew, vev, sinW2, mh_SM
1
Error: Symbol 'q2' at (1) already has basic type of COMPLEX
Boundaries_DTFDTSDM.f90:1364.2:
dt=tz/100._dp
1
Error: Symbol 'dt' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1567.48:
Call Get_mh_pole_SM(g_SM,mudim,delta0,Mhh2,mh_SM)
1
Error: Symbol 'mh_sm' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1361.5:
mudim=GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1548.25:
Call SetRGEScale(mudimNew)
1
Error: Symbol 'mudimnew' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:1363.2:
tz=0.5_dp*Log(mZ2/mudim)
1
Error: Symbol 'tz' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:573.10:
alphaEW_MS = (sinTW_MS*g2_MS)**2/(4._dp*Pi)
1
Error: Symbol 'alphaew_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:574.9:
alphaS_MS = g3_MS**2/(4._dp*Pi)
1
Error: Symbol 'alphas_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:568.5:
mudim = GetRenormalizationScale()
1
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:870.14:
mW2_run=mw2_MS-dmW2+dmw2_SM
1
Error: Symbol 'mw2_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:575.6:
mz2_MS = (g1_MS**2+g2_MS**2)/(4._dp)*(v_MS**2)
1
Error: Symbol 'mz2_ms' at (1) has no IMPLICIT type
Boundaries_DTFDTSDM.f90:571.8:
sinTW_MS = g1_MS/sqrt(g1_MS**2+g2_MS**2)
1
Error: Symbol 'sintw_ms' at (1) has no IMPLICIT type
Makefile:84: recipe for target '../lib/libSPhenoDTFDTSDM.a(Boundaries_DTFDTSDM.o)' failed
make[2]: *** [../lib/libSPhenoDTFDTSDM.a(Boundaries_DTFDTSDM.o)] Error 1
make[2]: Leaving directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
Makefile:48: recipe for target 'bin/SPhenoDTFDTSDM' failed
make[1]: *** [bin/SPhenoDTFDTSDM] Error 2
make[1]: Leaving directory '/home/amalia/heptools/SPheno-4.0.3/DTFDTSDM'
Makefile:13: recipe for target 'bin/SPheno' failed
make: *** [bin/SPheno] Error 2
Again, thank you for all the help.
Amalia
- Attachments
-
- SPheno.m
- (1.32 KiB) Downloaded 380 times
Re: Madgraph version
That looks weird. It claims that the parameter 'q2' is already defined. Do you have a particle or parameter with that name? Otherwise, it might help to start compilation again from the very beginning to make sure that all old (buggy) information is deleted"
Cheers,
Florian
Code: Select all
make cleanall
make Model=...
Cheers,
Florian
Re: Madgraph version
I did have a q2 variable, so I changed the name and just in case I did the "make cleanall", but now I get a different error, this is the error:
rm -f Boundaries_DTFDTSDM.o
gfortran -c -g -ffree-line-length-none -J../include -I../include InputOutput_DTFDTSDM.f90
InputOutput_DTFDTSDM.f90:6226.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6227.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6228.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6229.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6230.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6231.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6232.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6233.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6234.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6235.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6236.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6237.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6238.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6239.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6240.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6241.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6242.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6243.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6244.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6245.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6246.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6247.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6248.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6249.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6250.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
Fatal Error: Error count reached limit of 25.
make[2]: *** [../lib/libSPhenoDTFDTSDM.a(InputOutput_DTFDTSDM.o)] Error 1
make[2]: se sale del directorio «/home/amalia/heptools/toolbox/toolbox-1.2.7/SPheno-4.0.3/DTFDTSDM»
make[1]: *** [bin/SPhenoDTFDTSDM] Error 2
make[1]: se sale del directorio «/home/amalia/heptools/toolbox/toolbox-1.2.7/SPheno-4.0.3/DTFDTSDM»
make: *** [bin/SPheno] Error 2
It seems to have trouble with a gTChargedHiggs, but I don't have anything with that name in the model. What could be the problem this time?
Again, thank you for all the help!
Amalia
rm -f Boundaries_DTFDTSDM.o
gfortran -c -g -ffree-line-length-none -J../include -I../include InputOutput_DTFDTSDM.f90
InputOutput_DTFDTSDM.f90:6226.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6227.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6228.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6229.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6230.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(1)/gTChargedHiggs(1)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6231.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6232.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6233.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6234.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6235.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(2)/gTChargedHiggs(2)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6236.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6237.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6238.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6239.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6240.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(3)/gTChargedHiggs(3)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6241.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6242.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6243.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6244.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6245.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(4)/gTChargedHiggs(4)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6246.58:
Write(91,"(3e16.8)",advance="No") BR_Hcs(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6247.58:
Write(91,"(3e16.8)",advance="No") BR_Hcb(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6248.61:
Write(91,"(3e16.8)",advance="No") BR_Htaunu(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6249.59:
Write(91,"(3e16.8)",advance="No") BR_HpTB(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
InputOutput_DTFDTSDM.f90:6250.59:
Write(91,"(3e16.8)",advance="No") BR_HpWZ(5)/gTChargedHiggs(5)
1
Error: Function 'gtchargedhiggs' at (1) has no IMPLICIT type
Fatal Error: Error count reached limit of 25.
make[2]: *** [../lib/libSPhenoDTFDTSDM.a(InputOutput_DTFDTSDM.o)] Error 1
make[2]: se sale del directorio «/home/amalia/heptools/toolbox/toolbox-1.2.7/SPheno-4.0.3/DTFDTSDM»
make[1]: *** [bin/SPhenoDTFDTSDM] Error 2
make[1]: se sale del directorio «/home/amalia/heptools/toolbox/toolbox-1.2.7/SPheno-4.0.3/DTFDTSDM»
make: *** [bin/SPheno] Error 2
It seems to have trouble with a gTChargedHiggs, but I don't have anything with that name in the model. What could be the problem this time?
Again, thank you for all the help!
Amalia
Re: Madgraph version
It seems that you have not defined in particles.m what the charged Higgs is.
Cheers,
Florian
Cheers,
Florian