Changes between Version 7 and Version 8 of FormFactors
- Timestamp:
- Dec 12, 2013, 10:22:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FormFactors
v7 v8 103 103 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). 104 104 105 105 Examples of functions.f 106 {{{ 107 double 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 }}} 106 116 107 117 === How to add momentum dependent form factors? in v4 model===