Package aloha :: Module aloha_writers :: Class ALOHAWriterForFortranQP
[hide private]
[frames] | no frames]

Class ALOHAWriterForFortranQP

source code

           object --+    
                    |    
                   QP --+
                        |
       WriteALOHA --+   |
                    |   |
ALOHAWriterForFortran --+
                        |
                       ALOHAWriterForFortranQP

Nested Classes [hide private]

Inherited from ALOHAWriterForFortran: writer

Instance Methods [hide private]
 
__init__(self, *arg)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from ALOHAWriterForFortran: change_number_format, change_var_format, define_expression, define_symmetry, get_declaration_txt, get_fct_format, get_foot_txt, get_header_txt, get_momenta_txt, get_one_momenta_def, shift_indices, write_combined

Inherited from WriteALOHA: define_argument_list, define_content, get_P_sign, get_momentum_conservation_sign, make_call_list, make_declaration_list, pass_to_HELAS, write, write_MultContainer, write_MultVariable, write_indices_part, write_obj, write_obj_Add, write_variable, write_variable_id

Class Variables [hide private]

Inherited from QP: format, type2def

Inherited from ALOHAWriterForFortran: extension

Inherited from WriteALOHA: power_symbol, type_to_size, type_to_variable

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *arg)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: WriteALOHA.__init__