"list index out of range" in calculate decay width
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MadGraph5_aMC@NLO |
Undecided
|
Unassigned |
Bug Description
I want to calculate some process in model mssm-full using my own parameter cards with a final state h1 decays into two w-boson and further into three cases: dilepton, semi-lepton and full-hardronic. However the cross sections for these three situations are not in my expecting.
Dilepton : 0.0436 pb
semilep: 0.1225 pb
fullhard: 0.04594 pb
In my view, althouth there would be at least one off-shell w-boson, the ratio among these three cases would be:
dilep: semi: hard ~ 1:4:4
So I want to check the decay of higgs h1 into w- w+ in these three mode in mssm using my own parameter card, and I get this report
"
Command "calculate_
IndexError : list index out of range
Please report this bug on https:/
More information is found in '/home/
Please attach this file to your report.
"
The following is the log file:
calculate_
Traceback (most recent call last):
File "/home/
return self.onecmd_
File "/home/
return func(arg, **opt)
File "/home/
self.
File "/home/
output=
File "/home/
line=
IndexError: list index out of range
automatic_
Related branches
- Olivier Mattelaer: Approve on 2013-12-12
-
Diff: 232 lines (+167/-12)4 files modifiedTemplate/LO/bin/internal/merge.pl (+6/-0)
Template/NLO/MCatNLO/HWAnalyzer/mcatnlo_hwan_rates.f (+139/-0)
Template/NLO/Utilities/check_events.f (+19/-12)
UpdateNotes.txt (+3/-0)
teddym (niepanchongsheng) wrote : | #1 |
Changed in madgraph5: | |
status: | New → Incomplete |
Changed in madgraph5: | |
status: | Incomplete → Won't Fix |
teddym (niepanchongsheng) wrote : | #3 |
Hi
I'm sorry I didn't notice the response before. I attach the parameter card I used. This problem happens many times when I calculate decay width.
Ted
2013-12-8
Thanks Teddym,
I will look at this.
Cheers,
Olivier
Changed in madgraph5: | |
status: | Won't Fix → In Progress |
Hi Ted,
Thanks a lot for your param_card,
the problem is linked that that you don't have an empty line at the end of your file.
This will not be a problem in the next release, but in the mean time, the easiest is to add an empty line at the end of your files.
Thanks a lot for this report,
Olivier
Changed in madgraph5: | |
status: | In Progress → Fix Committed |
teddym (niepanchongsheng) wrote : | #6 |
Hi Olivier
No more problems after adding an empty line. Thanks very much!
Ted
Changed in madgraph5: | |
status: | Fix Committed → Fix Released |
Hi Teddym,
Could you attach your param_card?
This seems to be linked to a syntax that I'm not parsing correctly (and/or an invalid syntax in your file)
Cheers,
Olivier