|
|
|
compute_routine(self,
mode,
tag=[ ] ,
factorize=True)
compute the expression and return it |
source code
|
|
|
define_all_conjugate_builder(self,
pair_list)
return the full set of AbstractRoutineBuilder linked to fermion clash |
source code
|
|
|
|
|
apply_conjugation(self,
pair=1)
apply conjugation on self object |
source code
|
|
|
define_simple_output(self)
define a simple output for this AbstractRoutine |
source code
|
|
|
parse_expression(self,
expr=None,
need_P_sign=False)
change the sign of P for outcoming fermion in order to correct the
mismatch convention between HELAS and FR |
source code
|
|
|
compute_aloha_high_kernel(self,
mode,
factorize=True)
compute the abstract routine associate to this mode |
source code
|
|
|
get_custom_propa(self,
propa,
spin,
id)
Return the ALOHA object associated to the user define propagator |
source code
|
|
|
compute_loop_coefficient(self,
lorentz,
outgoing) |
source code
|
|
|
define_lorentz_expr(self,
lorentz_expr)
Define the expression |
source code
|
|
|
define_routine_kernel(self,
lorentz=None)
Define the kernel at low level |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|