Changes between Version 7 and Version 8 of FormFactors


Ignore:
Timestamp:
Dec 12, 2013, 10:22:45 AM (11 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FormFactors

    v7 v8  
    103103   2. All argument of such function need to be a complex number, or an expression returning a complex number. It is therefore not possible to provide to the function the set of momenta as argument (since this is a vector).   
    104104
    105 
     105Examples of functions.f
     106{{{
     107double precision AAA(S1):
     108
     109      double precision S1
     110      include input.inc ! include all model parameter
     111     
     112      FormFactor = DLOG( S1**2/MW__EXP__2)
     113      return
     114      end
     115}}}
    106116
    107117=== How to add momentum dependent form factors? in v4 model===