Changes between Version 6 and Version 7 of DevelopmentPage/BeyondProjects


Ignore:
Timestamp:
Mar 5, 2010, 2:20:50 PM (14 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentPage/BeyondProjects

    v6 v7  
    1818
    1919   * Feynrules should output a dictionary indicating which vertex uses which (set) of HelasRoutine
    20    * a Python-Helas Routine should looks like as
     20   * a Python-Helas Routine should looks like as (output from Mathematica)
    2121       
    2222       obj = Gamma(1,1,2) * P(1,4) * P(2,5) + Gamma(1,1,3) * Sigma(1,2,3,2)
    23        #High Level structure
     23       #High Level structure[[BR]]
     24       particles_types = ['F','F','S']
    2425
    2526   * then we should be able to combine those structure
    26        obj3 = obj1 * obj2
     27       obj3 = obj1 * obj2[[BR]]
    2728       obj3.simplify()
    2829   * we should be able to write code in a file
    29        low_level_object = obj3.expand() # use a specific representation of the representation
    30        low_level_object.write_in_XXXX(output_file)
     30       low_level_object = obj3.expand() # use a specific representation of the representation [[BR]]
     31       low_level_object.write_in_XXXX(output_file,particles_types)
    3132       
    3233