Package aloha :: Module create_aloha :: Class AbstractRoutine
[hide private]
[frames] | no frames]

Class AbstractRoutine

source code

object --+
         |
        AbstractRoutine

store the result of the computation of Helicity Routine this is use for storing and passing to writer

Instance Methods [hide private]
 
__init__(self, expr, outgoing, spins, name, infostr)
store the information
source code
 
add_symmetry(self, outgoing)
add an outgoing
source code
 
add_combine(self, lor_list)
add a combine rule
source code
 
write(self, output_dir, language='Fortran', mode='self', **opt)
write the content of the object
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, expr, outgoing, spins, name, infostr)
(Constructor)

source code 

store the information

Overrides: object.__init__