|
- Timestamp:
-
Nov 16, 2009, 1:45:23 PM (15 years ago)
- Author:
-
kilian
- Comment:
-
1) agreed.
2) can be solved, but is this syntax really compatible with SLHA?
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
initial
|
v1
|
|
1 | 1 | When parsing an SLHA file, there are two problems: |
2 | 2 | 1) WHIZARD chokes over the following: |
| 3 | {{{ |
3 | 4 | ** Fatal error: SLHA: block 'DCINFO' not found |
4 | 5 | WHIZARD run aborted. |
| 6 | }}} |
5 | 7 | A missing block DCINFO should not be considered a fatal error. |
| 8 | |
6 | 9 | 2) For the NMSSM, at least NMSSMtools produces the following lines |
| 10 | {{{ |
7 | 11 | # GAUGE AND YUKAWA COUPLINGS AT THE GUT SCALE |
8 | 12 | BLOCK GAUGE Q=MGUT= 2.29965914E+16 # (GUT SCALE) |
… |
… |
|
16 | 20 | BLOCK YE Q=MGUT= 2.29965914E+16 # (GUT SCALE) |
17 | 21 | 3 3 2.12870330E-02 # HTAU(MGUT,DR_bar) |
18 | | |
| 22 | }}} |
19 | 23 | WHIZARD chokes over this with the error message |
| 24 | {{{ |
20 | 25 | Line 113: BLOCK NMSSMRUN Q=MGUT= 2.29965914E+16 $ |
21 | 26 | Expected syntax: SEQUENCE <qvalue> = <qname> '=' <real> |
22 | 27 | Found token: IDENTIFIER: 'MGUT' |
23 | 28 | *** Fatal error: Syntax error in textual inpu |
24 | | |
| 29 | }}} |
25 | 30 | Also, it is clear what happens here, I leave this problem to Wolfgang as he can solve this fastest. |
|