Class taking care of matrix element evaluation and running timing for
loop processes.
|
|
|
|
|
boot_time_setup(self,
dir_name,
bootandstop=True)
Edit loop_matrix.f in order to set the flag which stops the execution
after booting the program (i.e. |
source code
|
|
|
setup_process(self,
matrix_element,
export_dir,
reusing=False,
param_card=None,
MLOptions={ } ,
clean=True)
Output the matrix_element in argument and perform the initialization
while providing some details about the output in the dictionary
returned. |
source code
|
|
|
time_matrix_element(self,
matrix_element,
reusing=False,
param_card=None,
keep_folder=False,
options=None,
MLOptions={ } )
Output the matrix_element in argument and give detail information
about the timing for its output and running |
source code
|
|
|
check_matrix_element_stability(self,
matrix_element,
options=None,
infos_IN=None,
param_card=None,
keep_folder=False,
MLOptions={ } )
Output the matrix_element in argument, run in for nPoints and return
a dictionary containing the stability information on each of these
points. |
source code
|
|
Inherited from LoopMatrixElementEvaluator :
evaluate_matrix_element ,
fix_MadLoopParamCard ,
setup_ward_check
Inherited from MatrixElementEvaluator :
get_momenta
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|