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__
|
|
|
|
|
|
|
|
run_initialization(cls,
run_dir=None,
SubProc_dir=None,
infos=None,
req_files=[ ' HelFilter.dat ' , ' LoopFilter.dat ' ] ,
attempts=[ 3, 15] )
Run the initialization of the process in 'run_dir' with success
characterized by the creation of the files req_files in this
directory. |
source code
|
|
|
get_me_value(cls,
StabChecker,
PSpoint,
mode,
hel=-1,
mu_r=-1.0,
split_orders=-1)
This version of get_me_value is simplified for the purpose of this
class. |
source code
|
|
Inherited from LoopMatrixElementEvaluator :
fix_PSPoint_in_check ,
parse_check_output
|