whizard is hosted by Hepforge, IPPP Durham

Changes between Initial Version and Version 1 of Ticket #78


Ignore:
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
  • Ticket #78

    • Property Status changed from new to assigned
  • Ticket #78 – Description

    initial v1  
    11When parsing an SLHA file, there are two problems:
    221) WHIZARD chokes over the following:
     3{{{
    34** Fatal error: SLHA: block 'DCINFO' not found
    45WHIZARD run aborted.
     6}}}
    57A missing block DCINFO should not be considered a fatal error.
     8
    692) For the NMSSM, at least NMSSMtools produces the following lines
     10{{{
    711# GAUGE AND YUKAWA COUPLINGS AT THE GUT SCALE
    812BLOCK GAUGE Q=MGUT=  2.29965914E+16 # (GUT SCALE)
     
    1620BLOCK YE Q=MGUT=  2.29965914E+16 # (GUT SCALE)
    1721 3  3     2.12870330E-02   # HTAU(MGUT,DR_bar)
    18 
     22}}}
    1923WHIZARD chokes over this with the error message
     24{{{
    2025 Line 113: BLOCK NMSSMRUN Q=MGUT=  2.29965914E+16 $
    2126 Expected syntax: SEQUENCE    <qvalue> = <qname> '=' <real>
    2227 Found token: IDENTIFIER: 'MGUT'
    2328*** Fatal error:  Syntax error in textual inpu
    24 
     29}}}
    2530Also, it is clear what happens here, I leave this problem to Wolfgang as he can solve this fastest.