I am trying to generate pair produced top squarks, with up to two additional patrons but it gives a compiler error.

Asked by Hassan

Hi,
I would like to generate stop pairs with up to two additional partons. Here are what I do:
import model RPVMSSM_UFO
generate p p > t1 t1~ , (t1 > j j) , (t1~ > j j )
add process p p > t1 t1~ j , (t1 > j j) , (t1~ > j j )
add process p p > t1 t1~ j j , (t1 > j j) , (t1~ > j j )

I set 1 = ickkw , 30.0 = xqcut , 3 = dynamical_scale_choice and set all the other squarks to 5 TeV. Here is the error i get:

INFO: Update the dependent parameter of the param_card.dat
Generating 1000 events with run name run_01
survey run_01
INFO: compile directory
compile Source Directory
Using random number seed offset = 21
INFO: Running Survey
Creating Jobs
Working on SubProcesses
INFO: P3_gg_t1t1xgg_t1_qq_t1x_qq
INFO: P3_gg_t1t1xqq_t1_qq_t1x_qq
STOP 3
STOP 3
STOP 3
STOP 3
STOP 3
STOP 3
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
STOP 3
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
INFO: P3_gq_t1t1xgq_t1_qq_t1x_qq
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
STOP 3
STOP 3
STOP 3
STOP 3
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
ERROR DETECTED
STOP 3

Note: The above message keeps on repeating.

Here is the input of ME5_Debug:

#************************************************************
#* MadGraph5_aMC@NLO/MadEvent *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.6.6 20xx-xx-xx *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadEvent *
#* *
#* run as ./bin/madevent.py filename *
#* *
#************************************************************
launch run_01
Traceback (most recent call last):
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1514, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2670, in do_launch
    self.do_generate_events(line, *args, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2469, in do_generate_events
    self.run_generate_events(switch_mode, args)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/common_run_interface.py", line 6929, in new_fct
    original_fct(obj, *args, **opts)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2508, in run_generate_events
    postcmd=False)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1543, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 3357, in do_survey
    jobs, P_zero_result = ajobcreator.launch()
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/gen_ximprove.py", line 186, in launch
    self.cmd.compile(['madevent'], cwd=Pdir)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1607, in compile
    return misc.compile(nb_core=self.options['nb_core'], *args, **opts)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/misc.py", line 532, in compile
    raise MadGraph5Error, error_text
MadGraph5Error: A compilation Error occurs when trying to compile /data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/SubProcesses/P3_qq_t1t1xqq_t1_qq_t1x_qq.
The compilation fails with the following output message:
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c driver.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c myamp.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c genps.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c unwgt.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c setcuts.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c get_color.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c cuts.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c cluster.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c reweight.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c initcluster.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c addmothers.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c setscales.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c dummy_fct.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig100.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig101.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig102.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig103.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig104.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig105.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig106.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig107.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig108.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig109.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig10.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig110.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig111.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig112.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig113.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig114.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig115.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig116.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig117.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig118.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig119.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig11.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig120.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig121.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig122.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig123.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig124.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig125.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig126.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig127.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig128.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig129.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig12.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig130.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig131.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig132.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig133.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig134.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig135.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig136.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig137.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig138.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig139.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig13.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig140.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig141.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig142.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig14.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig15.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig16.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig17.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig18.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig19.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig1.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig20.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig21.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig22.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig23.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig24.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig25.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig26.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig27.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig28.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig29.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig2.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig30.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig31.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig32.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig33.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig34.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig35.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig36.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig37.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig38.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig39.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig3.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig40.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig41.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig42.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig43.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig44.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig45.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig46.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig47.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig48.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig49.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig4.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig50.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig51.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig52.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig53.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig54.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig55.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig56.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig57.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig58.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig59.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig5.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig60.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig61.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig62.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig63.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig64.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig65.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig66.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig67.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig68.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig69.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig6.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig70.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig71.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig72.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig73.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig74.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig75.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig76.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig77.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig78.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig79.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig7.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig80.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig81.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig82.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig83.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig84.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig85.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig86.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig87.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig88.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig89.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig8.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig90.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig91.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig92.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig93.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig94.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig95.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig96.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig97.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig98.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig99.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig9.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix100.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix101.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix102.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix103.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix104.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix105.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix106.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix107.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix108.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix109.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix10.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix110.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix111.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix112.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix113.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix114.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix115.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix116.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix117.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix118.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix119.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix11.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix120.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix121.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix122.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix123.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix124.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix125.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix126.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix127.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix128.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix129.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix12.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix130.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix131.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix132.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix133.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix134.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix135.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix136.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix137.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix138.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix139.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix13.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix140.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix141.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix142.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix14.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix15.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix16.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix17.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix18.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix19.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix1.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix20.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix21.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix22.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix23.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix24.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix25.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix26.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix27.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix28.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix29.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix2.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix30.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix31.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix32.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix33.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix34.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix35.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix36.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix37.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix38.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix39.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix3.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix40.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix41.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix42.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix43.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix44.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix45.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix46.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix47.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix48.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix49.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix4.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix50.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix51.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix52.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix53.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix54.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix55.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix56.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix57.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix58.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix59.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix5.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix60.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix61.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix62.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix63.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix64.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix65.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix66.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix67.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix68.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix69.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix6.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix70.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix71.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix72.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix73.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix74.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix75.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix76.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix77.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix78.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix79.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix7.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix80.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix81.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix82.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix83.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix84.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix85.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix86.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix87.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix88.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix89.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix8.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix90.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix91.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix92.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix93.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix94.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix95.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix96.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix97.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix98.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix99.f -I../../Source/
    gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix9.f -I../../Source/
    gfortran: Internal error: Killed (program f951)
    Please submit a full bug report.
    See <http://bugzilla.redhat.com/bugzilla> for instructions.
    make: *** [reweight.o] Error 1
    make: *** Waiting for unfinished jobs....

    f951: out of memory allocating 1482949200 bytes after a total of 3988385792 bytes
    make: *** [cluster.o] Error 1

Please try to fix this compilations issue and retry.
Help might be found at https://answers.launchpad.net/mg5amcnlo.
If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
                              Run Options
                              -----------
               stdout_level : None

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
        notification_center : False (user set)
          cluster_temp_path : None
             cluster_memory : None
               cluster_size : 100
              cluster_queue : None
                    nb_core : 8 (user set)
               cluster_time : None
                   run_mode : 2

                      Configuration Options
                      ---------------------
                text_editor : emacs (user set)
         cluster_local_path : None
      cluster_status_update : (600, 30)
               pythia8_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/HEPTools/pythia8 (user set)
                  hwpp_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/Delphes (user set)
                thepeg_path : None (user set)
               cluster_type : condor
          madanalysis5_path : None (user set)
           cluster_nb_retry : 1
                 eps_viewer : None
                web_browser : None
               syscalc_path : None (user set)
           madanalysis_path : None (user set)
                     lhapdf : lhapdf-config
              f2py_compiler : None
                 hepmc_path : None (user set)
         cluster_retry_wait : 300
           fortran_compiler : None
                auto_update : 7 (user set)
        exrootanalysis_path : None (user set)
                    timeout : 60
               cpp_compiler : None

I would really appreciate any feedback.
Thank you,
Hassan

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

You have two (maybe three) different type of bug here:
1) you have the STOP 3 which is related to a matching issue in this case and to the dynamical scale assocaite to the matching. I will take a look at that one.

2) The number of different Feynam diagram in
> P3_qq_t1t1xqq_t1_qq_t1x_qq
which leads to your memory issue. You have 142 different matrix-element file for 142 different final state.
Is this normal? In general you have symmetry between final state that reduces that number.
Do you have off-diagonal CKM? Or mixing? If you do not use such term but they are included in the model, please use the model restriction model to optimise your model.

3) the memory issue in itself that we will likely not fixed. You can use less optimised code which should not have such issue by adding before the generation set group-subprocesses False
But be carefull that this slow-down the computaton by quite a lot (and drastically increase the size of the code)

Cheers,

Olivier

PS: One option is also to use MadSpin to do the stop decay in order to reduce the complexity of the code.

> On 2 Jul 2019, at 21:22, Hassan <email address hidden> wrote:
>
> New question #681763 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/681763
>
> Hi,
> I would like to generate stop pairs with up to two additional partons. Here are what I do:
> import model RPVMSSM_UFO
> generate p p > t1 t1~ , (t1 > j j) , (t1~ > j j )
> add process p p > t1 t1~ j , (t1 > j j) , (t1~ > j j )
> add process p p > t1 t1~ j j , (t1 > j j) , (t1~ > j j )
>
> I set 1 = ickkw , 30.0 = xqcut , 3 = dynamical_scale_choice and set all the other squarks to 5 TeV. Here is the error i get:
>
> INFO: Update the dependent parameter of the param_card.dat
> Generating 1000 events with run name run_01
> survey run_01
> INFO: compile directory
> compile Source Directory
> Using random number seed offset = 21
> INFO: Running Survey
> Creating Jobs
> Working on SubProcesses
> INFO: P3_gg_t1t1xgg_t1_qq_t1x_qq
> INFO: P3_gg_t1t1xqq_t1_qq_t1x_qq
> STOP 3
> STOP 3
> STOP 3
> STOP 3
> STOP 3
> STOP 3
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> STOP 3
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> INFO: P3_gq_t1t1xgq_t1_qq_t1x_qq
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> STOP 3
> STOP 3
> STOP 3
> STOP 3
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> ERROR DETECTED
> STOP 3
>
>
> Note: The above message keeps on repeating.
>
> Here is the input of ME5_Debug:
>
> #************************************************************
> #* MadGraph5_aMC@NLO/MadEvent *
> #* *
> #* * * *
> #* * * * * *
> #* * * * * 5 * * * * *
> #* * * * * *
> #* * * *
> #* *
> #* *
> #* VERSION 2.6.6 20xx-xx-xx *
> #* *
> #* The MadGraph5_aMC@NLO Development Team - Find us at *
> #* https://server06.fynu.ucl.ac.be/projects/madgraph *
> #* *
> #************************************************************
> #* *
> #* Command File for MadEvent *
> #* *
> #* run as ./bin/madevent.py filename *
> #* *
> #************************************************************
> launch run_01
> Traceback (most recent call last):
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1514, in onecmd
> return self.onecmd_orig(line, **opt)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
> return func(arg, **opt)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2670, in do_launch
> self.do_generate_events(line, *args, **opt)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2469, in do_generate_events
> self.run_generate_events(switch_mode, args)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/common_run_interface.py", line 6929, in new_fct
> original_fct(obj, *args, **opts)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2508, in run_generate_events
> postcmd=False)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1543, in exec_cmd
> stop = Cmd.onecmd_orig(current_interface, line, **opt)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
> return func(arg, **opt)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 3357, in do_survey
> jobs, P_zero_result = ajobcreator.launch()
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/gen_ximprove.py", line 186, in launch
> self.cmd.compile(['madevent'], cwd=Pdir)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1607, in compile
> return misc.compile(nb_core=self.options['nb_core'], *args, **opts)
> File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/misc.py", line 532, in compile
> raise MadGraph5Error, error_text
> MadGraph5Error: A compilation Error occurs when trying to compile /data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/SubProcesses/P3_qq_t1t1xqq_t1_qq_t1x_qq.
> The compilation fails with the following output message:
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c driver.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c myamp.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c genps.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c unwgt.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c setcuts.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c get_color.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c cuts.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c cluster.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c reweight.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c initcluster.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c addmothers.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c setscales.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c dummy_fct.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig100.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig101.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig102.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig103.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig104.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig105.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig106.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig107.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig108.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig109.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig10.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig110.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig111.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig112.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig113.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig114.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig115.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig116.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig117.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig118.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig119.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig11.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig120.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig121.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig122.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig123.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig124.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig125.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig126.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig127.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig128.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig129.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig12.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig130.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig131.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig132.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig133.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig134.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig135.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig136.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig137.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig138.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig139.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig13.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig140.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig141.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig142.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig14.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig15.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig16.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig17.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig18.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig19.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig1.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig20.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig21.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig22.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig23.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig24.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig25.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig26.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig27.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig28.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig29.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig2.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig30.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig31.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig32.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig33.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig34.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig35.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig36.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig37.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig38.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig39.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig3.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig40.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig41.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig42.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig43.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig44.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig45.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig46.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig47.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig48.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig49.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig4.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig50.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig51.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig52.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig53.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig54.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig55.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig56.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig57.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig58.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig59.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig5.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig60.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig61.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig62.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig63.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig64.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig65.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig66.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig67.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig68.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig69.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig6.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig70.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig71.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig72.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig73.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig74.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig75.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig76.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig77.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig78.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig79.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig7.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig80.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig81.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig82.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig83.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig84.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig85.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig86.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig87.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig88.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig89.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig8.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig90.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig91.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig92.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig93.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig94.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig95.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig96.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig97.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig98.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig99.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig9.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c auto_dsig.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix100.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix101.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix102.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix103.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix104.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix105.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix106.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix107.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix108.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix109.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix10.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix110.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix111.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix112.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix113.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix114.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix115.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix116.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix117.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix118.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix119.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix11.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix120.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix121.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix122.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix123.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix124.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix125.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix126.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix127.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix128.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix129.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix12.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix130.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix131.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix132.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix133.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix134.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix135.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix136.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix137.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix138.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix139.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix13.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix140.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix141.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix142.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix14.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix15.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix16.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix17.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix18.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix19.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix1.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix20.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix21.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix22.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix23.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix24.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix25.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix26.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix27.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix28.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix29.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix2.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix30.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix31.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix32.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix33.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix34.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix35.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix36.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix37.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix38.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix39.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix3.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix40.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix41.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix42.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix43.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix44.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix45.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix46.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix47.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix48.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix49.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix4.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix50.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix51.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix52.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix53.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix54.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix55.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix56.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix57.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix58.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix59.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix5.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix60.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix61.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix62.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix63.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix64.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix65.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix66.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix67.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix68.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix69.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix6.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix70.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix71.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix72.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix73.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix74.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix75.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix76.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix77.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix78.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix79.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix7.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix80.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix81.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix82.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix83.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix84.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix85.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix86.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix87.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix88.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix89.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix8.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix90.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix91.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix92.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix93.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix94.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix95.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix96.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix97.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix98.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix99.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c matrix9.f -I../../Source/
> gfortran: Internal error: Killed (program f951)
> Please submit a full bug report.
> See <http://bugzilla.redhat.com/bugzilla> for instructions.
> make: *** [reweight.o] Error 1
> make: *** Waiting for unfinished jobs....
>
> f951: out of memory allocating 1482949200 bytes after a total of 3988385792 bytes
> make: *** [cluster.o] Error 1
>
> Please try to fix this compilations issue and retry.
> Help might be found at https://answers.launchpad.net/mg5amcnlo.
> If you think that this is a bug, you can report this at https://bugs.launchpad.net/mg5amcnlo
> Run Options
> -----------
> stdout_level : None
>
> MadEvent Options
> ----------------
> automatic_html_opening : False (user set)
> notification_center : False (user set)
> cluster_temp_path : None
> cluster_memory : None
> cluster_size : 100
> cluster_queue : None
> nb_core : 8 (user set)
> cluster_time : None
> run_mode : 2
>
> Configuration Options
> ---------------------
> text_editor : emacs (user set)
> cluster_local_path : None
> cluster_status_update : (600, 30)
> pythia8_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/HEPTools/pythia8 (user set)
> hwpp_path : None (user set)
> pythia-pgs_path : None (user set)
> td_path : None (user set)
> delphes_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/Delphes (user set)
> thepeg_path : None (user set)
> cluster_type : condor
> madanalysis5_path : None (user set)
> cluster_nb_retry : 1
> eps_viewer : None
> web_browser : None
> syscalc_path : None (user set)
> madanalysis_path : None (user set)
> lhapdf : lhapdf-config
> f2py_compiler : None
> hepmc_path : None (user set)
> cluster_retry_wait : 300
> fortran_compiler : None
> auto_update : 7 (user set)
> exrootanalysis_path : None (user set)
> timeout : 60
> cpp_compiler : None
>
>
>
> I would really appreciate any feedback.
> Thank you,
> Hassan
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Hassan (hassan3141) said :
#2

Hi,
Thank you for replying so quickly. There are off diagonal CKM elements. However, restricting the stop decay to down and strange quark ( t1~ > d s ) solves the memory issue. The "STOP 3" problem still persist.

Note: I am using the RPV-MSSM model from http://feynrules.irmp.ucl.ac.be/wiki/SusyModels.

Here is the new error message: It is not clear to me from the following message if the error is solely due to the matching and the dynamical scale (Note: I have tried all the options for the dynamical scale -1,0,1,2,3).

#************************************************************
#* MadGraph5_aMC@NLO/MadEvent *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.6.6 20xx-xx-xx *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadEvent *
#* *
#* run as ./bin/madevent.py filename *
#* *
#************************************************************
launch run_01
Traceback (most recent call last):
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1514, in onecmd
    return self.onecmd_orig(line, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2670, in do_launch
    self.do_generate_events(line, *args, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2469, in do_generate_events
    self.run_generate_events(switch_mode, args)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/common_run_interface.py", line 6929, in new_fct
    original_fct(obj, *args, **opts)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 2511, in run_generate_events
    self.exec_cmd('refine %s' % nb_event, postcmd=False)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1543, in exec_cmd
    stop = Cmd.onecmd_orig(current_interface, line, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/extended_cmd.py", line 1463, in onecmd_orig
    return func(arg, **opt)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/madevent_interface.py", line 3467, in do_refine
    x_improve.launch() # create the ajob for the refinment.
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/gen_ximprove.py", line 860, in launch
    main_dir=pjoin(self.cmd.me_dir,'SubProcesses')) #main_dir is for gridpack readonly mode
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/sum_html.py", line 747, in collect_result
    P_comb.add_results(os.path.basename(G), path, mfactors[G])
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/sum_html.py", line 425, in add_results
    oneresult.read_results(filepath)
  File "/data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019/bin/internal/sum_html.py", line 315, in read_results
    % (error_code, open(log).read())
Exception: Reported error: End code 3.0
 Full associated log:
 Process in group number 3
 A PDF is used, so alpha_s(MZ) is going to be modified
 Old value of alpha_s from param_card: 0.11760000000000000
  ****************************************

       NNPDFDriver version 1.0.3
   Grid: NNPDF23_lo_as_0130_qed_mem0.grid
  ****************************************
 New value of alpha_s from PDF nn23lo1: 0.13000000000000000
 Warning! ptj set to xqcut= 30.000000000000000 to improve integration efficiency
 Note that this might affect non-radiated jets,
 e.g. from decays. Use cut_decays=F in run_card.
 Warning! mmjj set to xqcut= 30.000000000000000 to improve integration efficiency
 Note that this might affect non-radiated jets,
 e.g. from decays. Use cut_decays=F in run_card.
 Define smin to 32400.000000000000
 *****************************************************
 * MadGraph/MadEvent *
 * -------------------------------- *
 * http://madgraph.hep.uiuc.edu *
 * http://madgraph.phys.ucl.ac.be *
 * http://madgraph.roma2.infn.it *
 * -------------------------------- *
 * *
 * PARAMETER AND COUPLING VALUES *
 * *
 *****************************************************

  External Params
  ---------------------------------

 mdl_RRd1x3 = 0.98621510000000001
 mdl_RRd1x6 = 0.16546810000000001
 mdl_RRd2x3 = -0.16546810000000001
 mdl_RRd2x6 = 0.98621510000000001
 mdl_RRd3x5 = 1.0000000000000000
 mdl_RRd4x4 = 1.0000000000000000
 mdl_RRd5x2 = 1.0000000000000000
 mdl_RRd6x1 = 1.0000000000000000
 mdl_alp = -0.10757269999999999
 mdl_RMUH = 464.24349999999998
 mdl_tb = 9.7491070000000004
 mdl_MA2 = 325121.59999999998
 mdl_ICKM1x3 = -3.34904199999999999E-003
 mdl_ICKM2x1 = -1.37715199999999992E-004
 mdl_ICKM2x2 = -3.21291299999999991E-005
 mdl_ICKM3x1 = -3.25854999999999981E-003
 mdl_ICKM3x2 = -7.60223800000000031E-004
 mdl_RmD21x1 = 354397.90000000002
 mdl_RmD22x2 = 354392.90000000002
 mdl_RmD23x3 = 346135.09999999998
 mdl_RmE21x1 = 98195.119999999995
 mdl_RmE22x2 = 98178.830000000002
 mdl_RmE23x3 = 93612.929999999993
 mdl_RmL21x1 = 117412.80000000000
 mdl_RmL22x2 = 117404.70000000000
 mdl_RmL23x3 = 115141.10000000001
 mdl_RMx1 = 102.10240000000000
 mdl_RMx2 = 192.65340000000000
 mdl_RMx3 = 588.42430000000002
 mdl_mHu2 = 102141.10000000001
 mdl_mHd2 = -215451.89999999999
 mdl_RmQ21x1 = 375246.59999999998
 mdl_RmQ22x2 = 375241.79999999999
 mdl_RmQ23x3 = 269949.79999999999
 mdl_RmU21x1 = 375246.59999999998
 mdl_RmU22x2 = 356483.50000000000
 mdl_RmU23x3 = 149411.39999999999
 mdl_RNN1x1 = -0.99279360000000005
 mdl_RNN1x2 = 3.70112400000000008E-002
 mdl_RNN1x3 = -0.10872770000000000
 mdl_RNN1x4 = 3.41942699999999988E-002
 mdl_RNN2x1 = -6.14562599999999987E-002
 mdl_RNN2x2 = -0.97315739999999995
 mdl_RNN2x3 = 0.19927590000000001
 mdl_RNN2x4 = -9.73498400000000069E-002
 mdl_RNN3x1 = 4.92832799999999988E-002
 mdl_RNN3x2 = -7.52155199999999940E-002
 mdl_RNN3x3 = -0.69879089999999999
 mdl_RNN3x4 = -0.70965140000000004
 mdl_RNN4x1 = 9.03055299999999950E-002
 mdl_RNN4x2 = -0.21433050000000001
 mdl_RNN4x3 = -0.67834989999999995
 mdl_RNN4x4 = 0.69695680000000004
 mdl_RLLE1x2x1 = 0.20000000000000001
 mdl_RLLE1x2x2 = 0.20000000000000001
 mdl_RLLE1x2x3 = 0.20000000000000001
 mdl_RLLE1x3x1 = 0.20000000000000001
 mdl_RLLE1x3x2 = 0.20000000000000001
 mdl_RLLE1x3x3 = 0.20000000000000001
 mdl_RLLE2x1x1 = -0.20000000000000001
 mdl_RLLE2x1x2 = -0.20000000000000001
 mdl_RLLE2x1x3 = -0.20000000000000001
 mdl_RLLE2x3x1 = 0.20000000000000001
 mdl_RLLE2x3x2 = 0.20000000000000001
 mdl_RLLE2x3x3 = 0.20000000000000001
 mdl_RLLE3x1x1 = -0.20000000000000001
 mdl_RLLE3x1x2 = -0.20000000000000001
 mdl_RLLE3x1x3 = -0.20000000000000001
 mdl_RLLE3x2x1 = -0.20000000000000001
 mdl_RLLE3x2x2 = -0.20000000000000001
 mdl_RLLE3x2x3 = -0.20000000000000001
 mdl_RLQD1x1x1 = 0.10000000000000001
 mdl_RLQD1x1x2 = 0.10000000000000001
 mdl_RLQD1x1x3 = 0.10000000000000001
 mdl_RLQD1x2x1 = 0.10000000000000001
 mdl_RLQD1x2x2 = 0.10000000000000001
 mdl_RLQD1x2x3 = 0.10000000000000001
 mdl_RLQD1x3x1 = 0.10000000000000001
 mdl_RLQD1x3x2 = 0.10000000000000001
 mdl_RLQD1x3x3 = 0.10000000000000001
 mdl_RLQD2x1x1 = 0.10000000000000001
 mdl_RLQD2x1x2 = 0.10000000000000001
 mdl_RLQD2x1x3 = 0.10000000000000001
 mdl_RLQD2x2x1 = 0.10000000000000001
 mdl_RLQD2x2x2 = 0.10000000000000001
 mdl_RLQD2x2x3 = 0.10000000000000001
 mdl_RLQD2x3x1 = 0.10000000000000001
 mdl_RLQD2x3x2 = 0.10000000000000001
 mdl_RLQD2x3x3 = 0.10000000000000001
 mdl_RLQD3x1x1 = 0.10000000000000001
 mdl_RLQD3x1x2 = 0.10000000000000001
 mdl_RLQD3x1x3 = 0.10000000000000001
 mdl_RLQD3x2x1 = 0.10000000000000001
 mdl_RLQD3x2x2 = 0.10000000000000001
 mdl_RLQD3x2x3 = 0.10000000000000001
 mdl_RLQD3x3x1 = 0.10000000000000001
 mdl_RLQD3x3x2 = 0.10000000000000001
 mdl_RLQD3x3x3 = 0.10000000000000001
 mdl_RLDD1x1x2 = 0.20000000000000001
 mdl_RLDD1x1x3 = 0.20000000000000001
 mdl_RLDD1x2x1 = -0.20000000000000001
 mdl_RLDD1x2x3 = 0.20000000000000001
 mdl_RLDD1x3x1 = -0.20000000000000001
 mdl_RLDD1x3x2 = -0.20000000000000001
 mdl_RLDD2x1x2 = 0.20000000000000001
 mdl_RLDD2x1x3 = 0.20000000000000001
 mdl_RLDD2x2x1 = -0.20000000000000001
 mdl_RLDD2x2x3 = 0.20000000000000001
 mdl_RLDD2x3x1 = -0.20000000000000001
 mdl_RLDD2x3x2 = -0.20000000000000001
 mdl_RLDD3x1x2 = 0.20000000000000001
 mdl_RLDD3x1x3 = 0.20000000000000001
 mdl_RLDD3x2x1 = -0.20000000000000001
 mdl_RLDD3x2x3 = 0.20000000000000001
 mdl_RLDD3x3x1 = -0.20000000000000001
 mdl_RLDD3x3x2 = -0.20000000000000001
 mdl_RTLE1x2x1 = 0.20000000000000001
 mdl_RTLE1x2x2 = 0.20000000000000001
 mdl_RTLE1x2x3 = 0.20000000000000001
 mdl_RTLE1x3x1 = 0.20000000000000001
 mdl_RTLE1x3x2 = 0.20000000000000001
 mdl_RTLE1x3x3 = 0.20000000000000001
 mdl_RTLE2x1x1 = -0.20000000000000001
 mdl_RTLE2x1x2 = -0.20000000000000001
 mdl_RTLE2x1x3 = -0.20000000000000001
 mdl_RTLE2x3x1 = 0.20000000000000001
 mdl_RTLE2x3x2 = 0.20000000000000001
 mdl_RTLE2x3x3 = 0.20000000000000001
 mdl_RTLE3x1x1 = -0.20000000000000001
 mdl_RTLE3x1x2 = -0.20000000000000001
 mdl_RTLE3x1x3 = -0.20000000000000001
 mdl_RTLE3x2x1 = -0.20000000000000001
 mdl_RTLE3x2x2 = -0.20000000000000001
 mdl_RTLE3x2x3 = -0.20000000000000001
 mdl_RTQD1x1x1 = 0.10000000000000001
 mdl_RTQD1x1x2 = 0.10000000000000001
 mdl_RTQD1x1x3 = 0.10000000000000001
 mdl_RTQD1x2x1 = 0.10000000000000001
 mdl_RTQD1x2x2 = 0.10000000000000001
 mdl_RTQD1x2x3 = 0.10000000000000001
 mdl_RTQD1x3x1 = 0.10000000000000001
 mdl_RTQD1x3x2 = 0.10000000000000001
 mdl_RTQD1x3x3 = 0.10000000000000001
 mdl_RTQD2x1x1 = 0.10000000000000001
 mdl_RTQD2x1x2 = 0.10000000000000001
 mdl_RTQD2x1x3 = 0.10000000000000001
 mdl_RTQD2x2x1 = 0.10000000000000001
 mdl_RTQD2x2x2 = 0.10000000000000001
 mdl_RTQD2x2x3 = 0.10000000000000001
 mdl_RTQD2x3x1 = 0.10000000000000001
 mdl_RTQD2x3x2 = 0.10000000000000001
 mdl_RTQD2x3x3 = 0.10000000000000001
 mdl_RTQD3x1x1 = 0.10000000000000001
 mdl_RTQD3x1x2 = 0.10000000000000001
 mdl_RTQD3x1x3 = 0.10000000000000001
 mdl_RTQD3x2x1 = 0.10000000000000001
 mdl_RTQD3x2x2 = 0.10000000000000001
 mdl_RTQD3x2x3 = 0.10000000000000001
 mdl_RTQD3x3x1 = 0.10000000000000001
 mdl_RTQD3x3x2 = 0.10000000000000001
 mdl_RTQD3x3x3 = 0.10000000000000001
 mdl_RTDD1x1x2 = 0.20000000000000001
 mdl_RTDD1x1x3 = 0.20000000000000001
 mdl_RTDD1x2x1 = -0.20000000000000001
 mdl_RTDD1x2x3 = 0.20000000000000001
 mdl_RTDD1x3x1 = -0.20000000000000001
 mdl_RTDD1x3x2 = -0.20000000000000001
 mdl_RTDD2x1x2 = 0.20000000000000001
 mdl_RTDD2x1x3 = 0.20000000000000001
 mdl_RTDD2x2x1 = -0.20000000000000001
 mdl_RTDD2x2x3 = 0.20000000000000001
 mdl_RTDD2x3x1 = -0.20000000000000001
 mdl_RTDD2x3x2 = -0.20000000000000001
 mdl_RTDD3x1x2 = 0.20000000000000001
 mdl_RTDD3x1x3 = 0.20000000000000001
 mdl_RTDD3x2x1 = -0.20000000000000001
 mdl_RTDD3x2x3 = 0.20000000000000001
 mdl_RTDD3x3x1 = -0.20000000000000001
 mdl_RTDD3x3x2 = -0.20000000000000001
 mdl_RRl1x3 = 0.34743249999999998
 mdl_RRl1x6 = 0.93770500000000001
 mdl_RRl2x5 = 1.0000000000000000
 mdl_RRl3x4 = 1.0000000000000000
 mdl_RRl4x1 = 1.0000000000000000
 mdl_RRl5x2 = 1.0000000000000000
 mdl_RRl6x3 = -0.93770500000000001
 mdl_RRl6x6 = 0.34743249999999998
 aEWM1 = 127.93400000000000
 aS = 0.11760000000000000
 mdl_RRn1x3 = 1.0000000000000000
 mdl_RRn2x2 = 1.0000000000000000
 mdl_RRn3x1 = 1.0000000000000000
 mdl_Rtd1x1 = -0.25518879999999999
 mdl_Rtd2x2 = -4.3746419999999997
 mdl_Rtd3x3 = -167.71799999999999
 mdl_Rte1x1 = -2.15574299999999990E-002
 mdl_Rte2x2 = -4.4572649999999996
 mdl_Rte3x3 = -74.362740000000002
 mdl_Rtu1x1 = -8.90070199999999992E-003
 mdl_Rtu2x2 = -3.5602559999999999
 mdl_Rtu3x3 = -588.76170000000002
 mdl_RUU1x1 = -0.95769479999999996
 mdl_RUU1x2 = 0.28778589999999998
 mdl_RUU2x1 = 0.28778589999999998
 mdl_RUU2x2 = 0.95769479999999996
 mdl_RMNS1x1 = 1.0000000000000000
 mdl_RMNS2x2 = 1.0000000000000000
 mdl_RMNS3x3 = 1.0000000000000000
 mdl_RRu1x3 = 0.51116139999999999
 mdl_RRu1x6 = 0.85948480000000005
 mdl_RRu2x3 = -0.85948480000000005
 mdl_RRu2x6 = 0.51116139999999999
 mdl_RRu3x5 = 1.0000000000000000
 mdl_RRu4x4 = 1.0000000000000000
 mdl_RRu5x1 = 1.0000000000000000
 mdl_RRu6x2 = 1.0000000000000000
 mdl_RCKM1x1 = 0.97384040000000005
 mdl_RCKM1x2 = 0.22719819999999999
 mdl_RCKM1x3 = 2.17398899999999987E-003
 mdl_RCKM2x1 = -0.22708680000000001
 mdl_RCKM2x2 = 0.97295869999999995
 mdl_RCKM2x3 = 4.22246900000000022E-002
 mdl_RCKM3x1 = 7.47827900000000000E-003
 mdl_RCKM3x2 = -4.16142600000000001E-002
 mdl_RCKM3x3 = 0.99910019999999999
 mdl_RVV1x1 = -0.98990650000000002
 mdl_RVV1x2 = 0.14172209999999999
 mdl_RVV2x1 = 0.14172209999999999
 mdl_RVV2x2 = 0.98990650000000002
 mdl_Ryd1x1 = 1.88467100000000004E-004
 mdl_Ryd2x2 = 3.23086300000000005E-003
 mdl_Ryd3x3 = 0.13607830000000001
 mdl_Rye1x1 = 2.88227799999999999E-005
 mdl_Rye2x2 = 5.95963799999999974E-003
 mdl_Rye3x3 = 0.10023580000000000
 mdl_Ryu1x1 = 8.78939099999999962E-006
 mdl_Ryu2x2 = 3.51575600000000009E-003
 mdl_Ryu3x3 = 0.88293489999999997
 mdl_MZ = 91.187600000000003
 mdl_MW = 79.829009999999997
 mdl_Mneu1 = 99.486009999999993
 mdl_Mneu2 = 189.50470000000001
 mdl_Mneu3 = -469.54460000000000
 mdl_Mneu4 = 477.34379999999999
 mdl_Mch1 = 189.46799999999999
 mdl_Mch2 = 480.56680000000000
 mdl_Mgo = 5000.0000000000000
 mdl_MH01 = 113.96680000000001
 mdl_MH02 = 564.30970000000002
 mdl_MA0 = 564.68970000000002
 mdl_MH = 570.45860000000005
 mdl_Mta = 1.7769900000000001
 mdl_MT = 173.09999999999999
 mdl_MB = 4.8323879999999999
 mdl_Msn1 = 333.68049999999999
 mdl_Msn2 = 337.09750000000003
 mdl_Msn3 = 337.10960000000000
 mdl_Msl1 = 303.75299999999999
 mdl_Msl2 = 316.86689999999999
 mdl_Msl3 = 316.91849999999999
 mdl_Msl4 = 346.46670000000000
 mdl_Msl5 = 346.47800000000001
 mdl_Msl6 = 348.16669999999999
 mdl_Msu1 = 5000.0000000000000
 mdl_Msu2 = 5000.0000000000000
 mdl_Msu3 = 800.00000000000000
 mdl_Msu4 = 5000.0000000000000
 mdl_Msu5 = 5000.0000000000000
 mdl_Msu6 = 800.00000000000000
 mdl_Msd1 = 5000.0000000000000
 mdl_Msd2 = 5000.0000000000000
 mdl_Msd3 = 5000.0000000000000
 mdl_Msd4 = 5000.0000000000000
 mdl_Msd5 = 5000.0000000000000
 mdl_Msd6 = 5000.0000000000000
 mdl_WZ = 2.4952000000000001
 mdl_WW = 2.1410000000000000
 mdl_Wneu2 = 4.10736500000000027E-005
 mdl_Wneu3 = -3.0913469999999998
 mdl_Wneu4 = 3.1930220000000000
 mdl_Wch1 = 1.05656000000000001E-003
 mdl_Wch2 = 5.2606440000000001
 mdl_Wgo = 2.5249679999999999
 mdl_WH01 = 3.51896100000000014E-003
 mdl_WH02 = 1.3899740000000000
 mdl_WA0 = 1.7424130000000000
 mdl_WH = 1.1760940000000000
 mdl_WT = 1.4633050000000001
 mdl_Wsn1 = 2.2053829999999999
 mdl_Wsn2 = 2.2635040000000002
 mdl_Wsn3 = 2.2635040000000002
 mdl_Wsl1 = 1.3336920000000001
 mdl_Wsl2 = 1.3155429999999999
 mdl_Wsl3 = 1.3155429999999999
 mdl_Wsl4 = 2.3321890000000001
 mdl_Wsl5 = 2.3321890000000001
 mdl_Wsl6 = 2.1872020000000001
 mdl_Wsu1 = 1.3478600000000001
 mdl_Wsu2 = 8.6373999999999995
 mdl_Wsu3 = 1.2837400000000001
 mdl_Wsu4 = 1.2837400000000001
 mdl_Wsu5 = 6.3768500000000001
 mdl_Wsu6 = 6.3768500000000001
 mdl_Wsd1 = 7.0606400000000002
 mdl_Wsd2 = 0.60436299999999998
 mdl_Wsd3 = 0.32086300000000001
 mdl_Wsd4 = 0.32086300000000001
 mdl_Wsd5 = 6.3044799999999999
 mdl_Wsd6 = 6.3044799999999999
  Internal Params
  ---------------------------------

 mdl_atan__tb = 1.4685803118137795
 mdl_beta = 1.4685803118137795
 mdl_cw = 0.87543712083660485
 mdl_mD21x1 = ( 354397.90000000002 , 0.0000000000000000 )
 mdl_mD22x2 = ( 354392.90000000002 , 0.0000000000000000 )
 mdl_mD23x3 = ( 346135.09999999998 , 0.0000000000000000 )
 mdl_mE21x1 = ( 98195.119999999995 , 0.0000000000000000 )
 mdl_mE22x2 = ( 98178.830000000002 , 0.0000000000000000 )
 mdl_mE23x3 = ( 93612.929999999993 , 0.0000000000000000 )
 mdl_mL21x1 = ( 117412.80000000000 , 0.0000000000000000 )
 mdl_mL22x2 = ( 117404.70000000000 , 0.0000000000000000 )
 mdl_mL23x3 = ( 115141.10000000001 , 0.0000000000000000 )
 mdl_mQ21x1 = ( 375246.59999999998 , 0.0000000000000000 )
 mdl_mQ22x2 = ( 375241.79999999999 , 0.0000000000000000 )
 mdl_mQ23x3 = ( 269949.79999999999 , 0.0000000000000000 )
 mdl_mU21x1 = ( 375246.59999999998 , 0.0000000000000000 )
 mdl_mU22x2 = ( 356483.50000000000 , 0.0000000000000000 )
 mdl_mU23x3 = ( 149411.39999999999 , 0.0000000000000000 )
 mdl_MUH = ( 464.24349999999998 , 0.0000000000000000 )
 mdl_Mx1 = ( 102.10240000000000 , 0.0000000000000000 )
 mdl_Mx2 = ( 192.65340000000000 , 0.0000000000000000 )
 mdl_Mx3 = ( 588.42430000000002 , 0.0000000000000000 )
 mdl_NN1x1 = (-0.99279360000000005 , 0.0000000000000000 )
 mdl_NN1x2 = ( 3.70112400000000008E-002, 0.0000000000000000 )
 mdl_NN1x3 = (-0.10872770000000000 , 0.0000000000000000 )
 mdl_NN1x4 = ( 3.41942699999999988E-002, 0.0000000000000000 )
 mdl_NN2x1 = (-6.14562599999999987E-002, 0.0000000000000000 )
 mdl_NN2x2 = (-0.97315739999999995 , 0.0000000000000000 )
 mdl_NN2x3 = ( 0.19927590000000001 , 0.0000000000000000 )
 mdl_NN2x4 = (-9.73498400000000069E-002, 0.0000000000000000 )
 mdl_NN3x1 = ( 4.92832799999999988E-002, 0.0000000000000000 )
 mdl_NN3x2 = (-7.52155199999999940E-002, 0.0000000000000000 )
 mdl_NN3x3 = (-0.69879089999999999 , 0.0000000000000000 )
 mdl_NN3x4 = (-0.70965140000000004 , 0.0000000000000000 )
 mdl_NN4x1 = ( 9.03055299999999950E-002, 0.0000000000000000 )
 mdl_NN4x2 = (-0.21433050000000001 , 0.0000000000000000 )
 mdl_NN4x3 = (-0.67834989999999995 , 0.0000000000000000 )
 mdl_NN4x4 = ( 0.69695680000000004 , 0.0000000000000000 )
 mdl_Rd1x3 = ( 0.98621510000000001 , 0.0000000000000000 )
 mdl_Rd1x6 = ( 0.16546810000000001 , 0.0000000000000000 )
 mdl_Rd2x3 = (-0.16546810000000001 , 0.0000000000000000 )
 mdl_Rd2x6 = ( 0.98621510000000001 , 0.0000000000000000 )
 mdl_Rd3x5 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rd4x4 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rd5x2 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rd6x1 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rl1x3 = ( 0.34743249999999998 , 0.0000000000000000 )
 mdl_Rl1x6 = ( 0.93770500000000001 , 0.0000000000000000 )
 mdl_Rl2x5 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rl3x4 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rl4x1 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rl5x2 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rl6x3 = (-0.93770500000000001 , 0.0000000000000000 )
 mdl_Rl6x6 = ( 0.34743249999999998 , 0.0000000000000000 )
 mdl_Rn1x3 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rn2x2 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Rn3x1 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Ru1x3 = ( 0.51116139999999999 , 0.0000000000000000 )
 mdl_Ru1x6 = ( 0.85948480000000005 , 0.0000000000000000 )
 mdl_Ru2x3 = (-0.85948480000000005 , 0.0000000000000000 )
 mdl_Ru2x6 = ( 0.51116139999999999 , 0.0000000000000000 )
 mdl_Ru3x5 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Ru4x4 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Ru5x1 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_Ru6x2 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_UU1x1 = (-0.95769479999999996 , 0.0000000000000000 )
 mdl_UU1x2 = ( 0.28778589999999998 , 0.0000000000000000 )
 mdl_UU2x1 = ( 0.28778589999999998 , 0.0000000000000000 )
 mdl_UU2x2 = ( 0.95769479999999996 , 0.0000000000000000 )
 mdl_VV1x1 = (-0.98990650000000002 , 0.0000000000000000 )
 mdl_VV1x2 = ( 0.14172209999999999 , 0.0000000000000000 )
 mdl_VV2x1 = ( 0.14172209999999999 , 0.0000000000000000 )
 mdl_VV2x2 = ( 0.98990650000000002 , 0.0000000000000000 )
 mdl_LLLE1x2x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE1x2x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE1x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE1x3x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE1x3x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE1x3x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x1x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x1x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x1x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x3x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x3x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE2x3x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x1x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x1x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x1x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x2x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLLE3x2x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD1x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD2x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LLQD3x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD1x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD2x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_LUDD3x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_td1x1 = (-0.25518879999999999 , 0.0000000000000000 )
 mdl_td2x2 = ( -4.3746419999999997 , 0.0000000000000000 )
 mdl_td3x3 = ( -167.71799999999999 , 0.0000000000000000 )
 mdl_te1x1 = (-2.15574299999999990E-002, 0.0000000000000000 )
 mdl_te2x2 = ( -4.4572649999999996 , 0.0000000000000000 )
 mdl_te3x3 = ( -74.362740000000002 , 0.0000000000000000 )
 mdl_TLLE1x2x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE1x2x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE1x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE1x3x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE1x3x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE1x3x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x1x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x1x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x1x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x3x1 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x3x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE2x3x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x1x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x1x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x1x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x2x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLLE3x2x3 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD1x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD2x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x1x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x1x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x1x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x2x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x2x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x2x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x3x1 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x3x2 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_TLQD3x3x3 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_tu1x1 = (-8.90070199999999992E-003, 0.0000000000000000 )
 mdl_tu2x2 = ( -3.5602559999999999 , 0.0000000000000000 )
 mdl_tu3x3 = ( -588.76170000000002 , 0.0000000000000000 )
 mdl_TUDD1x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD1x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD1x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD1x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD1x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD1x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD2x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x1x2 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x1x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x2x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x2x3 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x3x1 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_TUDD3x3x2 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_yd1x1 = ( 1.88467100000000004E-004, 0.0000000000000000 )
 mdl_yd2x2 = ( 3.23086300000000005E-003, 0.0000000000000000 )
 mdl_yd3x3 = ( 0.13607830000000001 , 0.0000000000000000 )
 mdl_ye1x1 = ( 2.88227799999999999E-005, 0.0000000000000000 )
 mdl_ye2x2 = ( 5.95963799999999974E-003, 0.0000000000000000 )
 mdl_ye3x3 = ( 0.10023580000000000 , 0.0000000000000000 )
 mdl_yu1x1 = ( 8.78939099999999962E-006, 0.0000000000000000 )
 mdl_yu2x2 = ( 3.51575600000000009E-003, 0.0000000000000000 )
 mdl_yu3x3 = ( 0.88293489999999997 , 0.0000000000000000 )
 mdl_MZ__exp__2 = 8315.1783937600012
 mdl_bb = ( -33767.054946707824 , 0.0000000000000000 )
 mdl_cw__exp__2 = 0.76639015253868426
 mdl_sw = 0.48333202610763931
 mdl_cos__beta = 0.10203811385171670
 mdl_sin__beta = 0.99478049001856894
 mdl_conjg__yu1x1 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I1a11 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_conjg__yu2x2 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I1a22 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_conjg__yu3x3 = ( 0.88293489999999997 , -0.0000000000000000 )
 mdl_I1a33 = ( 0.88293489999999997 , -0.0000000000000000 )
 mdl_conjg__LUDD1x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__Rd1x6 = ( 0.16546810000000001 , -0.0000000000000000 )
 mdl_I10a111 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_conjg__Rd2x6 = ( 0.98621510000000001 , -0.0000000000000000 )
 mdl_I10a112 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD1x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__Rd3x5 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I10a113 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LUDD2x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a121 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I10a122 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD2x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LUDD3x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a131 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I10a132 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD3x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LUDD1x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a211 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I10a212 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD1x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__Rd4x4 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I10a214 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD2x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a221 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I10a222 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD2x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a224 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD3x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a231 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I10a232 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__LUDD3x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a234 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD1x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a313 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD1x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a314 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD2x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a323 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD2x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a324 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD3x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a333 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LUDD3x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I10a334 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__Ru1x6 = ( 0.85948480000000005 , -0.0000000000000000 )
 mdl_conjg__TUDD3x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a131 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_conjg__Ru2x6 = ( 0.51116139999999999 , -0.0000000000000000 )
 mdl_I100a132 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_conjg__Ru3x5 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__TUDD2x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a133 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_conjg__Ru4x4 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__TUDD1x3x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a134 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_conjg__TUDD3x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a141 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I100a142 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_conjg__TUDD2x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a143 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_conjg__TUDD1x3x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a144 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I100a231 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I100a232 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I100a233 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I100a234 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I100a241 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I100a242 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I100a243 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I100a244 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_conjg__TUDD3x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a311 = ( 2.84434633669760038E-002, -0.0000000000000000 )
 mdl_I100a312 = ( 1.69161811302680036E-002, -0.0000000000000000 )
 mdl_conjg__TUDD2x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a313 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_conjg__TUDD1x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a314 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I100a321 = ( 0.16952737759609604 , -0.0000000000000000 )
 mdl_I100a322 = ( 0.10082301824342801 , -0.0000000000000000 )
 mdl_I100a323 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I100a324 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_conjg__TUDD3x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a341 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I100a342 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_conjg__TUDD2x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a343 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__TUDD1x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a344 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__TUDD3x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a411 = ( 2.84434633669760038E-002, -0.0000000000000000 )
 mdl_I100a412 = ( 1.69161811302680036E-002, -0.0000000000000000 )
 mdl_conjg__TUDD2x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a413 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_conjg__TUDD1x1x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a414 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I100a421 = ( 0.16952737759609604 , -0.0000000000000000 )
 mdl_I100a422 = ( 0.10082301824342801 , -0.0000000000000000 )
 mdl_I100a423 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I100a424 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_conjg__TUDD3x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a431 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I100a432 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_conjg__TUDD2x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a433 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__TUDD1x1x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I100a434 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I101a131 = ( 2.84434633669760038E-002, -0.0000000000000000 )
 mdl_I101a132 = ( 1.69161811302680036E-002, -0.0000000000000000 )
 mdl_I101a133 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I101a134 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I101a141 = ( 2.84434633669760038E-002, -0.0000000000000000 )
 mdl_I101a142 = ( 1.69161811302680036E-002, -0.0000000000000000 )
 mdl_I101a143 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I101a144 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I101a231 = ( 0.16952737759609604 , -0.0000000000000000 )
 mdl_I101a232 = ( 0.10082301824342801 , -0.0000000000000000 )
 mdl_I101a233 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I101a234 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I101a241 = ( 0.16952737759609604 , -0.0000000000000000 )
 mdl_I101a242 = ( 0.10082301824342801 , -0.0000000000000000 )
 mdl_I101a243 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I101a244 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I101a311 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I101a312 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I101a313 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I101a314 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I101a321 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I101a322 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I101a323 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I101a324 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I101a341 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I101a342 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I101a343 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I101a344 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I101a411 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I101a412 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I101a413 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I101a414 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I101a421 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I101a422 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I101a423 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I101a424 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I101a431 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I101a432 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I101a433 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I101a434 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__Rd5x2 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I102a151 = ( 9.18969333842181984E-005, -0.0000000000000000 )
 mdl_I102a152 = ( 5.46538637150810713E-005, -0.0000000000000000 )
 mdl_I102a153 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I102a154 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_conjg__Rd6x1 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I102a161 = ( 5.36065705473020301E-006, -0.0000000000000000 )
 mdl_I102a162 = ( 3.18814360069633244E-006, -0.0000000000000000 )
 mdl_I102a163 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I102a164 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I102a251 = ( 5.47719731762255613E-004, -0.0000000000000000 )
 mdl_I102a252 = ( 3.25745359191016563E-004, -0.0000000000000000 )
 mdl_I102a253 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I102a254 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I102a261 = ( 3.19503332261411900E-005, -0.0000000000000000 )
 mdl_I102a262 = ( 1.90018218615859718E-005, -0.0000000000000000 )
 mdl_I102a263 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I102a264 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_conjg__Rd1x3 = ( 0.98621510000000001 , -0.0000000000000000 )
 mdl_I102a311 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I102a312 = (-1.37198249234346693E-002, 0.0000000000000000 )
 mdl_I102a313 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I102a314 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_conjg__Rd2x3 = (-0.16546810000000001 , -0.0000000000000000 )
 mdl_I102a321 = ( 3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I102a322 = ( 2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I102a323 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I102a324 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I102a361 = ( 3.23969215500160049E-005, -0.0000000000000000 )
 mdl_I102a362 = ( 1.92674213379880014E-005, -0.0000000000000000 )
 mdl_I102a363 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I102a364 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I102a411 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I102a412 = (-1.37198249234346693E-002, 0.0000000000000000 )
 mdl_I102a413 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I102a414 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I102a421 = ( 3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I102a422 = ( 2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I102a423 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I102a424 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I102a451 = (-5.55375527876480145E-004, 0.0000000000000000 )
 mdl_I102a452 = (-3.30298490857640044E-004, 0.0000000000000000 )
 mdl_I102a453 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I102a454 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I103a131 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I103a132 = (-1.37198249234346693E-002, 0.0000000000000000 )
 mdl_I103a133 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I103a134 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I103a141 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I103a142 = (-1.37198249234346693E-002, 0.0000000000000000 )
 mdl_I103a143 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I103a144 = (-2.68404948484660018E-002, 0.0000000000000000 )
 mdl_I103a231 = ( 3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I103a232 = ( 2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I103a233 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I103a234 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I103a241 = ( 3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I103a242 = ( 2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I103a243 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I103a244 = ( 4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I103a511 = ( 9.18969333842181984E-005, -0.0000000000000000 )
 mdl_I103a512 = ( 5.46538637150810713E-005, -0.0000000000000000 )
 mdl_I103a513 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I103a514 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I103a521 = ( 5.47719731762255613E-004, -0.0000000000000000 )
 mdl_I103a522 = ( 3.25745359191016563E-004, -0.0000000000000000 )
 mdl_I103a523 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I103a524 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I103a541 = (-5.55375527876480145E-004, 0.0000000000000000 )
 mdl_I103a542 = (-3.30298490857640044E-004, 0.0000000000000000 )
 mdl_I103a543 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I103a544 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I103a611 = ( 5.36065705473020301E-006, -0.0000000000000000 )
 mdl_I103a612 = ( 3.18814360069633244E-006, -0.0000000000000000 )
 mdl_I103a613 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I103a614 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I103a621 = ( 3.19503332261411900E-005, -0.0000000000000000 )
 mdl_I103a622 = ( 1.90018218615859718E-005, -0.0000000000000000 )
 mdl_I103a623 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I103a624 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I103a631 = ( 3.23969215500160049E-005, -0.0000000000000000 )
 mdl_I103a632 = ( 1.92674213379880014E-005, -0.0000000000000000 )
 mdl_I103a633 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I103a634 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I104a151 = (-9.18969333842181984E-005, 0.0000000000000000 )
 mdl_I104a152 = (-5.46538637150810713E-005, 0.0000000000000000 )
 mdl_I104a153 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I104a154 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I104a161 = (-5.36065705473020301E-006, 0.0000000000000000 )
 mdl_I104a162 = (-3.18814360069633244E-006, 0.0000000000000000 )
 mdl_I104a163 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I104a164 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I104a251 = (-5.47719731762255613E-004, 0.0000000000000000 )
 mdl_I104a252 = (-3.25745359191016563E-004, 0.0000000000000000 )
 mdl_I104a253 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I104a254 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I104a261 = (-3.19503332261411900E-005, 0.0000000000000000 )
 mdl_I104a262 = (-1.90018218615859718E-005, 0.0000000000000000 )
 mdl_I104a263 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I104a264 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I104a311 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I104a312 = ( 1.37198249234346693E-002, -0.0000000000000000 )
 mdl_I104a313 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I104a314 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I104a321 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I104a322 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I104a323 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I104a324 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I104a361 = (-3.23969215500160049E-005, 0.0000000000000000 )
 mdl_I104a362 = (-1.92674213379880014E-005, 0.0000000000000000 )
 mdl_I104a363 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I104a364 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I104a411 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I104a412 = ( 1.37198249234346693E-002, -0.0000000000000000 )
 mdl_I104a413 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I104a414 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I104a421 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I104a422 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I104a423 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I104a424 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I104a451 = ( 5.55375527876480145E-004, -0.0000000000000000 )
 mdl_I104a452 = ( 3.30298490857640044E-004, -0.0000000000000000 )
 mdl_I104a453 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I104a454 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I105a131 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I105a132 = ( 1.37198249234346693E-002, -0.0000000000000000 )
 mdl_I105a133 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I105a134 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I105a141 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I105a142 = ( 1.37198249234346693E-002, -0.0000000000000000 )
 mdl_I105a143 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I105a144 = ( 2.68404948484660018E-002, -0.0000000000000000 )
 mdl_I105a231 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I105a232 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I105a233 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I105a234 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I105a241 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I105a242 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I105a243 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I105a244 = (-4.50332355044600046E-003, 0.0000000000000000 )
 mdl_I105a511 = (-9.18969333842181984E-005, 0.0000000000000000 )
 mdl_I105a512 = (-5.46538637150810713E-005, 0.0000000000000000 )
 mdl_I105a513 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I105a514 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I105a521 = (-5.47719731762255613E-004, 0.0000000000000000 )
 mdl_I105a522 = (-3.25745359191016563E-004, 0.0000000000000000 )
 mdl_I105a523 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I105a524 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I105a541 = ( 5.55375527876480145E-004, -0.0000000000000000 )
 mdl_I105a542 = ( 3.30298490857640044E-004, -0.0000000000000000 )
 mdl_I105a543 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I105a544 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I105a611 = (-5.36065705473020301E-006, 0.0000000000000000 )
 mdl_I105a612 = (-3.18814360069633244E-006, 0.0000000000000000 )
 mdl_I105a613 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I105a614 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I105a621 = (-3.19503332261411900E-005, 0.0000000000000000 )
 mdl_I105a622 = (-1.90018218615859718E-005, 0.0000000000000000 )
 mdl_I105a623 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I105a624 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I105a631 = (-3.23969215500160049E-005, 0.0000000000000000 )
 mdl_I105a632 = (-1.92674213379880014E-005, 0.0000000000000000 )
 mdl_I105a633 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I105a634 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_conjg__Ru1x3 = ( 0.51116139999999999 , -0.0000000000000000 )
 mdl_I106a131 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_conjg__Ru2x3 = (-0.85948480000000005 , -0.0000000000000000 )
 mdl_I106a132 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_conjg__Ru5x1 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I106a135 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_conjg__Ru6x2 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I106a136 = ( 1.16349093076720004E-004, -0.0000000000000000 )
 mdl_I106a141 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I106a142 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I106a145 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I106a146 = ( 1.16349093076720004E-004, -0.0000000000000000 )
 mdl_I106a231 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I106a232 = (-0.14968163818507130 , 0.0000000000000000 )
 mdl_I106a235 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I106a236 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I106a241 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I106a242 = (-0.14968163818507130 , 0.0000000000000000 )
 mdl_I106a245 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I106a246 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I106a311 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I106a312 = ( 2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I106a315 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I106a316 = (-1.16349093076720004E-004, 0.0000000000000000 )
 mdl_I106a321 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I106a322 = ( 0.14968163818507130 , 0.0000000000000000 )
 mdl_I106a325 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I106a326 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I106a341 = ( 9.02644479185719939E-002, -0.0000000000000000 )
 mdl_I106a342 = (-0.15177382518790400 , 0.0000000000000000 )
 mdl_I106a345 = ( 1.75787820000000005E-006, -0.0000000000000000 )
 mdl_I106a346 = ( 7.03151200000000018E-004, -0.0000000000000000 )
 mdl_I106a411 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I106a412 = ( 2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I106a415 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I106a416 = (-1.16349093076720004E-004, 0.0000000000000000 )
 mdl_I106a421 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I106a422 = ( 0.14968163818507130 , 0.0000000000000000 )
 mdl_I106a425 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I106a426 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I106a431 = (-9.02644479185719939E-002, 0.0000000000000000 )
 mdl_I106a432 = ( 0.15177382518790400 , 0.0000000000000000 )
 mdl_I106a435 = (-1.75787820000000005E-006, 0.0000000000000000 )
 mdl_I106a436 = (-7.03151200000000018E-004, 0.0000000000000000 )
 mdl_I107a131 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I107a132 = ( 2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I107a135 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I107a136 = (-1.16349093076720004E-004, 0.0000000000000000 )
 mdl_I107a141 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I107a142 = ( 2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I107a145 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I107a146 = (-1.16349093076720004E-004, 0.0000000000000000 )
 mdl_I107a231 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I107a232 = ( 0.14968163818507130 , 0.0000000000000000 )
 mdl_I107a235 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I107a236 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I107a241 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I107a242 = ( 0.14968163818507130 , 0.0000000000000000 )
 mdl_I107a245 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I107a246 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I107a311 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I107a312 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I107a315 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I107a316 = ( 1.16349093076720004E-004, -0.0000000000000000 )
 mdl_I107a321 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I107a322 = (-0.14968163818507130 , 0.0000000000000000 )
 mdl_I107a325 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I107a326 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I107a341 = (-9.02644479185719939E-002, 0.0000000000000000 )
 mdl_I107a342 = ( 0.15177382518790400 , 0.0000000000000000 )
 mdl_I107a345 = (-1.75787820000000005E-006, 0.0000000000000000 )
 mdl_I107a346 = (-7.03151200000000018E-004, 0.0000000000000000 )
 mdl_I107a411 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I107a412 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I107a415 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I107a416 = ( 1.16349093076720004E-004, -0.0000000000000000 )
 mdl_I107a421 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I107a422 = (-0.14968163818507130 , 0.0000000000000000 )
 mdl_I107a425 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I107a426 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I107a431 = ( 9.02644479185719939E-002, -0.0000000000000000 )
 mdl_I107a432 = (-0.15177382518790400 , 0.0000000000000000 )
 mdl_I107a435 = ( 1.75787820000000005E-006, -0.0000000000000000 )
 mdl_I107a436 = ( 7.03151200000000018E-004, -0.0000000000000000 )
 mdl_I108a15 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I108a26 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I108a31 = ( 0.45132223959286000 , -0.0000000000000000 )
 mdl_I108a32 = (-0.75886912593952005 , 0.0000000000000000 )
 mdl_I109a14 = ( 8.78939099999999962E-006, 0.0000000000000000 )
 mdl_I109a23 = ( 3.51575600000000009E-003, 0.0000000000000000 )
 mdl_I109a31 = ( 0.75886912593952005 , 0.0000000000000000 )
 mdl_I109a32 = ( 0.45132223959286000 , 0.0000000000000000 )
 mdl_I11a111 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a112 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a113 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I11a121 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a122 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a123 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I11a131 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a132 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a133 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I11a211 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a212 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a214 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a221 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a222 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a224 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a231 = ( 3.30936200000000041E-002, -0.0000000000000000 )
 mdl_I11a232 = ( 0.19724302000000002 , -0.0000000000000000 )
 mdl_I11a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a313 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a314 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a323 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a324 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a333 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I11a334 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I110a15 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I110a26 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I110a31 = ( 0.51116139999999999 , 0.0000000000000000 )
 mdl_I110a32 = (-0.85948480000000005 , 0.0000000000000000 )
 mdl_conjg__yd1x1 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I111a15 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_conjg__yd2x2 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I111a26 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_conjg__yd3x3 = ( 0.13607830000000001 , -0.0000000000000000 )
 mdl_I111a31 = ( 6.95579743376200099E-002, -0.0000000000000000 )
 mdl_I111a32 = (-0.11695723045984002 , 0.0000000000000000 )
 mdl_I112a14 = ( 8.78939099999999962E-006, 0.0000000000000000 )
 mdl_I112a23 = ( 3.51575600000000009E-003, 0.0000000000000000 )
 mdl_I112a31 = ( 0.75886912593952005 , 0.0000000000000000 )
 mdl_I112a32 = ( 0.45132223959286000 , 0.0000000000000000 )
 mdl_conjg__LLQD1x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a111 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a112 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD1x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD1x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a116 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD1x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a121 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a122 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD1x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD1x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a126 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD1x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a131 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a132 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD1x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD1x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a136 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a211 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a212 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD2x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a216 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a221 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a222 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD2x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a226 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a231 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a232 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD2x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD2x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a236 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a311 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a312 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD3x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a316 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a321 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a322 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD3x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a326 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a331 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I113a332 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__LLQD3x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLQD3x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I113a336 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I114a121 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a122 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a123 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a124 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a131 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a132 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a133 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a134 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a211 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a212 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a213 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a214 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a231 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a232 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a233 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a234 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a311 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a312 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a313 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a314 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a321 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I114a322 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I114a323 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I114a324 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a121 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a122 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a124 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a131 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a132 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a134 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a211 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a212 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a213 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a214 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a231 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a232 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a233 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a311 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a312 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a313 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a314 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a321 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I115a322 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I115a323 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I115a324 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I116a11 = ( 0.50411509121714004 , -0.0000000000000000 )
 mdl_I116a12 = (-0.84763688798048009 , 0.0000000000000000 )
 mdl_I116a21 = (-8.45809056513400076E-002, -0.0000000000000000 )
 mdl_I116a22 = ( 0.14221731683488001 , 0.0000000000000000 )
 mdl_I116a56 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I116a65 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I117a11 = ( 1.15096258534947427E-002, -0.0000000000000000 )
 mdl_I117a12 = (-1.93526907054518554E-002, 0.0000000000000000 )
 mdl_I117a21 = ( 6.85991246171733515E-002, -0.0000000000000000 )
 mdl_I117a22 = (-0.11534498673367417 , 0.0000000000000000 )
 mdl_I117a36 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I117a45 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_conjg__td3x3 = ( -167.71799999999999 , -0.0000000000000000 )
 mdl_I118a11 = ( -14.185740334031442 , 0.0000000000000000 )
 mdl_I118a12 = ( 23.852403944912403 , 0.0000000000000000 )
 mdl_I118a21 = ( -84.549174868756282 , 0.0000000000000000 )
 mdl_I118a22 = ( 142.16396357831016 , 0.0000000000000000 )
 mdl_conjg__td2x2 = ( -4.3746419999999997 , -0.0000000000000000 )
 mdl_I118a36 = ( -4.3746419999999997 , 0.0000000000000000 )
 mdl_conjg__td1x1 = (-0.25518879999999999 , -0.0000000000000000 )
 mdl_I118a45 = (-0.25518879999999999 , 0.0000000000000000 )
 mdl_I119a11 = ( -499.05613515009702 , 0.0000000000000000 )
 mdl_I119a12 = ( -296.80365810065842 , 0.0000000000000000 )
 mdl_I119a21 = ( 83.732109229142580 , 0.0000000000000000 )
 mdl_I119a22 = ( 49.797997798822543 , 0.0000000000000000 )
 mdl_I119a53 = ( -3.5602559999999999 , 0.0000000000000000 )
 mdl_I119a64 = (-8.90070199999999992E-003, 0.0000000000000000 )
 mdl_I12a16 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I12a25 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I12a31 = ( 0.13420247424233001 , -0.0000000000000000 )
 mdl_I12a32 = (-2.25166177522300032E-002, 0.0000000000000000 )
 mdl_I120a11 = ( 9.33485225939310187E-003, -0.0000000000000000 )
 mdl_I120a12 = (-1.56959497082409354E-002, 0.0000000000000000 )
 mdl_I120a21 = (-1.56621031977961377E-003, 0.0000000000000000 )
 mdl_I120a22 = ( 2.63348125162368935E-003, 0.0000000000000000 )
 mdl_I120a56 = ( 1.04384757247689997E-005, -0.0000000000000000 )
 mdl_I120a65 = ( 3.55198477824100018E-008, -0.0000000000000000 )
 mdl_I121a11 = ( 0.39299503709439954 , -0.0000000000000000 )
 mdl_I121a12 = (-0.66079571121386038 , 0.0000000000000000 )
 mdl_I121a21 = (-6.59370781256947008E-002, 0.0000000000000000 )
 mdl_I121a22 = ( 0.11086892790701156 , 0.0000000000000000 )
 mdl_I121a56 = ( 1.23605402515360008E-005, -0.0000000000000000 )
 mdl_I121a65 = ( 7.72533941508809872E-011, -0.0000000000000000 )
 mdl_I122a11 = ( 0.74840819092535638 , -0.0000000000000000 )
 mdl_I122a12 = ( 0.44510080765229637 , -0.0000000000000000 )
 mdl_I122a21 = (-0.12556863241787311 , -0.0000000000000000 )
 mdl_I122a22 = (-7.46794334731753218E-002, -0.0000000000000000 )
 mdl_I122a53 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I122a64 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I123a11 = ( 1.70871660327490647E-002, -0.0000000000000000 )
 mdl_I123a12 = ( 1.01622503519927937E-002, -0.0000000000000000 )
 mdl_I123a21 = ( 0.10184211432719793 , -0.0000000000000000 )
 mdl_I123a22 = ( 6.05685612339514901E-002, -0.0000000000000000 )
 mdl_I123a33 = ( 1.13589259774280001E-005, -0.0000000000000000 )
 mdl_I123a44 = ( 1.65651103253609992E-009, -0.0000000000000000 )
 mdl_I124a11 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I124a12 = (-0.43933545364672000 , 0.0000000000000000 )
 mdl_I124a21 = (-0.43933545364672000 , -0.0000000000000000 )
 mdl_I124a22 = ( 0.73871412143104009 , 0.0000000000000000 )
 mdl_I124a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I124a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I125a11 = ( 0.73871412143104009 , -0.0000000000000000 )
 mdl_I125a12 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I125a21 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I125a22 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I125a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I125a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I126a11 = ( 0.38790460483202133 , -0.0000000000000000 )
 mdl_I126a12 = (-0.65223647893430325 , 0.0000000000000000 )
 mdl_I126a21 = ( 0.23069850784142171 , -0.0000000000000000 )
 mdl_I126a22 = (-0.38790460483202133 , 0.0000000000000000 )
 mdl_I126a36 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I126a45 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_conjg__tu3x3 = ( -588.76170000000002 , -0.0000000000000000 )
 mdl_I127a11 = ( -258.66388855931405 , 0.0000000000000000 )
 mdl_I127a12 = ( 434.92658194774560 , 0.0000000000000000 )
 mdl_I127a21 = ( -153.83517591634308 , 0.0000000000000000 )
 mdl_I127a22 = ( 258.66388855931405 , 0.0000000000000000 )
 mdl_conjg__tu2x2 = ( -3.5602559999999999 , -0.0000000000000000 )
 mdl_I127a36 = ( -3.5602559999999999 , 0.0000000000000000 )
 mdl_conjg__tu1x1 = (-8.90070199999999992E-003, -0.0000000000000000 )
 mdl_I127a45 = (-8.90070199999999992E-003, 0.0000000000000000 )
 mdl_I128a11 = ( -258.66388855931410 , 0.0000000000000000 )
 mdl_I128a12 = ( -153.83517591634308 , 0.0000000000000000 )
 mdl_I128a21 = ( 434.92658194774560 , 0.0000000000000000 )
 mdl_I128a22 = ( 258.66388855931405 , 0.0000000000000000 )
 mdl_I128a54 = (-8.90070199999999992E-003, 0.0000000000000000 )
 mdl_I128a63 = ( -3.5602559999999999 , 0.0000000000000000 )
 mdl_I129a11 = ( 0.38790460483202138 , -0.0000000000000000 )
 mdl_I129a12 = ( 0.23069850784142173 , -0.0000000000000000 )
 mdl_I129a21 = (-0.65223647893430325 , -0.0000000000000000 )
 mdl_I129a22 = (-0.38790460483202138 , -0.0000000000000000 )
 mdl_I129a54 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I129a63 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I13a14 = ( 1.88467100000000004E-004, 0.0000000000000000 )
 mdl_I13a23 = ( 3.23086300000000005E-003, 0.0000000000000000 )
 mdl_I13a31 = ( 2.25166177522300032E-002, 0.0000000000000000 )
 mdl_I13a32 = ( 0.13420247424233001 , 0.0000000000000000 )
 mdl_I130a11 = ( 0.20369176395111491 , -0.0000000000000000 )
 mdl_I130a12 = (-0.34249451347690030 , 0.0000000000000000 )
 mdl_I130a21 = (-0.34249451347690030 , 0.0000000000000000 )
 mdl_I130a22 = ( 0.57588235030421109 , 0.0000000000000000 )
 mdl_I130a55 = ( 7.72533941508809872E-011, -0.0000000000000000 )
 mdl_I130a66 = ( 1.23605402515360008E-005, -0.0000000000000000 )
 mdl_I131a11 = ( 0.57588235030421109 , -0.0000000000000000 )
 mdl_I131a12 = ( 0.34249451347690030 , -0.0000000000000000 )
 mdl_I131a21 = ( 0.34249451347690030 , -0.0000000000000000 )
 mdl_I131a22 = ( 0.20369176395111491 , -0.0000000000000000 )
 mdl_I131a33 = ( 1.23605402515360008E-005, -0.0000000000000000 )
 mdl_I131a44 = ( 7.72533941508809872E-011, -0.0000000000000000 )
 mdl_conjg__TLQD3x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a111 = ( 2.93861555027091857E-003, -0.0000000000000000 )
 mdl_I132a112 = (-4.94109179312344441E-003, 0.0000000000000000 )
 mdl_conjg__TLQD3x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a115 = ( 5.74889956532500038E-003, -0.0000000000000000 )
 mdl_conjg__TLQD3x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a116 = ( 5.74889956532500038E-003, -0.0000000000000000 )
 mdl_conjg__TLQD1x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a141 = ( 8.45809056513400180E-003, -0.0000000000000000 )
 mdl_I132a142 = (-1.42217316834880019E-002, 0.0000000000000000 )
 mdl_conjg__TLQD1x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a145 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_conjg__TLQD1x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a146 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_conjg__TLQD2x3x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a151 = ( 8.45809056513400180E-003, -0.0000000000000000 )
 mdl_I132a152 = (-1.42217316834880019E-002, 0.0000000000000000 )
 mdl_conjg__TLQD2x1x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a155 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_conjg__TLQD2x2x3 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a156 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I132a161 = (-7.93119381337897660E-003, 0.0000000000000000 )
 mdl_I132a162 = ( 1.33357889082651171E-002, -0.0000000000000000 )
 mdl_I132a165 = (-1.55160264710500016E-002, 0.0000000000000000 )
 mdl_I132a166 = (-1.55160264710500016E-002, 0.0000000000000000 )
 mdl_I132a211 = ( 1.75145966429298972E-002, -0.0000000000000000 )
 mdl_I132a212 = (-2.94496603083278102E-002, 0.0000000000000000 )
 mdl_I132a215 = ( 3.42643177730750023E-002, -0.0000000000000000 )
 mdl_I132a216 = ( 3.42643177730750023E-002, -0.0000000000000000 )
 mdl_I132a241 = ( 5.04115091217140071E-002, -0.0000000000000000 )
 mdl_I132a242 = (-8.47636887980480203E-002, 0.0000000000000000 )
 mdl_I132a245 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I132a246 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I132a251 = ( 5.04115091217140071E-002, -0.0000000000000000 )
 mdl_I132a252 = (-8.47636887980480203E-002, 0.0000000000000000 )
 mdl_I132a255 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I132a256 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I132a261 = (-4.72711241609768268E-002, 0.0000000000000000 )
 mdl_I132a262 = ( 7.94833348043736121E-002, -0.0000000000000000 )
 mdl_I132a265 = (-9.24778830345500125E-002, 0.0000000000000000 )
 mdl_I132a266 = (-9.24778830345500125E-002, 0.0000000000000000 )
 mdl_conjg__TLQD3x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a311 = ( 1.77594083105499997E-002, -0.0000000000000000 )
 mdl_I132a312 = (-2.98612952775999980E-002, 0.0000000000000000 )
 mdl_conjg__TLQD3x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a315 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_conjg__TLQD3x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a316 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_conjg__TLQD1x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a341 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I132a342 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__TLQD1x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a345 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD1x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a346 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD2x3x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a351 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I132a352 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__TLQD2x1x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a355 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD2x2x2 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a356 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a361 = (-4.79318600587000029E-002, 0.0000000000000000 )
 mdl_I132a362 = ( 8.05943194384000083E-002, -0.0000000000000000 )
 mdl_I132a365 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I132a366 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_conjg__TLQD3x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a411 = ( 1.77594083105499997E-002, -0.0000000000000000 )
 mdl_I132a412 = (-2.98612952775999980E-002, 0.0000000000000000 )
 mdl_conjg__TLQD3x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a415 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_conjg__TLQD3x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a416 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_conjg__TLQD1x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a441 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I132a442 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__TLQD1x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a445 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD1x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a446 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD2x3x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a451 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I132a452 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_conjg__TLQD2x1x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a455 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_conjg__TLQD2x2x1 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a456 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I132a461 = (-4.79318600587000029E-002, 0.0000000000000000 )
 mdl_I132a462 = ( 8.05943194384000083E-002, -0.0000000000000000 )
 mdl_I132a465 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I132a466 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I133a111 = ( 2.38335653635560803E-003, -0.0000000000000000 )
 mdl_I133a112 = (-4.00745971033472474E-003, 0.0000000000000000 )
 mdl_I133a115 = ( 4.66263011321983289E-003, -0.0000000000000000 )
 mdl_I133a116 = ( 4.66263011321983289E-003, -0.0000000000000000 )
 mdl_I133a141 = ( 6.85991246171733637E-003, -0.0000000000000000 )
 mdl_I133a142 = (-1.15344986733674180E-002, 0.0000000000000000 )
 mdl_I133a145 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I133a146 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I133a151 = ( 6.85991246171733637E-003, -0.0000000000000000 )
 mdl_I133a152 = (-1.15344986733674180E-002, 0.0000000000000000 )
 mdl_I133a155 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I133a156 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I133a161 = (-6.43257421491465285E-003, 0.0000000000000000 )
 mdl_I133a162 = ( 1.08159570785099964E-002, -0.0000000000000000 )
 mdl_I133a165 = (-1.25842331109404081E-002, 0.0000000000000000 )
 mdl_I133a166 = (-1.25842331109404081E-002, 0.0000000000000000 )
 mdl_I133a211 = (-3.99881808434431150E-004, 0.0000000000000000 )
 mdl_I133a212 = ( 6.72375371352190005E-004, 0.0000000000000000 )
 mdl_I133a215 = (-7.82300479720165164E-004, 0.0000000000000000 )
 mdl_I133a216 = (-7.82300479720165164E-004, 0.0000000000000000 )
 mdl_I133a241 = (-1.15096258534947435E-003, 0.0000000000000000 )
 mdl_I133a242 = ( 1.93526907054518567E-003, 0.0000000000000000 )
 mdl_I133a245 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I133a246 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I133a251 = (-1.15096258534947435E-003, 0.0000000000000000 )
 mdl_I133a252 = ( 1.93526907054518567E-003, 0.0000000000000000 )
 mdl_I133a255 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I133a256 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I133a261 = ( 1.07926337109512860E-003, 0.0000000000000000 )
 mdl_I133a262 = (-1.81471148379557337E-003, 0.0000000000000000 )
 mdl_I133a265 = ( 2.11139450493548399E-003, 0.0000000000000000 )
 mdl_I133a266 = ( 2.11139450493548399E-003, 0.0000000000000000 )
 mdl_I133a511 = ( 5.73782152124485009E-005, -0.0000000000000000 )
 mdl_I133a512 = (-9.64777540444725643E-005, 0.0000000000000000 )
 mdl_I133a515 = ( 1.12250680924749993E-004, -0.0000000000000000 )
 mdl_I133a516 = ( 1.12250680924749993E-004, -0.0000000000000000 )
 mdl_I133a541 = ( 1.65149245428820022E-004, -0.0000000000000000 )
 mdl_I133a542 = (-2.77687763938240073E-004, 0.0000000000000000 )
 mdl_I133a545 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I133a546 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I133a551 = ( 1.65149245428820022E-004, -0.0000000000000000 )
 mdl_I133a552 = (-2.77687763938240073E-004, 0.0000000000000000 )
 mdl_I133a555 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I133a556 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I133a561 = (-1.54861273184831670E-004, 0.0000000000000000 )
 mdl_I133a562 = ( 2.60389204683707405E-004, -0.0000000000000000 )
 mdl_I133a565 = (-3.02959638941500021E-004, 0.0000000000000000 )
 mdl_I133a566 = (-3.02959638941500021E-004, 0.0000000000000000 )
 mdl_I133a611 = ( 3.34706418200525794E-006, -0.0000000000000000 )
 mdl_I133a612 = (-5.62787172321296691E-006, 0.0000000000000000 )
 mdl_I133a615 = ( 6.54795957207499981E-006, -0.0000000000000000 )
 mdl_I133a616 = ( 6.54795957207499981E-006, -0.0000000000000000 )
 mdl_I133a641 = ( 9.63371066899400071E-006, -0.0000000000000000 )
 mdl_I133a642 = (-1.61984607750080025E-005, 0.0000000000000000 )
 mdl_I133a645 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I133a646 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I133a651 = ( 9.63371066899400071E-006, -0.0000000000000000 )
 mdl_I133a652 = (-1.61984607750080025E-005, 0.0000000000000000 )
 mdl_I133a655 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I133a656 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I133a661 = (-9.03357866286901863E-006, 0.0000000000000000 )
 mdl_I133a662 = ( 1.51893776610288787E-005, -0.0000000000000000 )
 mdl_I133a665 = (-1.76726542005500006E-005, 0.0000000000000000 )
 mdl_I133a666 = (-1.76726542005500006E-005, 0.0000000000000000 )
 mdl_I134a111 = ( 7.94989556839092591E-004, -0.0000000000000000 )
 mdl_I134a112 = (-1.33672346985108073E-003, 0.0000000000000000 )
 mdl_I134a115 = ( 1.55526132614687389E-003, -0.0000000000000000 )
 mdl_I134a116 = ( 1.55526132614687389E-003, -0.0000000000000000 )
 mdl_I134a121 = ( 5.04071579394140703E-005, -0.0000000000000000 )
 mdl_I134a122 = (-8.47563725667190661E-005, 0.0000000000000000 )
 mdl_I134a125 = ( 9.86129976547799931E-005, -0.0000000000000000 )
 mdl_I134a126 = ( 9.86129976547799931E-005, -0.0000000000000000 )
 mdl_I134a131 = ( 2.43785683578932989E-007, -0.0000000000000000 )
 mdl_I134a132 = (-4.09909843532204309E-007, 0.0000000000000000 )
 mdl_I134a135 = ( 4.76925064331800075E-007, -0.0000000000000000 )
 mdl_I134a136 = ( 4.76925064331800075E-007, -0.0000000000000000 )
 mdl_I134a161 = ( 2.94554480573845732E-004, -0.0000000000000000 )
 mdl_I134a162 = (-4.95274288757163012E-004, 0.0000000000000000 )
 mdl_I134a165 = ( 5.76245547050003681E-004, -0.0000000000000000 )
 mdl_I134a166 = ( 5.76245547050003681E-004, -0.0000000000000000 )
 mdl_I134a211 = ( 4.73825894717484156E-003, -0.0000000000000000 )
 mdl_I134a212 = (-7.96707565078423260E-003, 0.0000000000000000 )
 mdl_I134a215 = ( 9.26959458827454792E-003, -0.0000000000000000 )
 mdl_I134a216 = ( 9.26959458827454792E-003, -0.0000000000000000 )
 mdl_I134a221 = ( 3.00434345399113421E-004, -0.0000000000000000 )
 mdl_I134a222 = (-5.05160900781021220E-004, 0.0000000000000000 )
 mdl_I134a225 = ( 5.87748498613379993E-004, -0.0000000000000000 )
 mdl_I134a226 = ( 5.87748498613379993E-004, -0.0000000000000000 )
 mdl_I134a231 = ( 1.45299983688315587E-006, -0.0000000000000000 )
 mdl_I134a232 = (-2.44312515421460250E-006, 0.0000000000000000 )
 mdl_I134a235 = ( 2.84254608599780024E-006, -0.0000000000000000 )
 mdl_I134a236 = ( 2.84254608599780024E-006, -0.0000000000000000 )
 mdl_I134a261 = ( 1.75558960618139273E-003, -0.0000000000000000 )
 mdl_I134a262 = (-2.95191026073348501E-003, 0.0000000000000000 )
 mdl_I134a265 = ( 3.43451130343839107E-003, -0.0000000000000000 )
 mdl_I134a266 = ( 3.43451130343839107E-003, -0.0000000000000000 )
 mdl_I134a311 = ( 4.80448833847184169E-003, -0.0000000000000000 )
 mdl_I134a312 = (-8.07843608436357649E-003, 0.0000000000000000 )
 mdl_I134a315 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I134a316 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I134a321 = ( 3.04633690357320039E-004, -0.0000000000000000 )
 mdl_I134a322 = (-5.12221827450240041E-004, 0.0000000000000000 )
 mdl_I134a325 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I134a326 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I134a331 = ( 1.47330925766920003E-006, -0.0000000000000000 )
 mdl_I134a332 = (-2.47727413037440037E-006, 0.0000000000000000 )
 mdl_I134a335 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I134a336 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I134a361 = ( 1.78012849953462760E-003, -0.0000000000000000 )
 mdl_I134a362 = (-2.99317082118645810E-003, 0.0000000000000000 )
 mdl_I134a365 = ( 3.48251745834999996E-003, -0.0000000000000000 )
 mdl_I134a366 = ( 3.48251745834999996E-003, -0.0000000000000000 )
 mdl_I134a411 = ( 4.80448833847184169E-003, -0.0000000000000000 )
 mdl_I134a412 = (-8.07843608436357649E-003, 0.0000000000000000 )
 mdl_I134a415 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I134a416 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I134a421 = ( 3.04633690357320039E-004, -0.0000000000000000 )
 mdl_I134a422 = (-5.12221827450240041E-004, 0.0000000000000000 )
 mdl_I134a425 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I134a426 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I134a431 = ( 1.47330925766920003E-006, -0.0000000000000000 )
 mdl_I134a432 = (-2.47727413037440037E-006, 0.0000000000000000 )
 mdl_I134a435 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I134a436 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I134a461 = ( 1.78012849953462760E-003, -0.0000000000000000 )
 mdl_I134a462 = (-2.99317082118645810E-003, 0.0000000000000000 )
 mdl_I134a465 = ( 3.48251745834999996E-003, -0.0000000000000000 )
 mdl_I134a466 = ( 3.48251745834999996E-003, -0.0000000000000000 )
 mdl_I135a111 = ( 4.36266238825226867E-003, -0.0000000000000000 )
 mdl_I135a112 = ( 2.59460622701689850E-003, -0.0000000000000000 )
 mdl_I135a113 = ( 2.02117281401887587E-005, -0.0000000000000000 )
 mdl_I135a114 = ( 5.05293260993714636E-008, -0.0000000000000000 )
 mdl_I135a141 = ( 1.25568632417873121E-002, -0.0000000000000000 )
 mdl_I135a142 = ( 7.46794334731753270E-003, -0.0000000000000000 )
 mdl_I135a143 = ( 5.81745465383600019E-005, -0.0000000000000000 )
 mdl_I135a144 = ( 1.45436382892710008E-007, -0.0000000000000000 )
 mdl_I135a151 = ( 1.25568632417873121E-002, -0.0000000000000000 )
 mdl_I135a152 = ( 7.46794334731753270E-003, -0.0000000000000000 )
 mdl_I135a153 = ( 5.81745465383600019E-005, -0.0000000000000000 )
 mdl_I135a154 = ( 1.45436382892710008E-007, -0.0000000000000000 )
 mdl_I135a161 = (-1.17746334461401713E-002, 0.0000000000000000 )
 mdl_I135a162 = (-7.00272781649638638E-003, 0.0000000000000000 )
 mdl_I135a163 = (-5.45505631617528654E-005, 0.0000000000000000 )
 mdl_I135a164 = (-1.36376423420408633E-007, 0.0000000000000000 )
 mdl_I135a211 = ( 2.60021328793673817E-002, -0.0000000000000000 )
 mdl_I135a212 = ( 1.54642486354656470E-002, -0.0000000000000000 )
 mdl_I135a213 = ( 1.20464980796595054E-004, -0.0000000000000000 )
 mdl_I135a214 = ( 3.01162486255805429E-007, -0.0000000000000000 )
 mdl_I135a241 = ( 7.48408190925356487E-002, -0.0000000000000000 )
 mdl_I135a242 = ( 4.45100807652296440E-002, -0.0000000000000000 )
 mdl_I135a243 = ( 3.46729165511560017E-004, -0.0000000000000000 )
 mdl_I135a244 = ( 8.66823012400409993E-007, -0.0000000000000000 )
 mdl_I135a251 = ( 7.48408190925356487E-002, -0.0000000000000000 )
 mdl_I135a252 = ( 4.45100807652296440E-002, -0.0000000000000000 )
 mdl_I135a253 = ( 3.46729165511560017E-004, -0.0000000000000000 )
 mdl_I135a254 = ( 8.66823012400409993E-007, -0.0000000000000000 )
 mdl_I135a261 = (-7.01786102671661388E-002, 0.0000000000000000 )
 mdl_I135a262 = (-4.17373252839596601E-002, 0.0000000000000000 )
 mdl_I135a263 = (-3.25129672146017403E-004, 0.0000000000000000 )
 mdl_I135a264 = (-8.12824272842926459E-007, 0.0000000000000000 )
 mdl_I135a311 = ( 2.63655797597982244E-002, -0.0000000000000000 )
 mdl_I135a312 = ( 1.56804014007346330E-002, -0.0000000000000000 )
 mdl_I135a313 = ( 1.22148789646999979E-004, -0.0000000000000000 )
 mdl_I135a314 = ( 3.05372008860749976E-007, -0.0000000000000000 )
 mdl_I135a341 = ( 7.58869125939520134E-002, -0.0000000000000000 )
 mdl_I135a342 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I135a343 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I135a344 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I135a351 = ( 7.58869125939520134E-002, -0.0000000000000000 )
 mdl_I135a352 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I135a353 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I135a354 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I135a361 = (-7.11595373739117715E-002, 0.0000000000000000 )
 mdl_I135a362 = (-4.23207120677422804E-002, 0.0000000000000000 )
 mdl_I135a363 = (-3.29674197998000009E-004, 0.0000000000000000 )
 mdl_I135a364 = (-8.24185588765499998E-007, 0.0000000000000000 )
 mdl_I135a411 = ( 2.63655797597982244E-002, -0.0000000000000000 )
 mdl_I135a412 = ( 1.56804014007346330E-002, -0.0000000000000000 )
 mdl_I135a413 = ( 1.22148789646999979E-004, -0.0000000000000000 )
 mdl_I135a414 = ( 3.05372008860749976E-007, -0.0000000000000000 )
 mdl_I135a441 = ( 7.58869125939520134E-002, -0.0000000000000000 )
 mdl_I135a442 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I135a443 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I135a444 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I135a451 = ( 7.58869125939520134E-002, -0.0000000000000000 )
 mdl_I135a452 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I135a453 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I135a454 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I135a461 = (-7.11595373739117715E-002, 0.0000000000000000 )
 mdl_I135a462 = (-4.23207120677422804E-002, 0.0000000000000000 )
 mdl_I135a463 = (-3.29674197998000009E-004, 0.0000000000000000 )
 mdl_I135a464 = (-8.24185588765499998E-007, 0.0000000000000000 )
 mdl_I136a131 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I136a132 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I136a135 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I136a136 = ( 1.16349093076720017E-004, -0.0000000000000000 )
 mdl_I136a141 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I136a142 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I136a145 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I136a146 = ( 1.16349093076720017E-004, -0.0000000000000000 )
 mdl_I136a231 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I136a232 = (-0.14968163818507127 , 0.0000000000000000 )
 mdl_I136a235 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I136a236 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I136a241 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I136a242 = (-0.14968163818507127 , 0.0000000000000000 )
 mdl_I136a245 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I136a246 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I136a311 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I136a312 = ( 2.51137264835746207E-002, -0.0000000000000000 )
 mdl_I136a315 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I136a316 = (-1.16349093076720017E-004, 0.0000000000000000 )
 mdl_I136a321 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I136a322 = ( 0.14968163818507127 , -0.0000000000000000 )
 mdl_I136a325 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I136a326 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I136a341 = ( 9.02644479185720078E-002, -0.0000000000000000 )
 mdl_I136a342 = (-0.15177382518790400 , 0.0000000000000000 )
 mdl_I136a345 = ( 1.75787820000000005E-006, -0.0000000000000000 )
 mdl_I136a346 = ( 7.03151200000000018E-004, -0.0000000000000000 )
 mdl_I136a411 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I136a412 = ( 2.51137264835746207E-002, -0.0000000000000000 )
 mdl_I136a415 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I136a416 = (-1.16349093076720017E-004, 0.0000000000000000 )
 mdl_I136a421 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I136a422 = ( 0.14968163818507127 , -0.0000000000000000 )
 mdl_I136a425 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I136a426 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I136a431 = (-9.02644479185720078E-002, 0.0000000000000000 )
 mdl_I136a432 = ( 0.15177382518790400 , -0.0000000000000000 )
 mdl_I136a435 = (-1.75787820000000005E-006, 0.0000000000000000 )
 mdl_I136a436 = (-7.03151200000000018E-004, 0.0000000000000000 )
 mdl_I137a131 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I137a132 = ( 2.51137264835746207E-002, -0.0000000000000000 )
 mdl_I137a135 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I137a136 = (-1.16349093076720017E-004, 0.0000000000000000 )
 mdl_I137a141 = (-1.49358866946350637E-002, 0.0000000000000000 )
 mdl_I137a142 = ( 2.51137264835746207E-002, -0.0000000000000000 )
 mdl_I137a145 = (-2.90872765785420017E-007, 0.0000000000000000 )
 mdl_I137a146 = (-1.16349093076720017E-004, 0.0000000000000000 )
 mdl_I137a231 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I137a232 = ( 0.14968163818507127 , -0.0000000000000000 )
 mdl_I137a235 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I137a236 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I137a241 = (-8.90201615304592880E-002, 0.0000000000000000 )
 mdl_I137a242 = ( 0.14968163818507127 , -0.0000000000000000 )
 mdl_I137a245 = (-1.73364602480081999E-006, 0.0000000000000000 )
 mdl_I137a246 = (-6.93458331023120034E-004, 0.0000000000000000 )
 mdl_I137a311 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I137a312 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I137a315 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I137a316 = ( 1.16349093076720017E-004, -0.0000000000000000 )
 mdl_I137a321 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I137a322 = (-0.14968163818507127 , 0.0000000000000000 )
 mdl_I137a325 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I137a326 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I137a341 = (-9.02644479185720078E-002, 0.0000000000000000 )
 mdl_I137a342 = ( 0.15177382518790400 , -0.0000000000000000 )
 mdl_I137a345 = (-1.75787820000000005E-006, 0.0000000000000000 )
 mdl_I137a346 = (-7.03151200000000018E-004, 0.0000000000000000 )
 mdl_I137a411 = ( 1.49358866946350637E-002, -0.0000000000000000 )
 mdl_I137a412 = (-2.51137264835746207E-002, 0.0000000000000000 )
 mdl_I137a415 = ( 2.90872765785420017E-007, -0.0000000000000000 )
 mdl_I137a416 = ( 1.16349093076720017E-004, -0.0000000000000000 )
 mdl_I137a421 = ( 8.90201615304592880E-002, -0.0000000000000000 )
 mdl_I137a422 = (-0.14968163818507127 , 0.0000000000000000 )
 mdl_I137a425 = ( 1.73364602480081999E-006, -0.0000000000000000 )
 mdl_I137a426 = ( 6.93458331023120034E-004, -0.0000000000000000 )
 mdl_I137a431 = ( 9.02644479185720078E-002, -0.0000000000000000 )
 mdl_I137a432 = (-0.15177382518790400 , 0.0000000000000000 )
 mdl_I137a435 = ( 1.75787820000000005E-006, -0.0000000000000000 )
 mdl_I137a436 = ( 7.03151200000000018E-004, -0.0000000000000000 )
 mdl_I138a151 = ( 9.18969333842181984E-005, -0.0000000000000000 )
 mdl_I138a152 = ( 5.46538637150810645E-005, -0.0000000000000000 )
 mdl_I138a153 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I138a154 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I138a161 = ( 5.36065705473020301E-006, -0.0000000000000000 )
 mdl_I138a162 = ( 3.18814360069633244E-006, -0.0000000000000000 )
 mdl_I138a163 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I138a164 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I138a251 = ( 5.47719731762255613E-004, -0.0000000000000000 )
 mdl_I138a252 = ( 3.25745359191016563E-004, -0.0000000000000000 )
 mdl_I138a253 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I138a254 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I138a261 = ( 3.19503332261411900E-005, -0.0000000000000000 )
 mdl_I138a262 = ( 1.90018218615859718E-005, -0.0000000000000000 )
 mdl_I138a263 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I138a264 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I138a311 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I138a312 = (-1.37198249234346710E-002, 0.0000000000000000 )
 mdl_I138a313 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I138a314 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I138a321 = ( 3.87053814109037091E-003, -0.0000000000000000 )
 mdl_I138a322 = ( 2.30192517069894827E-003, -0.0000000000000000 )
 mdl_I138a323 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I138a324 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I138a361 = ( 3.23969215500160049E-005, -0.0000000000000000 )
 mdl_I138a362 = ( 1.92674213379880014E-005, -0.0000000000000000 )
 mdl_I138a363 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I138a364 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I138a411 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I138a412 = (-1.37198249234346710E-002, 0.0000000000000000 )
 mdl_I138a413 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I138a414 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I138a421 = ( 3.87053814109037091E-003, -0.0000000000000000 )
 mdl_I138a422 = ( 2.30192517069894827E-003, -0.0000000000000000 )
 mdl_I138a423 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I138a424 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I138a451 = (-5.55375527876480037E-004, 0.0000000000000000 )
 mdl_I138a452 = (-3.30298490857640044E-004, 0.0000000000000000 )
 mdl_I138a453 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I138a454 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I139a151 = (-9.18969333842181984E-005, 0.0000000000000000 )
 mdl_I139a152 = (-5.46538637150810645E-005, 0.0000000000000000 )
 mdl_I139a153 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I139a154 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I139a161 = (-5.36065705473020301E-006, 0.0000000000000000 )
 mdl_I139a162 = (-3.18814360069633244E-006, 0.0000000000000000 )
 mdl_I139a163 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I139a164 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I139a251 = (-5.47719731762255613E-004, 0.0000000000000000 )
 mdl_I139a252 = (-3.25745359191016563E-004, 0.0000000000000000 )
 mdl_I139a253 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I139a254 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I139a261 = (-3.19503332261411900E-005, 0.0000000000000000 )
 mdl_I139a262 = (-1.90018218615859718E-005, 0.0000000000000000 )
 mdl_I139a263 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I139a264 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I139a311 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I139a312 = ( 1.37198249234346710E-002, -0.0000000000000000 )
 mdl_I139a313 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I139a314 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I139a321 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I139a322 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I139a323 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I139a324 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I139a361 = (-3.23969215500160049E-005, 0.0000000000000000 )
 mdl_I139a362 = (-1.92674213379880014E-005, 0.0000000000000000 )
 mdl_I139a363 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I139a364 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I139a411 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I139a412 = ( 1.37198249234346710E-002, -0.0000000000000000 )
 mdl_I139a413 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I139a414 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I139a421 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I139a422 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I139a423 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I139a424 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I139a451 = ( 5.55375527876480037E-004, -0.0000000000000000 )
 mdl_I139a452 = ( 3.30298490857640044E-004, -0.0000000000000000 )
 mdl_I139a453 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I139a454 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I14a16 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I14a25 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I14a31 = ( 0.98621510000000001 , 0.0000000000000000 )
 mdl_I14a32 = (-0.16546810000000001 , 0.0000000000000000 )
 mdl_I140a131 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I140a132 = (-1.37198249234346710E-002, 0.0000000000000000 )
 mdl_I140a133 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I140a134 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I140a141 = (-2.30689973467348326E-002, 0.0000000000000000 )
 mdl_I140a142 = (-1.37198249234346710E-002, 0.0000000000000000 )
 mdl_I140a143 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I140a144 = (-2.68404948484660053E-002, 0.0000000000000000 )
 mdl_I140a231 = ( 3.87053814109037091E-003, -0.0000000000000000 )
 mdl_I140a232 = ( 2.30192517069894827E-003, -0.0000000000000000 )
 mdl_I140a233 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I140a234 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I140a241 = ( 3.87053814109037091E-003, -0.0000000000000000 )
 mdl_I140a242 = ( 2.30192517069894827E-003, -0.0000000000000000 )
 mdl_I140a243 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I140a244 = ( 4.50332355044600133E-003, -0.0000000000000000 )
 mdl_I140a511 = ( 9.18969333842181984E-005, -0.0000000000000000 )
 mdl_I140a512 = ( 5.46538637150810645E-005, -0.0000000000000000 )
 mdl_I140a513 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I140a514 = ( 1.06920952394060019E-004, -0.0000000000000000 )
 mdl_I140a521 = ( 5.47719731762255613E-004, -0.0000000000000000 )
 mdl_I140a522 = ( 3.25745359191016563E-004, -0.0000000000000000 )
 mdl_I140a523 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I140a524 = ( 6.37265175326260053E-004, -0.0000000000000000 )
 mdl_I140a541 = (-5.55375527876480037E-004, 0.0000000000000000 )
 mdl_I140a542 = (-3.30298490857640044E-004, 0.0000000000000000 )
 mdl_I140a543 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I140a544 = (-6.46172600000000075E-004, 0.0000000000000000 )
 mdl_I140a611 = ( 5.36065705473020301E-006, -0.0000000000000000 )
 mdl_I140a612 = ( 3.18814360069633244E-006, -0.0000000000000000 )
 mdl_I140a613 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I140a614 = ( 6.23705858990200072E-006, -0.0000000000000000 )
 mdl_I140a621 = ( 3.19503332261411900E-005, -0.0000000000000000 )
 mdl_I140a622 = ( 1.90018218615859718E-005, -0.0000000000000000 )
 mdl_I140a623 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I140a624 = ( 3.71738199746420031E-005, -0.0000000000000000 )
 mdl_I140a631 = ( 3.23969215500160049E-005, -0.0000000000000000 )
 mdl_I140a632 = ( 1.92674213379880014E-005, -0.0000000000000000 )
 mdl_I140a633 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I140a634 = ( 3.76934200000000021E-005, -0.0000000000000000 )
 mdl_I141a131 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I141a132 = ( 1.37198249234346710E-002, -0.0000000000000000 )
 mdl_I141a133 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I141a134 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I141a141 = ( 2.30689973467348326E-002, -0.0000000000000000 )
 mdl_I141a142 = ( 1.37198249234346710E-002, -0.0000000000000000 )
 mdl_I141a143 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I141a144 = ( 2.68404948484660053E-002, -0.0000000000000000 )
 mdl_I141a231 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I141a232 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I141a233 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I141a234 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I141a241 = (-3.87053814109037091E-003, 0.0000000000000000 )
 mdl_I141a242 = (-2.30192517069894827E-003, 0.0000000000000000 )
 mdl_I141a243 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I141a244 = (-4.50332355044600133E-003, 0.0000000000000000 )
 mdl_I141a511 = (-9.18969333842181984E-005, 0.0000000000000000 )
 mdl_I141a512 = (-5.46538637150810645E-005, 0.0000000000000000 )
 mdl_I141a513 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I141a514 = (-1.06920952394060019E-004, 0.0000000000000000 )
 mdl_I141a521 = (-5.47719731762255613E-004, 0.0000000000000000 )
 mdl_I141a522 = (-3.25745359191016563E-004, 0.0000000000000000 )
 mdl_I141a523 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I141a524 = (-6.37265175326260053E-004, 0.0000000000000000 )
 mdl_I141a541 = ( 5.55375527876480037E-004, -0.0000000000000000 )
 mdl_I141a542 = ( 3.30298490857640044E-004, -0.0000000000000000 )
 mdl_I141a543 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I141a544 = ( 6.46172600000000075E-004, -0.0000000000000000 )
 mdl_I141a611 = (-5.36065705473020301E-006, 0.0000000000000000 )
 mdl_I141a612 = (-3.18814360069633244E-006, 0.0000000000000000 )
 mdl_I141a613 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I141a614 = (-6.23705858990200072E-006, 0.0000000000000000 )
 mdl_I141a621 = (-3.19503332261411900E-005, 0.0000000000000000 )
 mdl_I141a622 = (-1.90018218615859718E-005, 0.0000000000000000 )
 mdl_I141a623 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I141a624 = (-3.71738199746420031E-005, 0.0000000000000000 )
 mdl_I141a631 = (-3.23969215500160049E-005, 0.0000000000000000 )
 mdl_I141a632 = (-1.92674213379880014E-005, 0.0000000000000000 )
 mdl_I141a633 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I141a634 = (-3.76934200000000021E-005, 0.0000000000000000 )
 mdl_I142a131 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I142a132 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I142a133 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a134 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a141 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I142a142 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I142a143 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a144 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a231 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I142a232 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I142a233 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a234 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a241 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I142a242 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I142a243 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a244 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a311 = ( 2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I142a312 = ( 1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I142a313 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a314 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a321 = ( 0.16952737759609604 , 0.0000000000000000 )
 mdl_I142a322 = ( 0.10082301824342801 , 0.0000000000000000 )
 mdl_I142a323 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a324 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a341 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I142a342 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I142a343 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I142a344 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I142a411 = ( 2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I142a412 = ( 1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I142a413 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a414 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I142a421 = ( 0.16952737759609604 , 0.0000000000000000 )
 mdl_I142a422 = ( 0.10082301824342801 , 0.0000000000000000 )
 mdl_I142a423 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a424 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I142a431 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I142a432 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I142a433 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I142a434 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I143a131 = ( 2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I143a132 = ( 1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I143a133 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a134 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a141 = ( 2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I143a142 = ( 1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I143a143 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a144 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a231 = ( 0.16952737759609604 , 0.0000000000000000 )
 mdl_I143a232 = ( 0.10082301824342801 , 0.0000000000000000 )
 mdl_I143a233 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a234 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a241 = ( 0.16952737759609604 , 0.0000000000000000 )
 mdl_I143a242 = ( 0.10082301824342801 , 0.0000000000000000 )
 mdl_I143a243 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a244 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a311 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I143a312 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I143a313 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a314 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a321 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I143a322 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I143a323 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a324 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a341 = ( 0.17189696000000002 , 0.0000000000000000 )
 mdl_I143a342 = ( 0.10223228000000001 , 0.0000000000000000 )
 mdl_I143a343 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I143a344 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I143a411 = (-2.84434633669760038E-002, 0.0000000000000000 )
 mdl_I143a412 = (-1.69161811302680036E-002, 0.0000000000000000 )
 mdl_I143a413 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a414 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I143a421 = (-0.16952737759609604 , 0.0000000000000000 )
 mdl_I143a422 = (-0.10082301824342801 , 0.0000000000000000 )
 mdl_I143a423 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a424 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I143a431 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I143a432 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I143a433 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I143a434 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I144a16 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I144a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I144a31 = ( 0.98621510000000001 , -0.0000000000000000 )
 mdl_I144a32 = (-0.16546810000000001 , -0.0000000000000000 )
 mdl_I145a14 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I145a23 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I145a31 = ( 2.25166177522300032E-002, -0.0000000000000000 )
 mdl_I145a32 = ( 0.13420247424233001 , -0.0000000000000000 )
 mdl_I146a16 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I146a25 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I146a31 = ( 0.87076373069698998 , -0.0000000000000000 )
 mdl_I146a32 = (-0.14609756032669000 , -0.0000000000000000 )
 mdl_conjg__Rl4x1 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I147a14 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__Rl5x2 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I147a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__Rl1x3 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I147a31 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_conjg__Rl6x3 = (-0.93770500000000001 , -0.0000000000000000 )
 mdl_I147a36 = (-0.93770500000000001 , -0.0000000000000000 )
 mdl_conjg__Rl3x4 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__ye1x1 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I148a13 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_conjg__Rl2x5 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__ye2x2 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I148a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_conjg__Rl1x6 = ( 0.93770500000000001 , -0.0000000000000000 )
 mdl_conjg__ye3x3 = ( 0.10023580000000000 , -0.0000000000000000 )
 mdl_I148a31 = ( 9.39916108389999977E-002, -0.0000000000000000 )
 mdl_conjg__Rl6x6 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I148a36 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_conjg__Rn3x1 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I149a13 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__Rn2x2 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I149a22 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_conjg__Rn1x3 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I149a31 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I15a16 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I15a25 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I15a31 = ( 0.87076373069698998 , -0.0000000000000000 )
 mdl_I15a32 = (-0.14609756032669000 , 0.0000000000000000 )
 mdl_I150a13 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I150a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I150a31 = ( 0.10023580000000000 , -0.0000000000000000 )
 mdl_I151a15 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I151a26 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I151a31 = ( 0.51116139999999999 , -0.0000000000000000 )
 mdl_I151a32 = (-0.85948480000000005 , -0.0000000000000000 )
 mdl_I152a14 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I152a23 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I152a31 = ( 0.75886912593952005 , -0.0000000000000000 )
 mdl_I152a32 = ( 0.45132223959286000 , -0.0000000000000000 )
 mdl_I153a15 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I153a26 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I153a31 = ( 6.95579743376200099E-002, -0.0000000000000000 )
 mdl_I153a32 = (-0.11695723045984002 , -0.0000000000000000 )
 mdl_I154a11 = ( 0.50411509121714004 , -0.0000000000000000 )
 mdl_I154a12 = (-0.84763688798048009 , 0.0000000000000000 )
 mdl_I154a21 = (-8.45809056513400076E-002, -0.0000000000000000 )
 mdl_I154a22 = ( 0.14221731683488001 , 0.0000000000000000 )
 mdl_I154a56 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I154a65 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I155a11 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I155a16 = (-0.93770500000000001 , -0.0000000000000000 )
 mdl_I155a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I155a34 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I156a11 = ( 0.50411509121714004 , -0.0000000000000000 )
 mdl_I156a12 = (-0.84763688798048009 , -0.0000000000000000 )
 mdl_I156a21 = (-8.45809056513400076E-002, 0.0000000000000000 )
 mdl_I156a22 = ( 0.14221731683488001 , 0.0000000000000000 )
 mdl_I156a56 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I156a65 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I157a11 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I157a16 = (-0.93770500000000001 , 0.0000000000000000 )
 mdl_I157a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I157a34 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I158a11 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I158a12 = (-0.16318713878831001 , 0.0000000000000000 )
 mdl_I158a21 = (-0.16318713878831001 , -0.0000000000000000 )
 mdl_I158a22 = ( 2.73796921176100022E-002, 0.0000000000000000 )
 mdl_I158a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I158a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I159a11 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_I159a16 = (-0.32578919241249998 , 0.0000000000000000 )
 mdl_I159a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I159a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I159a61 = (-0.32578919241249998 , -0.0000000000000000 )
 mdl_I159a66 = ( 0.87929066702500003 , 0.0000000000000000 )
 mdl_I16a14 = ( 1.88467100000000004E-004, 0.0000000000000000 )
 mdl_I16a23 = ( 3.23086300000000005E-003, 0.0000000000000000 )
 mdl_I16a31 = ( 2.25166177522300032E-002, 0.0000000000000000 )
 mdl_I16a32 = ( 0.13420247424233001 , 0.0000000000000000 )
 mdl_I160a11 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I160a12 = (-0.43933545364672000 , 0.0000000000000000 )
 mdl_I160a21 = (-0.43933545364672000 , -0.0000000000000000 )
 mdl_I160a22 = ( 0.73871412143104009 , 0.0000000000000000 )
 mdl_I160a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I160a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I161a11 = ( 2.88227799999999999E-005, 0.0000000000000000 )
 mdl_I161a22 = ( 5.95963799999999974E-003, 0.0000000000000000 )
 mdl_I161a33 = ( 0.10023580000000000 , 0.0000000000000000 )
 mdl_I162a11 = ( 2.73796921176100022E-002, -0.0000000000000000 )
 mdl_I162a12 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I162a21 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I162a22 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I162a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I162a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I163a11 = ( 0.87929066702500003 , -0.0000000000000000 )
 mdl_I163a16 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I163a22 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I163a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I163a61 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I163a66 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_I164a11 = ( 0.73871412143104009 , -0.0000000000000000 )
 mdl_I164a12 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I164a21 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I164a22 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I164a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I164a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I17a111 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a112 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a116 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a121 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a122 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a126 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a131 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a132 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a136 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a211 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a212 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a216 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a221 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a222 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a226 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a231 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a232 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a236 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a311 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a312 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a316 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a321 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a322 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a326 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a331 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I17a332 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I17a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I17a336 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I18a111 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a112 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a113 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a114 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a121 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a122 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a123 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a124 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a131 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a132 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a133 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a134 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a211 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a212 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a213 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a214 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a221 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a222 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a223 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a224 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a231 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a232 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a233 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a234 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a311 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a312 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a313 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a314 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a321 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a322 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a323 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a324 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a331 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I18a332 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I18a333 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I18a334 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a111 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a112 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a113 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a114 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a121 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a122 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a123 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a124 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a131 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a132 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a133 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a134 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a211 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a212 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a213 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a214 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a221 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a222 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a223 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a224 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a231 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a232 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a233 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a234 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a311 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a312 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a313 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a314 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a321 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a322 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a323 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a324 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a331 = ( 1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I19a332 = ( 9.86215100000000094E-002, 0.0000000000000000 )
 mdl_I19a333 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I19a334 = ( 0.10000000000000001 , 0.0000000000000000 )
 mdl_I2a11 = ( 1.88467100000000004E-004, 0.0000000000000000 )
 mdl_I2a22 = ( 3.23086300000000005E-003, 0.0000000000000000 )
 mdl_I2a33 = ( 0.13607830000000001 , 0.0000000000000000 )
 mdl_I20a111 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a112 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a113 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a121 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a122 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a131 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a132 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a211 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a212 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a214 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a221 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a222 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a224 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a231 = (-3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I20a232 = (-0.19724302000000002 , 0.0000000000000000 )
 mdl_I20a234 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a313 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a314 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a323 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a324 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a333 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I20a334 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a111 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a112 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a113 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a121 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a122 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a123 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a131 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a132 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a133 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a211 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a212 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a214 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a221 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a222 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a224 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a231 = ( 3.30936200000000041E-002, 0.0000000000000000 )
 mdl_I21a232 = ( 0.19724302000000002 , 0.0000000000000000 )
 mdl_I21a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a313 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a314 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a323 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a324 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a333 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I21a334 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I22a11 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I22a12 = (-0.16318713878831001 , 0.0000000000000000 )
 mdl_I22a21 = (-0.16318713878831001 , -0.0000000000000000 )
 mdl_I22a22 = ( 2.73796921176100022E-002, 0.0000000000000000 )
 mdl_I22a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I22a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I23a11 = ( 2.73796921176100022E-002, -0.0000000000000000 )
 mdl_I23a12 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I23a21 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I23a22 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I23a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I23a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I24a11 = ( -27.369420543297778 , 0.0000000000000000 )
 mdl_I24a12 = ( 4.5920672025813136 , 0.0000000000000000 )
 mdl_I24a21 = ( -163.12591863960770 , 0.0000000000000000 )
 mdl_I24a22 = ( 27.369420543297778 , 0.0000000000000000 )
 mdl_I24a35 = ( -4.3746419999999997 , 0.0000000000000000 )
 mdl_I24a46 = (-0.25518879999999999 , 0.0000000000000000 )
 mdl_I25a11 = ( 2.22062284281772868E-002, -0.0000000000000000 )
 mdl_I25a12 = (-3.72578195788776960E-003, 0.0000000000000000 )
 mdl_I25a21 = ( 0.13235250655514691 , -0.0000000000000000 )
 mdl_I25a22 = (-2.22062284281772868E-002, 0.0000000000000000 )
 mdl_I25a35 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I25a46 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I26a11 = ( -27.369420543297775 , 0.0000000000000000 )
 mdl_I26a12 = ( -163.12591863960770 , 0.0000000000000000 )
 mdl_I26a21 = ( 4.5920672025813145 , 0.0000000000000000 )
 mdl_I26a22 = ( 27.369420543297778 , 0.0000000000000000 )
 mdl_I26a53 = ( -4.3746419999999997 , 0.0000000000000000 )
 mdl_I26a64 = (-0.25518879999999999 , 0.0000000000000000 )
 mdl_I27a11 = ( 1.80103040927632498E-002, -0.0000000000000000 )
 mdl_I27a12 = (-3.02178581391803749E-003, 0.0000000000000000 )
 mdl_I27a21 = (-3.02178581391803749E-003, 0.0000000000000000 )
 mdl_I27a22 = ( 5.06998075000039314E-004, 0.0000000000000000 )
 mdl_I27a55 = ( 1.04384757247689997E-005, -0.0000000000000000 )
 mdl_I27a66 = ( 3.55198477824100018E-008, -0.0000000000000000 )
 mdl_I28a11 = ( 2.22062284281772868E-002, -0.0000000000000000 )
 mdl_I28a12 = ( 0.13235250655514691 , -0.0000000000000000 )
 mdl_I28a21 = (-3.72578195788776960E-003, -0.0000000000000000 )
 mdl_I28a22 = (-2.22062284281772868E-002, -0.0000000000000000 )
 mdl_I28a53 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I28a64 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I29a11 = ( 5.06998075000039314E-004, -0.0000000000000000 )
 mdl_I29a12 = ( 3.02178581391803749E-003, -0.0000000000000000 )
 mdl_I29a21 = ( 3.02178581391803749E-003, -0.0000000000000000 )
 mdl_I29a22 = ( 1.80103040927632498E-002, -0.0000000000000000 )
 mdl_I29a33 = ( 1.04384757247689997E-005, -0.0000000000000000 )
 mdl_I29a44 = ( 3.55198477824100018E-008, -0.0000000000000000 )
 mdl_I3a14 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I3a23 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I3a31 = ( 2.25166177522300032E-002, -0.0000000000000000 )
 mdl_I3a32 = ( 0.13420247424233001 , -0.0000000000000000 )
 mdl_I30a11 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I30a22 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I30a33 = ( 0.13607830000000001 , -0.0000000000000000 )
 mdl_I31a11 = ( 8.78939099999999962E-006, 0.0000000000000000 )
 mdl_I31a22 = ( 3.51575600000000009E-003, 0.0000000000000000 )
 mdl_I31a33 = ( 0.88293489999999997 , 0.0000000000000000 )
 mdl_I32a11 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I32a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I32a33 = ( 0.10023580000000000 , -0.0000000000000000 )
 mdl_I33a13 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I33a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I33a31 = ( 9.39916108389999977E-002, -0.0000000000000000 )
 mdl_I33a36 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_I34a14 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I34a25 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I34a31 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_I34a36 = (-9.39916108389999977E-002, -0.0000000000000000 )
 mdl_I35a111 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a115 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I35a116 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a121 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a124 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a126 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a134 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a135 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a211 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a215 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I35a216 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a221 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a224 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a226 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a235 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a311 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a315 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I35a316 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a321 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I35a324 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a326 = (-0.18754100000000001 , -0.0000000000000000 )
 mdl_I35a334 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I35a335 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I36a111 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a114 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a116 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a121 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a124 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a126 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a131 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a134 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a136 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a211 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a214 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a216 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a221 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a224 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a226 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a231 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a234 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a236 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a311 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a314 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a316 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a321 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a324 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a326 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_I36a331 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I36a334 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I36a336 = (-9.37705000000000066E-002, -0.0000000000000000 )
 mdl_conjg__LLLE2x1x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a121 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE2x1x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a122 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE2x1x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I37a126 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_conjg__LLLE3x1x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a131 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE3x1x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a132 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE3x1x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I37a136 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_conjg__LLLE1x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a211 = ( 0.18754100000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE1x2x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a212 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE1x2x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a213 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a216 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__LLLE3x2x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a231 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE3x2x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a232 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__LLLE3x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a233 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I37a236 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_conjg__LLLE1x3x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a311 = ( 0.18754100000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE1x3x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a312 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE1x3x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a313 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a316 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__LLLE2x3x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a321 = ( 0.18754100000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE2x3x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a322 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_conjg__LLLE2x3x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a323 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I37a326 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I38a11 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_I38a16 = (-0.32578919241249998 , 0.0000000000000000 )
 mdl_I38a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I38a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I38a61 = (-0.32578919241249998 , -0.0000000000000000 )
 mdl_I38a66 = ( 0.87929066702500003 , 0.0000000000000000 )
 mdl_I39a11 = ( 0.87929066702500003 , -0.0000000000000000 )
 mdl_I39a16 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I39a22 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I39a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I39a61 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I39a66 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_I4a16 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I4a25 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I4a31 = ( 0.13420247424233001 , -0.0000000000000000 )
 mdl_I4a32 = (-2.25166177522300032E-002, -0.0000000000000000 )
 mdl_I40a14 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I40a25 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I40a31 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_I40a36 = (-9.39916108389999977E-002, 0.0000000000000000 )
 mdl_I41a13 = ( 2.88227799999999999E-005, 0.0000000000000000 )
 mdl_I41a22 = ( 5.95963799999999974E-003, 0.0000000000000000 )
 mdl_I41a31 = ( 9.39916108389999977E-002, 0.0000000000000000 )
 mdl_I41a36 = ( 3.48251745834999987E-002, 0.0000000000000000 )
 mdl_I42a14 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I42a25 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I42a31 = ( 0.34743249999999998 , 0.0000000000000000 )
 mdl_I42a36 = (-0.93770500000000001 , 0.0000000000000000 )
 mdl_I43a13 = ( 2.88227799999999999E-005, 0.0000000000000000 )
 mdl_I43a22 = ( 5.95963799999999974E-003, 0.0000000000000000 )
 mdl_I43a31 = ( 9.39916108389999977E-002, 0.0000000000000000 )
 mdl_I43a36 = ( 3.48251745834999987E-002, 0.0000000000000000 )
 mdl_I44a111 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a115 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a116 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a121 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a125 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a126 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a131 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a135 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a136 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a211 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a214 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a216 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a221 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a224 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a226 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a231 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I44a234 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a236 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I44a314 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a315 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a324 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a325 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a334 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I44a335 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I45a111 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a114 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a116 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a121 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a124 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a126 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a131 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a134 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a136 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a211 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a214 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a216 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a221 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a224 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a226 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a231 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a234 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a236 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a311 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a314 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a316 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a321 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a324 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a326 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I45a331 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I45a334 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I45a336 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I46a121 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a122 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a126 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I46a131 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a132 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a136 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I46a211 = ( 0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a212 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a213 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a216 = ( 6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I46a231 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a232 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a233 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a236 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I46a311 = ( 0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a312 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a313 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a316 = ( 6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I46a321 = ( 0.18754100000000001 , 0.0000000000000000 )
 mdl_I46a322 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a323 = ( 0.20000000000000001 , 0.0000000000000000 )
 mdl_I46a326 = ( 6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I47a11 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_I47a16 = (-0.32578919241249998 , 0.0000000000000000 )
 mdl_I47a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I47a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I47a61 = (-0.32578919241249998 , -0.0000000000000000 )
 mdl_I47a66 = ( 0.87929066702500003 , 0.0000000000000000 )
 mdl_I48a11 = ( 0.87929066702500003 , -0.0000000000000000 )
 mdl_I48a16 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I48a22 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I48a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I48a61 = ( 0.32578919241249998 , -0.0000000000000000 )
 mdl_I48a66 = ( 0.12070934205624999 , -0.0000000000000000 )
 mdl_conjg__te3x3 = ( -74.362740000000002 , -0.0000000000000000 )
 mdl_I49a11 = ( -24.226577010180709 , 0.0000000000000000 )
 mdl_I49a16 = ( 65.386463256406657 , 0.0000000000000000 )
 mdl_conjg__te2x2 = ( -4.4572649999999996 , -0.0000000000000000 )
 mdl_I49a25 = ( -4.4572649999999996 , 0.0000000000000000 )
 mdl_conjg__te1x1 = (-2.15574299999999990E-002, -0.0000000000000000 )
 mdl_I49a34 = (-2.15574299999999990E-002, 0.0000000000000000 )
 mdl_I49a61 = ( -8.9762774188999828 , 0.0000000000000000 )
 mdl_I49a66 = ( 24.226577010180709 , 0.0000000000000000 )
 mdl_I5a111 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a112 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a116 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a121 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a122 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a126 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a131 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a132 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a136 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a211 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a212 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a216 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a221 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a222 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a226 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a231 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a232 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a236 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a311 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a312 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a316 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a321 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a322 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a326 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a331 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I5a332 = (-1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I5a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I5a336 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I50a11 = ( 3.26557403328208637E-002, -0.0000000000000000 )
 mdl_I50a16 = (-8.81364034417844999E-002, 0.0000000000000000 )
 mdl_I50a25 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I50a34 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I50a61 = ( 1.20993974684818623E-002, -0.0000000000000000 )
 mdl_I50a66 = (-3.26557403328208637E-002, 0.0000000000000000 )
 mdl_I51a11 = ( -24.226577010180709 , 0.0000000000000000 )
 mdl_I51a16 = ( -8.9762774188999828 , 0.0000000000000000 )
 mdl_I51a43 = (-2.15574299999999990E-002, 0.0000000000000000 )
 mdl_I51a52 = ( -4.4572649999999996 , 0.0000000000000000 )
 mdl_I51a61 = ( 65.386463256406643 , 0.0000000000000000 )
 mdl_I51a66 = ( 24.226577010180709 , 0.0000000000000000 )
 mdl_I52a11 = ( 1.21279278477125435E-003, -0.0000000000000000 )
 mdl_I52a16 = (-3.27327425685256532E-003, 0.0000000000000000 )
 mdl_I52a44 = ( 8.30752646928400006E-010, -0.0000000000000000 )
 mdl_I52a55 = ( 3.55172850910439989E-005, -0.0000000000000000 )
 mdl_I52a61 = (-3.27327425685256532E-003, 0.0000000000000000 )
 mdl_I52a66 = ( 8.83442290811002270E-003, 0.0000000000000000 )
 mdl_I53a11 = ( 3.26557403328208637E-002, -0.0000000000000000 )
 mdl_I53a16 = ( 1.20993974684818623E-002, -0.0000000000000000 )
 mdl_I53a43 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I53a52 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I53a61 = (-8.81364034417844999E-002, -0.0000000000000000 )
 mdl_I53a66 = (-3.26557403328208637E-002, -0.0000000000000000 )
 mdl_I54a11 = ( 8.83442290811002270E-003, -0.0000000000000000 )
 mdl_I54a16 = ( 3.27327425685256532E-003, -0.0000000000000000 )
 mdl_I54a22 = ( 3.55172850910439989E-005, -0.0000000000000000 )
 mdl_I54a33 = ( 8.30752646928400006E-010, -0.0000000000000000 )
 mdl_I54a61 = ( 3.27327425685256532E-003, -0.0000000000000000 )
 mdl_I54a66 = ( 1.21279278477125435E-003, -0.0000000000000000 )
 mdl_I55a111 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a112 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a121 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a123 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a132 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a133 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a211 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a212 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a221 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a223 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a232 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a233 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a311 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a312 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a321 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I55a323 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a332 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I55a333 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I56a111 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a112 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a113 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a121 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a122 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a123 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a131 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a132 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a133 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a211 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a212 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a213 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a221 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a222 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a223 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a231 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a232 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a233 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a311 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a312 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a313 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a321 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a322 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a323 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a331 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a332 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I56a333 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I57a11 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I57a16 = (-0.93770500000000001 , 0.0000000000000000 )
 mdl_I57a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I57a34 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I58a11 = ( -69.730313111699999 , 0.0000000000000000 )
 mdl_I58a16 = ( -25.836032665049999 , 0.0000000000000000 )
 mdl_I58a22 = ( -4.4572649999999996 , 0.0000000000000000 )
 mdl_I58a33 = (-2.15574299999999990E-002, 0.0000000000000000 )
 mdl_I59a11 = ( 3.49072923451678938E-003, -0.0000000000000000 )
 mdl_I59a16 = (-9.42132430573583597E-003, 0.0000000000000000 )
 mdl_I59a25 = ( 3.55172850910439989E-005, -0.0000000000000000 )
 mdl_I59a34 = ( 8.30752646928400006E-010, -0.0000000000000000 )
 mdl_I6a111 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a112 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a113 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a114 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a121 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a122 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a123 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a124 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a131 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a132 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a133 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a134 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a211 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a212 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a213 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a214 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a221 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a222 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a223 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a224 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a231 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a232 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a233 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a234 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a311 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a312 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a313 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a314 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a321 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a322 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a323 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a324 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a331 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I6a332 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I6a333 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I6a334 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I60a11 = ( 9.39916108389999977E-002, -0.0000000000000000 )
 mdl_I60a16 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_I60a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I60a33 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I61a111 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I61a112 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a115 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I61a116 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I61a121 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a122 = ( 3.72578195788776992E-004, 0.0000000000000000 )
 mdl_I61a125 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I61a126 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I61a151 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a152 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a155 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a156 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I61a161 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a162 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a165 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a166 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I61a211 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I61a212 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a215 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I61a216 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I61a221 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a222 = ( 3.72578195788776992E-004, 0.0000000000000000 )
 mdl_I61a225 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I61a226 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I61a251 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a252 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a255 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a256 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I61a261 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a262 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a265 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a266 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I61a311 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I61a312 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a315 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I61a316 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I61a321 = (-2.22062284281772902E-003, 0.0000000000000000 )
 mdl_I61a322 = ( 3.72578195788776992E-004, 0.0000000000000000 )
 mdl_I61a325 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I61a326 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I61a351 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a352 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a355 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a356 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I61a361 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I61a362 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I61a365 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I61a366 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a111 = ( 3.72578195788776992E-004, -0.0000000000000000 )
 mdl_I62a112 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a113 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a114 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a121 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a122 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I62a123 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a124 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a131 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I62a132 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I62a133 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a134 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a141 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I62a142 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I62a143 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a144 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a211 = ( 3.72578195788776992E-004, -0.0000000000000000 )
 mdl_I62a212 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a213 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a214 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a221 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a222 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I62a223 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a224 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a231 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I62a232 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I62a233 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a234 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a241 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I62a242 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I62a243 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a244 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a311 = ( 3.72578195788776992E-004, -0.0000000000000000 )
 mdl_I62a312 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a313 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a314 = ( 2.25166177522300066E-003, -0.0000000000000000 )
 mdl_I62a321 = ( 2.22062284281772902E-003, -0.0000000000000000 )
 mdl_I62a322 = ( 1.32352506555146934E-002, -0.0000000000000000 )
 mdl_I62a323 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a324 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I62a331 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I62a332 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I62a333 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a334 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I62a341 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I62a342 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I62a343 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I62a344 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I63a111 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I63a112 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I63a113 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a114 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a121 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I63a122 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I63a123 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a124 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a151 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a152 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a153 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a154 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a161 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a162 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a163 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a164 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a211 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I63a212 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I63a213 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a214 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a221 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I63a222 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I63a223 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a224 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a251 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a252 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a253 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a254 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a261 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a262 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a263 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a264 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a311 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I63a312 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I63a313 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a314 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a321 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I63a322 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I63a323 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a324 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I63a351 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a352 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a353 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a354 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a361 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I63a362 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I63a363 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I63a364 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I64a141 = (-6.96503491669999905E-003, 0.0000000000000000 )
 mdl_I64a144 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I64a145 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I64a146 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I64a151 = (-6.96503491669999905E-003, 0.0000000000000000 )
 mdl_I64a154 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I64a155 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I64a156 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I64a211 = ( 2.41987949369637219E-003, -0.0000000000000000 )
 mdl_I64a214 = ( 2.00279410246999964E-006, -0.0000000000000000 )
 mdl_I64a215 = ( 4.14114385886999912E-004, -0.0000000000000000 )
 mdl_I64a216 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I64a241 = (-6.96503491669999905E-003, 0.0000000000000000 )
 mdl_I64a244 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I64a245 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I64a246 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I64a261 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I64a264 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I64a265 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I64a266 = ( 1.76272806883568979E-002, 0.0000000000000000 )
 mdl_I64a311 = ( 2.41987949369637219E-003, -0.0000000000000000 )
 mdl_I64a314 = ( 2.00279410246999964E-006, -0.0000000000000000 )
 mdl_I64a315 = ( 4.14114385886999912E-004, -0.0000000000000000 )
 mdl_I64a316 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I64a351 = ( 6.96503491669999905E-003, -0.0000000000000000 )
 mdl_I64a354 = ( 5.76455600000000031E-006, -0.0000000000000000 )
 mdl_I64a355 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I64a356 = (-1.87983221678000023E-002, 0.0000000000000000 )
 mdl_I64a361 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I64a364 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I64a365 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I64a366 = ( 1.76272806883568979E-002, 0.0000000000000000 )
 mdl_I65a121 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I65a122 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I65a123 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I65a126 = (-4.14114385886999912E-004, 0.0000000000000000 )
 mdl_I65a131 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I65a132 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I65a133 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I65a136 = (-2.00279410246999964E-006, 0.0000000000000000 )
 mdl_I65a211 = ( 1.76272806883568979E-002, -0.0000000000000000 )
 mdl_I65a212 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I65a213 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I65a216 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I65a231 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I65a232 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I65a233 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I65a236 = (-2.00279410246999964E-006, 0.0000000000000000 )
 mdl_I65a261 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I65a262 = ( 6.96503491669999905E-003, -0.0000000000000000 )
 mdl_I65a263 = ( 6.96503491669999905E-003, -0.0000000000000000 )
 mdl_I65a266 = ( 2.41987949369637219E-003, -0.0000000000000000 )
 mdl_I65a311 = ( 1.76272806883568979E-002, -0.0000000000000000 )
 mdl_I65a312 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I65a313 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I65a316 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I65a321 = ( 1.11767647015799994E-003, -0.0000000000000000 )
 mdl_I65a322 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I65a323 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I65a326 = ( 4.14114385886999912E-004, -0.0000000000000000 )
 mdl_I65a361 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I65a362 = ( 6.96503491669999905E-003, -0.0000000000000000 )
 mdl_I65a363 = ( 6.96503491669999905E-003, -0.0000000000000000 )
 mdl_I65a366 = ( 2.41987949369637219E-003, -0.0000000000000000 )
 mdl_I66a141 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a142 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a143 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a146 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I66a151 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a152 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a153 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a156 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I66a211 = ( 6.51578384824999940E-002, -0.0000000000000000 )
 mdl_I66a212 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I66a213 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I66a216 = ( 2.41418684112499962E-002, -0.0000000000000000 )
 mdl_I66a241 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a242 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a243 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I66a246 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I66a261 = (-0.17585813340500001 , 0.0000000000000000 )
 mdl_I66a262 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a263 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a266 = (-6.51578384824999940E-002, 0.0000000000000000 )
 mdl_I66a311 = ( 6.51578384824999940E-002, -0.0000000000000000 )
 mdl_I66a312 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I66a313 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I66a316 = ( 2.41418684112499962E-002, -0.0000000000000000 )
 mdl_I66a351 = ( 0.18754100000000001 , -0.0000000000000000 )
 mdl_I66a352 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I66a353 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I66a356 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I66a361 = (-0.17585813340500001 , 0.0000000000000000 )
 mdl_I66a362 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a363 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I66a366 = (-6.51578384824999940E-002, 0.0000000000000000 )
 mdl_I67a13 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I67a22 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I67a31 = ( 1.0000000000000000 , 0.0000000000000000 )
 mdl_I68a13 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I68a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I68a31 = ( 0.10023580000000000 , -0.0000000000000000 )
 mdl_I69a11 = ( 0.34743249999999998 , -0.0000000000000000 )
 mdl_I69a16 = (-0.93770500000000001 , -0.0000000000000000 )
 mdl_I69a25 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I69a34 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I7a111 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a112 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a113 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a114 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a121 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a122 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a123 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a124 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a131 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a132 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a133 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a134 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a211 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a212 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a213 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a214 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a221 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a222 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a223 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a224 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a231 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a232 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a233 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a234 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a311 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a312 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a313 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a314 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a321 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a322 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a323 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a324 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a331 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I7a332 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I7a333 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I7a334 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I70a11 = ( 9.39916108389999977E-002, -0.0000000000000000 )
 mdl_I70a16 = ( 3.48251745834999987E-002, -0.0000000000000000 )
 mdl_I70a22 = ( 5.95963799999999974E-003, -0.0000000000000000 )
 mdl_I70a33 = ( 2.88227799999999999E-005, -0.0000000000000000 )
 mdl_I71a11 = ( -69.730313111699999 , 0.0000000000000000 )
 mdl_I71a16 = ( -25.836032665049999 , 0.0000000000000000 )
 mdl_I71a22 = ( -4.4572649999999996 , 0.0000000000000000 )
 mdl_I71a33 = (-2.15574299999999990E-002, 0.0000000000000000 )
 mdl_I72a11 = ( 3.49072923451678938E-003, -0.0000000000000000 )
 mdl_I72a16 = (-9.42132430573583597E-003, 0.0000000000000000 )
 mdl_I72a25 = ( 3.55172850910439989E-005, -0.0000000000000000 )
 mdl_I72a34 = ( 8.30752646928400006E-010, -0.0000000000000000 )
 mdl_I73a111 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a112 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a113 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a121 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a122 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a123 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a131 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a132 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a133 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a211 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a212 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a213 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a221 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a222 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a223 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a231 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a232 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a233 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a311 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a312 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a313 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a321 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a322 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a323 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a331 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a332 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I73a333 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I74a111 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a112 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a121 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a122 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a131 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a132 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a211 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a213 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a221 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a223 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a231 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a233 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a312 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a313 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a322 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a323 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a332 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I74a333 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I75a111 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I75a112 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I75a115 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a116 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a121 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I75a122 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I75a125 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a126 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a131 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a132 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a136 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a141 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a142 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a145 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a146 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a211 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I75a212 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I75a215 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a216 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a221 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I75a222 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I75a225 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a226 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a231 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a232 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a236 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a241 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a242 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a245 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a246 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a311 = ( 1.63187138788310031E-002, -0.0000000000000000 )
 mdl_I75a312 = (-2.73796921176100048E-003, 0.0000000000000000 )
 mdl_I75a315 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a316 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I75a321 = ( 9.72620223468010081E-002, -0.0000000000000000 )
 mdl_I75a322 = (-1.63187138788310031E-002, 0.0000000000000000 )
 mdl_I75a325 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a326 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a331 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a332 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a336 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a341 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I75a342 = (-1.65468100000000021E-002, 0.0000000000000000 )
 mdl_I75a345 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I75a346 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I76a111 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I76a112 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a115 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a116 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a121 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a122 = ( 3.72578195788776938E-004, 0.0000000000000000 )
 mdl_I76a125 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a126 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a151 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I76a152 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I76a155 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a156 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a161 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I76a162 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I76a165 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I76a166 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I76a211 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I76a212 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a215 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a216 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a221 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a222 = ( 3.72578195788776938E-004, 0.0000000000000000 )
 mdl_I76a225 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a226 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a251 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I76a252 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I76a255 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a256 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a261 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I76a262 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I76a265 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I76a266 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I76a311 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I76a312 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a315 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a316 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I76a321 = (-2.22062284281772859E-003, 0.0000000000000000 )
 mdl_I76a322 = ( 3.72578195788776938E-004, 0.0000000000000000 )
 mdl_I76a325 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a326 = (-2.25166177522300023E-003, 0.0000000000000000 )
 mdl_I76a351 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I76a352 = (-5.34604761970300095E-005, 0.0000000000000000 )
 mdl_I76a355 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a356 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I76a361 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I76a362 = (-3.11852929495100036E-006, 0.0000000000000000 )
 mdl_I76a365 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I76a366 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a111 = ( 3.72578195788776938E-004, -0.0000000000000000 )
 mdl_I77a112 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a113 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I77a114 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I77a121 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a122 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I77a123 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I77a124 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I77a131 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a132 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a133 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a134 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a141 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a142 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a143 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a144 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a211 = ( 3.72578195788776938E-004, -0.0000000000000000 )
 mdl_I77a212 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a213 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I77a214 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I77a221 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a222 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I77a223 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I77a224 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I77a231 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a232 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a233 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a234 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a241 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a242 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a243 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a244 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a311 = ( 3.72578195788776938E-004, -0.0000000000000000 )
 mdl_I77a312 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a313 = ( 5.34604761970300095E-005, -0.0000000000000000 )
 mdl_I77a314 = ( 3.11852929495100036E-006, -0.0000000000000000 )
 mdl_I77a321 = ( 2.22062284281772859E-003, -0.0000000000000000 )
 mdl_I77a322 = ( 1.32352506555146916E-002, -0.0000000000000000 )
 mdl_I77a323 = ( 3.18632587663130026E-004, -0.0000000000000000 )
 mdl_I77a324 = ( 1.85869099873210015E-005, -0.0000000000000000 )
 mdl_I77a331 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a332 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a333 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a334 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I77a341 = ( 2.25166177522300023E-003, -0.0000000000000000 )
 mdl_I77a342 = ( 1.34202474242330009E-002, -0.0000000000000000 )
 mdl_I77a343 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I77a344 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_conjg__TLLE3x1x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a114 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE3x2x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a115 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE3x1x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a124 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE3x2x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a125 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE3x1x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a134 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE3x2x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a135 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I78a164 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I78a165 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_conjg__TLLE2x3x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a211 = ( 6.51578384824999940E-002, -0.0000000000000000 )
 mdl_conjg__TLLE2x1x3 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a214 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I78a216 = (-0.17585813340500001 , 0.0000000000000000 )
 mdl_conjg__TLLE2x3x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a221 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__TLLE2x1x2 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a224 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I78a226 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE2x3x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a231 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__TLLE2x1x1 = (-0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I78a236 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I78a261 = ( 2.41418684112499997E-002, -0.0000000000000000 )
 mdl_I78a264 = (-6.94864999999999927E-002, 0.0000000000000000 )
 mdl_I78a266 = (-6.51578384824999940E-002, 0.0000000000000000 )
 mdl_conjg__TLLE1x3x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a311 = ( 6.51578384824999940E-002, -0.0000000000000000 )
 mdl_conjg__TLLE1x2x3 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a315 = ( 0.18754100000000001 , -0.0000000000000000 )
 mdl_I78a316 = (-0.17585813340500001 , 0.0000000000000000 )
 mdl_conjg__TLLE1x3x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a321 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__TLLE1x2x2 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a325 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a326 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_conjg__TLLE1x3x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a331 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_conjg__TLLE1x2x1 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a335 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I78a336 = (-0.18754100000000001 , 0.0000000000000000 )
 mdl_I78a361 = ( 2.41418684112499997E-002, -0.0000000000000000 )
 mdl_I78a365 = ( 6.94864999999999927E-002, -0.0000000000000000 )
 mdl_I78a366 = (-6.51578384824999940E-002, 0.0000000000000000 )
 mdl_I79a114 = (-6.96503491669999992E-003, 0.0000000000000000 )
 mdl_I79a115 = (-6.96503491669999992E-003, 0.0000000000000000 )
 mdl_I79a144 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I79a145 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I79a154 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I79a155 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I79a164 = ( 1.87983221678000023E-002, 0.0000000000000000 )
 mdl_I79a165 = ( 1.87983221678000023E-002, 0.0000000000000000 )
 mdl_I79a211 = ( 2.41987949369637263E-003, -0.0000000000000000 )
 mdl_I79a214 = (-6.96503491669999992E-003, 0.0000000000000000 )
 mdl_I79a216 = (-6.53114806656417395E-003, 0.0000000000000000 )
 mdl_I79a241 = ( 2.00279410247000006E-006, -0.0000000000000000 )
 mdl_I79a244 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I79a246 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I79a251 = ( 4.14114385886999966E-004, -0.0000000000000000 )
 mdl_I79a254 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I79a256 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I79a261 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I79a264 = ( 1.87983221678000023E-002, 0.0000000000000000 )
 mdl_I79a266 = ( 1.76272806883569014E-002, 0.0000000000000000 )
 mdl_I79a311 = ( 2.41987949369637263E-003, -0.0000000000000000 )
 mdl_I79a315 = ( 6.96503491669999992E-003, -0.0000000000000000 )
 mdl_I79a316 = (-6.53114806656417395E-003, 0.0000000000000000 )
 mdl_I79a341 = ( 2.00279410247000006E-006, -0.0000000000000000 )
 mdl_I79a345 = ( 5.76455600000000031E-006, -0.0000000000000000 )
 mdl_I79a346 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I79a351 = ( 4.14114385886999966E-004, -0.0000000000000000 )
 mdl_I79a355 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I79a356 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I79a361 = (-6.53114806656417309E-003, 0.0000000000000000 )
 mdl_I79a365 = (-1.87983221678000023E-002, 0.0000000000000000 )
 mdl_I79a366 = ( 1.76272806883569014E-002, 0.0000000000000000 )
 mdl_I8a11 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I8a12 = (-0.16318713878831001 , 0.0000000000000000 )
 mdl_I8a21 = (-0.16318713878831001 , -0.0000000000000000 )
 mdl_I8a22 = ( 2.73796921176100022E-002, 0.0000000000000000 )
 mdl_I8a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I8a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I80a112 = (-1.11767647015799994E-003, 0.0000000000000000 )
 mdl_I80a113 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I80a122 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I80a123 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I80a132 = (-1.19192759999999995E-003, 0.0000000000000000 )
 mdl_I80a133 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I80a162 = (-4.14114385886999966E-004, 0.0000000000000000 )
 mdl_I80a163 = (-2.00279410247000006E-006, 0.0000000000000000 )
 mdl_I80a211 = ( 1.76272806883569014E-002, -0.0000000000000000 )
 mdl_I80a213 = (-5.40545298398000058E-006, 0.0000000000000000 )
 mdl_I80a216 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I80a221 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I80a223 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I80a226 = ( 6.96503491669999992E-003, -0.0000000000000000 )
 mdl_I80a231 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I80a233 = (-5.76455600000000031E-006, 0.0000000000000000 )
 mdl_I80a236 = ( 6.96503491669999992E-003, -0.0000000000000000 )
 mdl_I80a261 = ( 6.53114806656417395E-003, -0.0000000000000000 )
 mdl_I80a263 = (-2.00279410247000006E-006, 0.0000000000000000 )
 mdl_I80a266 = ( 2.41987949369637263E-003, -0.0000000000000000 )
 mdl_I80a311 = ( 1.76272806883569014E-002, -0.0000000000000000 )
 mdl_I80a312 = ( 1.11767647015799994E-003, -0.0000000000000000 )
 mdl_I80a316 = ( 6.53114806656417309E-003, -0.0000000000000000 )
 mdl_I80a321 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I80a322 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I80a326 = ( 6.96503491669999992E-003, -0.0000000000000000 )
 mdl_I80a331 = ( 1.87983221678000023E-002, -0.0000000000000000 )
 mdl_I80a332 = ( 1.19192759999999995E-003, -0.0000000000000000 )
 mdl_I80a336 = ( 6.96503491669999992E-003, -0.0000000000000000 )
 mdl_I80a361 = ( 6.53114806656417395E-003, -0.0000000000000000 )
 mdl_I80a362 = ( 4.14114385886999966E-004, -0.0000000000000000 )
 mdl_I80a366 = ( 2.41987949369637263E-003, -0.0000000000000000 )
 mdl_I81a14 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I81a23 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I81a31 = ( 0.75886912593952005 , -0.0000000000000000 )
 mdl_I81a32 = ( 0.45132223959286000 , -0.0000000000000000 )
 mdl_I82a15 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I82a26 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I82a31 = ( 0.45132223959286000 , -0.0000000000000000 )
 mdl_I82a32 = (-0.75886912593952005 , -0.0000000000000000 )
 mdl_I83a111 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a112 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a115 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a116 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a121 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a122 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a125 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a126 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a131 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a132 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a135 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a136 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a211 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a212 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a215 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a216 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a221 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a222 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a225 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a226 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a231 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a232 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a235 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a236 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a311 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a312 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a315 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a316 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a321 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a322 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a325 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a326 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a331 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I83a332 = (-8.59484800000000077E-002, -0.0000000000000000 )
 mdl_I83a335 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I83a336 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I84a11 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I84a12 = (-0.43933545364672000 , 0.0000000000000000 )
 mdl_I84a21 = (-0.43933545364672000 , -0.0000000000000000 )
 mdl_I84a22 = ( 0.73871412143104009 , 0.0000000000000000 )
 mdl_I84a55 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I84a66 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I85a11 = ( 0.73871412143104009 , -0.0000000000000000 )
 mdl_I85a12 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I85a21 = ( 0.43933545364672000 , -0.0000000000000000 )
 mdl_I85a22 = ( 0.26128597684995997 , -0.0000000000000000 )
 mdl_I85a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I85a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I86a11 = ( 0.50411509121714004 , -0.0000000000000000 )
 mdl_I86a12 = (-0.84763688798048009 , -0.0000000000000000 )
 mdl_I86a21 = (-8.45809056513400076E-002, 0.0000000000000000 )
 mdl_I86a22 = ( 0.14221731683488001 , 0.0000000000000000 )
 mdl_I86a56 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I86a65 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I87a11 = ( -499.05613515009702 , 0.0000000000000000 )
 mdl_I87a12 = ( -296.80365810065842 , 0.0000000000000000 )
 mdl_I87a21 = ( 83.732109229142580 , 0.0000000000000000 )
 mdl_I87a22 = ( 49.797997798822550 , 0.0000000000000000 )
 mdl_I87a53 = ( -3.5602559999999999 , 0.0000000000000000 )
 mdl_I87a64 = (-8.90070199999999992E-003, 0.0000000000000000 )
 mdl_I88a11 = ( 0.74840819092535638 , -0.0000000000000000 )
 mdl_I88a12 = ( 0.44510080765229643 , -0.0000000000000000 )
 mdl_I88a21 = (-0.12556863241787308 , 0.0000000000000000 )
 mdl_I88a22 = (-7.46794334731753218E-002, 0.0000000000000000 )
 mdl_I88a53 = ( 3.51575600000000009E-003, -0.0000000000000000 )
 mdl_I88a64 = ( 8.78939099999999962E-006, -0.0000000000000000 )
 mdl_I89a11 = ( -14.185740334031442 , 0.0000000000000000 )
 mdl_I89a12 = ( 23.852403944912403 , 0.0000000000000000 )
 mdl_I89a21 = ( -84.549174868756282 , 0.0000000000000000 )
 mdl_I89a22 = ( 142.16396357831016 , 0.0000000000000000 )
 mdl_I89a36 = ( -4.3746419999999997 , 0.0000000000000000 )
 mdl_I89a45 = (-0.25518879999999999 , 0.0000000000000000 )
 mdl_I9a11 = ( 2.73796921176100022E-002, -0.0000000000000000 )
 mdl_I9a12 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I9a21 = ( 0.16318713878831001 , -0.0000000000000000 )
 mdl_I9a22 = ( 0.97262022346801003 , -0.0000000000000000 )
 mdl_I9a33 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I9a44 = ( 1.0000000000000000 , -0.0000000000000000 )
 mdl_I90a11 = ( 1.15096258534947409E-002, -0.0000000000000000 )
 mdl_I90a12 = (-1.93526907054518554E-002, -0.0000000000000000 )
 mdl_I90a21 = ( 6.85991246171733376E-002, -0.0000000000000000 )
 mdl_I90a22 = (-0.11534498673367416 , -0.0000000000000000 )
 mdl_I90a36 = ( 3.23086300000000005E-003, -0.0000000000000000 )
 mdl_I90a45 = ( 1.88467100000000004E-004, -0.0000000000000000 )
 mdl_I91a11 = ( 9.33485225939310014E-003, -0.0000000000000000 )
 mdl_I91a12 = (-1.56959497082409354E-002, 0.0000000000000000 )
 mdl_I91a21 = (-1.56621031977961355E-003, 0.0000000000000000 )
 mdl_I91a22 = ( 2.63348125162368935E-003, 0.0000000000000000 )
 mdl_I91a56 = ( 1.04384757247689997E-005, -0.0000000000000000 )
 mdl_I91a65 = ( 3.55198477824100018E-008, -0.0000000000000000 )
 mdl_I92a11 = ( 1.70871660327490613E-002, -0.0000000000000000 )
 mdl_I92a12 = ( 1.01622503519927937E-002, -0.0000000000000000 )
 mdl_I92a21 = ( 0.10184211432719792 , -0.0000000000000000 )
 mdl_I92a22 = ( 6.05685612339514762E-002, -0.0000000000000000 )
 mdl_I92a33 = ( 1.13589259774280001E-005, -0.0000000000000000 )
 mdl_I92a44 = ( 1.65651103253609992E-009, -0.0000000000000000 )
 mdl_I93a11 = ( 0.39299503709439954 , -0.0000000000000000 )
 mdl_I93a12 = (-0.66079571121386038 , 0.0000000000000000 )
 mdl_I93a21 = (-6.59370781256946870E-002, 0.0000000000000000 )
 mdl_I93a22 = ( 0.11086892790701153 , 0.0000000000000000 )
 mdl_I93a56 = ( 1.23605402515360008E-005, -0.0000000000000000 )
 mdl_I93a65 = ( 7.72533941508809872E-011, -0.0000000000000000 )
 mdl_I94a121 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I94a122 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I94a123 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a124 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a131 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I94a132 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I94a133 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a134 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a211 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I94a212 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I94a213 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I94a214 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I94a231 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I94a232 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I94a233 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a234 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I94a311 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I94a312 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I94a313 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I94a314 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I94a321 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I94a322 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I94a323 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I94a324 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a121 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I95a122 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I95a123 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a124 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a131 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I95a132 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I95a133 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a134 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a211 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I95a212 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I95a213 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I95a214 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I95a231 = (-0.17189696000000002 , 0.0000000000000000 )
 mdl_I95a232 = (-0.10223228000000001 , 0.0000000000000000 )
 mdl_I95a233 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a234 = (-0.20000000000000001 , 0.0000000000000000 )
 mdl_I95a311 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I95a312 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I95a313 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I95a314 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I95a321 = ( 0.17189696000000002 , -0.0000000000000000 )
 mdl_I95a322 = ( 0.10223228000000001 , -0.0000000000000000 )
 mdl_I95a323 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I95a324 = ( 0.20000000000000001 , -0.0000000000000000 )
 mdl_I96a111 = ( 2.38335653635560803E-003, -0.0000000000000000 )
 mdl_I96a112 = (-4.00745971033472474E-003, 0.0000000000000000 )
 mdl_I96a115 = ( 4.66263011321983289E-003, -0.0000000000000000 )
 mdl_I96a116 = ( 4.66263011321983289E-003, -0.0000000000000000 )
 mdl_I96a141 = ( 6.85991246171733550E-003, -0.0000000000000000 )
 mdl_I96a142 = (-1.15344986733674163E-002, 0.0000000000000000 )
 mdl_I96a145 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I96a146 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I96a151 = ( 6.85991246171733550E-003, -0.0000000000000000 )
 mdl_I96a152 = (-1.15344986733674163E-002, 0.0000000000000000 )
 mdl_I96a155 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I96a156 = ( 1.34202474242330026E-002, -0.0000000000000000 )
 mdl_I96a161 = (-6.43257421491465458E-003, 0.0000000000000000 )
 mdl_I96a162 = ( 1.08159570785099947E-002, 0.0000000000000000 )
 mdl_I96a165 = (-1.25842331109404081E-002, 0.0000000000000000 )
 mdl_I96a166 = (-1.25842331109404081E-002, 0.0000000000000000 )
 mdl_I96a211 = (-3.99881808434431150E-004, 0.0000000000000000 )
 mdl_I96a212 = ( 6.72375371352190222E-004, 0.0000000000000000 )
 mdl_I96a215 = (-7.82300479720165055E-004, 0.0000000000000000 )
 mdl_I96a216 = (-7.82300479720165055E-004, 0.0000000000000000 )
 mdl_I96a241 = (-1.15096258534947414E-003, 0.0000000000000000 )
 mdl_I96a242 = ( 1.93526907054518546E-003, 0.0000000000000000 )
 mdl_I96a245 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I96a246 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I96a251 = (-1.15096258534947414E-003, 0.0000000000000000 )
 mdl_I96a252 = ( 1.93526907054518546E-003, 0.0000000000000000 )
 mdl_I96a255 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I96a256 = (-2.25166177522300066E-003, 0.0000000000000000 )
 mdl_I96a261 = ( 1.07926337109512881E-003, 0.0000000000000000 )
 mdl_I96a262 = (-1.81471148379557337E-003, 0.0000000000000000 )
 mdl_I96a265 = ( 2.11139450493548356E-003, 0.0000000000000000 )
 mdl_I96a266 = ( 2.11139450493548356E-003, 0.0000000000000000 )
 mdl_I96a511 = ( 5.73782152124484941E-005, -0.0000000000000000 )
 mdl_I96a512 = (-9.64777540444725643E-005, 0.0000000000000000 )
 mdl_I96a515 = ( 1.12250680924749993E-004, -0.0000000000000000 )
 mdl_I96a516 = ( 1.12250680924749993E-004, -0.0000000000000000 )
 mdl_I96a541 = ( 1.65149245428820022E-004, -0.0000000000000000 )
 mdl_I96a542 = (-2.77687763938240018E-004, 0.0000000000000000 )
 mdl_I96a545 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I96a546 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I96a551 = ( 1.65149245428820022E-004, -0.0000000000000000 )
 mdl_I96a552 = (-2.77687763938240018E-004, 0.0000000000000000 )
 mdl_I96a555 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I96a556 = ( 3.23086300000000038E-004, -0.0000000000000000 )
 mdl_I96a561 = (-1.54861273184831670E-004, 0.0000000000000000 )
 mdl_I96a562 = ( 2.60389204683707351E-004, 0.0000000000000000 )
 mdl_I96a565 = (-3.02959638941500021E-004, 0.0000000000000000 )
 mdl_I96a566 = (-3.02959638941500021E-004, 0.0000000000000000 )
 mdl_I96a611 = ( 3.34706418200525710E-006, -0.0000000000000000 )
 mdl_I96a612 = (-5.62787172321296691E-006, 0.0000000000000000 )
 mdl_I96a615 = ( 6.54795957207499981E-006, -0.0000000000000000 )
 mdl_I96a616 = ( 6.54795957207499981E-006, -0.0000000000000000 )
 mdl_I96a641 = ( 9.63371066899400071E-006, -0.0000000000000000 )
 mdl_I96a642 = (-1.61984607750080025E-005, 0.0000000000000000 )
 mdl_I96a645 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I96a646 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I96a651 = ( 9.63371066899400071E-006, -0.0000000000000000 )
 mdl_I96a652 = (-1.61984607750080025E-005, 0.0000000000000000 )
 mdl_I96a655 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I96a656 = ( 1.88467100000000010E-005, -0.0000000000000000 )
 mdl_I96a661 = (-9.03357866286902033E-006, 0.0000000000000000 )
 mdl_I96a662 = ( 1.51893776610288787E-005, 0.0000000000000000 )
 mdl_I96a665 = (-1.76726542005500006E-005, 0.0000000000000000 )
 mdl_I96a666 = (-1.76726542005500006E-005, 0.0000000000000000 )
 mdl_I97a111 = ( 7.94989556839092591E-004, -0.0000000000000000 )
 mdl_I97a112 = (-1.33672346985108052E-003, 0.0000000000000000 )
 mdl_I97a115 = ( 1.55526132614687367E-003, -0.0000000000000000 )
 mdl_I97a116 = ( 1.55526132614687367E-003, -0.0000000000000000 )
 mdl_I97a121 = ( 5.04071579394140568E-005, -0.0000000000000000 )
 mdl_I97a122 = (-8.47563725667190661E-005, 0.0000000000000000 )
 mdl_I97a125 = ( 9.86129976547800067E-005, -0.0000000000000000 )
 mdl_I97a126 = ( 9.86129976547800067E-005, -0.0000000000000000 )
 mdl_I97a131 = ( 2.43785683578932936E-007, -0.0000000000000000 )
 mdl_I97a132 = (-4.09909843532204309E-007, 0.0000000000000000 )
 mdl_I97a135 = ( 4.76925064331800075E-007, -0.0000000000000000 )
 mdl_I97a136 = ( 4.76925064331800075E-007, -0.0000000000000000 )
 mdl_I97a161 = ( 2.94554480573845732E-004, -0.0000000000000000 )
 mdl_I97a162 = (-4.95274288757163012E-004, 0.0000000000000000 )
 mdl_I97a165 = ( 5.76245547050003681E-004, -0.0000000000000000 )
 mdl_I97a166 = ( 5.76245547050003681E-004, -0.0000000000000000 )
 mdl_I97a211 = ( 4.73825894717484156E-003, -0.0000000000000000 )
 mdl_I97a212 = (-7.96707565078423260E-003, 0.0000000000000000 )
 mdl_I97a215 = ( 9.26959458827454792E-003, -0.0000000000000000 )
 mdl_I97a216 = ( 9.26959458827454792E-003, -0.0000000000000000 )
 mdl_I97a221 = ( 3.00434345399113421E-004, -0.0000000000000000 )
 mdl_I97a222 = (-5.05160900781021220E-004, 0.0000000000000000 )
 mdl_I97a225 = ( 5.87748498613379993E-004, -0.0000000000000000 )
 mdl_I97a226 = ( 5.87748498613379993E-004, -0.0000000000000000 )
 mdl_I97a231 = ( 1.45299983688315609E-006, -0.0000000000000000 )
 mdl_I97a232 = (-2.44312515421460208E-006, 0.0000000000000000 )
 mdl_I97a235 = ( 2.84254608599780024E-006, -0.0000000000000000 )
 mdl_I97a236 = ( 2.84254608599780024E-006, -0.0000000000000000 )
 mdl_I97a261 = ( 1.75558960618139295E-003, -0.0000000000000000 )
 mdl_I97a262 = (-2.95191026073348501E-003, 0.0000000000000000 )
 mdl_I97a265 = ( 3.43451130343839150E-003, -0.0000000000000000 )
 mdl_I97a266 = ( 3.43451130343839150E-003, -0.0000000000000000 )
 mdl_I97a311 = ( 4.80448833847184169E-003, -0.0000000000000000 )
 mdl_I97a312 = (-8.07843608436357476E-003, 0.0000000000000000 )
 mdl_I97a315 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I97a316 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I97a321 = ( 3.04633690357320039E-004, -0.0000000000000000 )
 mdl_I97a322 = (-5.12221827450240041E-004, 0.0000000000000000 )
 mdl_I97a325 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I97a326 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I97a331 = ( 1.47330925766920003E-006, -0.0000000000000000 )
 mdl_I97a332 = (-2.47727413037440037E-006, 0.0000000000000000 )
 mdl_I97a335 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I97a336 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I97a361 = ( 1.78012849953462738E-003, -0.0000000000000000 )
 mdl_I97a362 = (-2.99317082118645767E-003, 0.0000000000000000 )
 mdl_I97a365 = ( 3.48251745834999953E-003, -0.0000000000000000 )
 mdl_I97a366 = ( 3.48251745834999953E-003, -0.0000000000000000 )
 mdl_I97a411 = ( 4.80448833847184169E-003, -0.0000000000000000 )
 mdl_I97a412 = (-8.07843608436357476E-003, 0.0000000000000000 )
 mdl_I97a415 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I97a416 = ( 9.39916108390000116E-003, -0.0000000000000000 )
 mdl_I97a421 = ( 3.04633690357320039E-004, -0.0000000000000000 )
 mdl_I97a422 = (-5.12221827450240041E-004, 0.0000000000000000 )
 mdl_I97a425 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I97a426 = ( 5.95963799999999974E-004, -0.0000000000000000 )
 mdl_I97a431 = ( 1.47330925766920003E-006, -0.0000000000000000 )
 mdl_I97a432 = (-2.47727413037440037E-006, 0.0000000000000000 )
 mdl_I97a435 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I97a436 = ( 2.88227800000000016E-006, -0.0000000000000000 )
 mdl_I97a461 = ( 1.78012849953462738E-003, -0.0000000000000000 )
 mdl_I97a462 = (-2.99317082118645767E-003, 0.0000000000000000 )
 mdl_I97a465 = ( 3.48251745834999953E-003, -0.0000000000000000 )
 mdl_I97a466 = ( 3.48251745834999953E-003, -0.0000000000000000 )
 mdl_I98a111 = ( 4.36266238825226953E-003, -0.0000000000000000 )
 mdl_I98a112 = ( 2.59460622701689850E-003, -0.0000000000000000 )
 mdl_I98a113 = ( 2.02117281401887621E-005, -0.0000000000000000 )
 mdl_I98a114 = ( 5.05293260993714702E-008, -0.0000000000000000 )
 mdl_I98a141 = ( 1.25568632417873104E-002, -0.0000000000000000 )
 mdl_I98a142 = ( 7.46794334731753183E-003, -0.0000000000000000 )
 mdl_I98a143 = ( 5.81745465383600086E-005, -0.0000000000000000 )
 mdl_I98a144 = ( 1.45436382892710008E-007, -0.0000000000000000 )
 mdl_I98a151 = ( 1.25568632417873104E-002, -0.0000000000000000 )
 mdl_I98a152 = ( 7.46794334731753183E-003, -0.0000000000000000 )
 mdl_I98a153 = ( 5.81745465383600086E-005, -0.0000000000000000 )
 mdl_I98a154 = ( 1.45436382892710008E-007, -0.0000000000000000 )
 mdl_I98a161 = (-1.17746334461401696E-002, 0.0000000000000000 )
 mdl_I98a162 = (-7.00272781649638638E-003, 0.0000000000000000 )
 mdl_I98a163 = (-5.45505631617528722E-005, 0.0000000000000000 )
 mdl_I98a164 = (-1.36376423420408633E-007, 0.0000000000000000 )
 mdl_I98a211 = ( 2.60021328793673852E-002, -0.0000000000000000 )
 mdl_I98a212 = ( 1.54642486354656470E-002, -0.0000000000000000 )
 mdl_I98a213 = ( 1.20464980796595081E-004, -0.0000000000000000 )
 mdl_I98a214 = ( 3.01162486255805429E-007, -0.0000000000000000 )
 mdl_I98a241 = ( 7.48408190925356348E-002, -0.0000000000000000 )
 mdl_I98a242 = ( 4.45100807652296440E-002, -0.0000000000000000 )
 mdl_I98a243 = ( 3.46729165511560017E-004, -0.0000000000000000 )
 mdl_I98a244 = ( 8.66823012400409993E-007, -0.0000000000000000 )
 mdl_I98a251 = ( 7.48408190925356348E-002, -0.0000000000000000 )
 mdl_I98a252 = ( 4.45100807652296440E-002, -0.0000000000000000 )
 mdl_I98a253 = ( 3.46729165511560017E-004, -0.0000000000000000 )
 mdl_I98a254 = ( 8.66823012400409993E-007, -0.0000000000000000 )
 mdl_I98a261 = (-7.01786102671661388E-002, 0.0000000000000000 )
 mdl_I98a262 = (-4.17373252839596601E-002, 0.0000000000000000 )
 mdl_I98a263 = (-3.25129672146017403E-004, 0.0000000000000000 )
 mdl_I98a264 = (-8.12824272842926565E-007, 0.0000000000000000 )
 mdl_I98a311 = ( 2.63655797597982244E-002, -0.0000000000000000 )
 mdl_I98a312 = ( 1.56804014007346296E-002, -0.0000000000000000 )
 mdl_I98a313 = ( 1.22148789646999979E-004, -0.0000000000000000 )
 mdl_I98a314 = ( 3.05372008860749976E-007, -0.0000000000000000 )
 mdl_I98a341 = ( 7.58869125939519995E-002, -0.0000000000000000 )
 mdl_I98a342 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I98a343 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I98a344 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I98a351 = ( 7.58869125939519995E-002, -0.0000000000000000 )
 mdl_I98a352 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I98a353 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I98a354 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I98a361 = (-7.11595373739117715E-002, 0.0000000000000000 )
 mdl_I98a362 = (-4.23207120677422804E-002, 0.0000000000000000 )
 mdl_I98a363 = (-3.29674197998000009E-004, 0.0000000000000000 )
 mdl_I98a364 = (-8.24185588765499998E-007, 0.0000000000000000 )
 mdl_I98a411 = ( 2.63655797597982244E-002, -0.0000000000000000 )
 mdl_I98a412 = ( 1.56804014007346296E-002, -0.0000000000000000 )
 mdl_I98a413 = ( 1.22148789646999979E-004, -0.0000000000000000 )
 mdl_I98a414 = ( 3.05372008860749976E-007, -0.0000000000000000 )
 mdl_I98a441 = ( 7.58869125939519995E-002, -0.0000000000000000 )
 mdl_I98a442 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I98a443 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I98a444 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I98a451 = ( 7.58869125939519995E-002, -0.0000000000000000 )
 mdl_I98a452 = ( 4.51322239592860039E-002, -0.0000000000000000 )
 mdl_I98a453 = ( 3.51575600000000009E-004, -0.0000000000000000 )
 mdl_I98a454 = ( 8.78939100000000025E-007, -0.0000000000000000 )
 mdl_I98a461 = (-7.11595373739117715E-002, 0.0000000000000000 )
 mdl_I98a462 = (-4.23207120677422804E-002, 0.0000000000000000 )
 mdl_I98a463 = (-3.29674197998000009E-004, 0.0000000000000000 )
 mdl_I98a464 = (-8.24185588765499998E-007, 0.0000000000000000 )
 mdl_I99a111 = ( 2.93861555027091857E-003, -0.0000000000000000 )
 mdl_I99a112 = (-4.94109179312344528E-003, 0.0000000000000000 )
 mdl_I99a115 = ( 5.74889956532500038E-003, -0.0000000000000000 )
 mdl_I99a116 = ( 5.74889956532500038E-003, -0.0000000000000000 )
 mdl_I99a141 = ( 8.45809056513400007E-003, -0.0000000000000000 )
 mdl_I99a142 = (-1.42217316834880019E-002, 0.0000000000000000 )
 mdl_I99a145 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I99a146 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I99a151 = ( 8.45809056513400007E-003, -0.0000000000000000 )
 mdl_I99a152 = (-1.42217316834880019E-002, 0.0000000000000000 )
 mdl_I99a155 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I99a156 = ( 1.65468100000000021E-002, -0.0000000000000000 )
 mdl_I99a161 = (-7.93119381337897833E-003, 0.0000000000000000 )
 mdl_I99a162 = ( 1.33357889082651171E-002, 0.0000000000000000 )
 mdl_I99a165 = (-1.55160264710500016E-002, 0.0000000000000000 )
 mdl_I99a166 = (-1.55160264710500016E-002, 0.0000000000000000 )
 mdl_I99a211 = ( 1.75145966429299006E-002, -0.0000000000000000 )
 mdl_I99a212 = (-2.94496603083278137E-002, 0.0000000000000000 )
 mdl_I99a215 = ( 3.42643177730750023E-002, -0.0000000000000000 )
 mdl_I99a216 = ( 3.42643177730750023E-002, -0.0000000000000000 )
 mdl_I99a241 = ( 5.04115091217140071E-002, -0.0000000000000000 )
 mdl_I99a242 = (-8.47636887980480064E-002, 0.0000000000000000 )
 mdl_I99a245 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I99a246 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I99a251 = ( 5.04115091217140071E-002, -0.0000000000000000 )
 mdl_I99a252 = (-8.47636887980480064E-002, 0.0000000000000000 )
 mdl_I99a255 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I99a256 = ( 9.86215100000000094E-002, -0.0000000000000000 )
 mdl_I99a261 = (-4.72711241609768337E-002, 0.0000000000000000 )
 mdl_I99a262 = ( 7.94833348043736121E-002, 0.0000000000000000 )
 mdl_I99a265 = (-9.24778830345500125E-002, 0.0000000000000000 )
 mdl_I99a266 = (-9.24778830345500125E-002, 0.0000000000000000 )
 mdl_I99a311 = ( 1.77594083105499963E-002, -0.0000000000000000 )
 mdl_I99a312 = (-2.98612952775999980E-002, 0.0000000000000000 )
 mdl_I99a315 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I99a316 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I99a341 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I99a342 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_I99a345 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a346 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a351 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I99a352 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_I99a355 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a356 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a361 = (-4.79318600587000029E-002, 0.0000000000000000 )
 mdl_I99a362 = ( 8.05943194384000083E-002, 0.0000000000000000 )
 mdl_I99a365 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I99a366 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I99a411 = ( 1.77594083105499963E-002, -0.0000000000000000 )
 mdl_I99a412 = (-2.98612952775999980E-002, 0.0000000000000000 )
 mdl_I99a415 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I99a416 = ( 3.47432499999999964E-002, -0.0000000000000000 )
 mdl_I99a441 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I99a442 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_I99a445 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a446 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a451 = ( 5.11161400000000044E-002, -0.0000000000000000 )
 mdl_I99a452 = (-8.59484800000000077E-002, 0.0000000000000000 )
 mdl_I99a455 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a456 = ( 0.10000000000000001 , -0.0000000000000000 )
 mdl_I99a461 = (-4.79318600587000029E-002, 0.0000000000000000 )
 mdl_I99a462 = ( 8.05943194384000083E-002, 0.0000000000000000 )
 mdl_I99a465 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_I99a466 = (-9.37705000000000066E-002, 0.0000000000000000 )
 mdl_complexi = ( 0.0000000000000000 , 1.0000000000000000 )
 mdl_sqrt__2 = 1.4142135623730951
 mdl_sw__exp__2 = 0.23360984746131572
 mdl_conjg__NN1x1 = (-0.99279360000000005 , -0.0000000000000000 )
 mdl_conjg__NN1x2 = ( 3.70112400000000008E-002, -0.0000000000000000 )
 mdl_conjg__NN1x3 = (-0.10872770000000000 , -0.0000000000000000 )
 mdl_conjg__NN1x4 = ( 3.41942699999999988E-002, -0.0000000000000000 )
 mdl_conjg__NN2x1 = (-6.14562599999999987E-002, -0.0000000000000000 )
 mdl_conjg__NN2x2 = (-0.97315739999999995 , -0.0000000000000000 )
 mdl_conjg__NN2x3 = ( 0.19927590000000001 , -0.0000000000000000 )
 mdl_conjg__NN2x4 = (-9.73498400000000069E-002, -0.0000000000000000 )
 mdl_conjg__NN3x1 = ( 4.92832799999999988E-002, -0.0000000000000000 )
 mdl_conjg__NN3x2 = (-7.52155199999999940E-002, -0.0000000000000000 )
 mdl_conjg__NN3x3 = (-0.69879089999999999 , -0.0000000000000000 )
 mdl_conjg__NN3x4 = (-0.70965140000000004 , -0.0000000000000000 )
 mdl_conjg__NN4x1 = ( 9.03055299999999950E-002, -0.0000000000000000 )
 mdl_conjg__NN4x2 = (-0.21433050000000001 , -0.0000000000000000 )
 mdl_conjg__NN4x3 = (-0.67834989999999995 , -0.0000000000000000 )
 mdl_conjg__NN4x4 = ( 0.69695680000000004 , -0.0000000000000000 )
 mdl_conjg__UU1x1 = (-0.95769479999999996 , -0.0000000000000000 )
 mdl_conjg__UU1x2 = ( 0.28778589999999998 , -0.0000000000000000 )
 mdl_conjg__UU2x1 = ( 0.28778589999999998 , -0.0000000000000000 )
 mdl_conjg__UU2x2 = ( 0.95769479999999996 , -0.0000000000000000 )
 mdl_conjg__VV1x1 = (-0.98990650000000002 , -0.0000000000000000 )
 mdl_conjg__VV1x2 = ( 0.14172209999999999 , -0.0000000000000000 )
 mdl_conjg__VV2x1 = ( 0.14172209999999999 , -0.0000000000000000 )
 mdl_conjg__VV2x2 = ( 0.98990650000000002 , -0.0000000000000000 )
 mdl_cos__alp = 0.99421963447813921
 mdl_sin__alp = -0.10736535017478954
 mdl_conjg__MUH = ( 464.24349999999998 , -0.0000000000000000 )
 mdl_ee = 0.31340934559420641
 mdl_gp = 0.35800326275255401
 mdl_gw = 0.64843488257574999
 mdl_vev = 246.22059098023431
 mdl_vd = 25.123884695078118
 mdl_vu = 244.93544014797911
 mdl_ee__exp__2 = 9.82254179057887034E-002
  Internal Params evaluated point by point
  ----------------------------------------

 mdl_sqrt__aS = 0.34292856398964494
 mdl_G__exp__2 = 1.4778051842486386
  Couplings of RPVMSSM_UFO
  ---------------------------------

         GC_6 = -0.12157E+01 0.00000E+00
         GC_7 = 0.00000E+00 0.12157E+01
         GC_8 = 0.60783E+00 0.00000E+00
         GC_9 = 0.00000E+00 0.14778E+01
       GC_104 = 0.00000E+00 0.14778E+01
       GC_745 = -0.00000E+00 -0.12157E+01
       GC_796 = 0.00000E+00 0.17192E+01
      GC_2082 = 0.00000E+00 0.17192E+01
       GC_103 = 0.00000E+00 0.50799E+00
       GC_935 = -0.00000E+00 -0.28047E+00
         GC_1 = -0.00000E+00 -0.10447E+00
         GC_2 = 0.00000E+00 0.20894E+00
       GC_744 = 0.00000E+00 -0.20894E+00
       GC_912 = -0.00000E+00 -0.33510E+00
       GC_913 = -0.00000E+00 -0.20743E-01
       GC_914 = -0.00000E+00 0.16635E-01
       GC_915 = -0.00000E+00 0.30481E-01
       GC_921 = 0.00000E+00 0.37035E+00
       GC_922 = -0.00000E+00 -0.37035E+00
       GC_923 = 0.00000E+00 0.57678E-01
       GC_924 = -0.00000E+00 -0.11536E+00
       GC_930 = -0.00000E+00 0.11536E+00
      GC_2083 = -0.00000E+00 -0.33510E+00
      GC_2084 = -0.00000E+00 -0.20743E-01
      GC_2085 = -0.00000E+00 0.16635E-01
      GC_2086 = -0.00000E+00 0.30481E-01
      GC_2301 = 0.00000E+00 0.10285E+02
      GC_2340 = 0.00000E+00 -0.21903E+01
        GC_50 = 0.00000E+00 0.20000E+00
        GC_54 = 0.00000E+00 0.20000E+00
        GC_58 = 0.00000E+00 0.20000E+00
       GC_754 = 0.00000E+00 0.20000E+00
       GC_758 = 0.00000E+00 0.20000E+00
       GC_762 = 0.00000E+00 0.20000E+00
      GC_1031 = 0.00000E+00 -0.12022E-03
      GC_1049 = 0.00000E+00 0.34226E-03
      GC_1067 = 0.00000E+00 0.24950E-02
      GC_1085 = 0.00000E+00 -0.24503E-02
      GC_1818 = 0.00000E+00 0.49826E-03
      GC_1831 = 0.00000E+00 0.34803E-02
      GC_1866 = 0.00000E+00 -0.12022E-03
      GC_1901 = 0.00000E+00 0.34226E-03
      GC_1936 = 0.00000E+00 0.24950E-02
      GC_1971 = 0.00000E+00 -0.24503E-02
      GC_2162 = 0.00000E+00 0.49826E-03
      GC_2183 = 0.00000E+00 0.34803E-02
      GC_2198 = -0.00000E+00 -0.13250E-03
      GC_2199 = -0.00000E+00 -0.22714E-02
      GC_2204 = -0.00000E+00 -0.61791E-05
      GC_2205 = -0.00000E+00 -0.24716E-02
      GC_2207 = -0.00000E+00 -0.13250E-03
      GC_2208 = -0.00000E+00 -0.22714E-02
      GC_2213 = -0.00000E+00 -0.61791E-05
      GC_2214 = -0.00000E+00 -0.24716E-02
      GC_2244 = -0.00000E+00 -0.14308E-04
      GC_2245 = -0.00000E+00 -0.24528E-03
      GC_2250 = 0.00000E+00 0.66728E-06
      GC_2251 = 0.00000E+00 0.26691E-03
      GC_2253 = -0.00000E+00 -0.14308E-04
      GC_2254 = -0.00000E+00 -0.24528E-03
      GC_2259 = 0.00000E+00 0.66728E-06
      GC_2260 = 0.00000E+00 0.26691E-03

 Collider parameters:
 --------------------

 Running at P P machine @ 13000.000000000000 GeV
 PDF set = nn23lo1
 alpha_s(Mz)= 0.1300 running at 2 loops.
 alpha_s(Mz)= 0.1300 running at 2 loops.
 Renormalization scale set on event-by-event basis
 Factorization scale set on event-by-event basis

 getting user params
Enter number of events and max and min iterations:
 Number of events and iterations 1000 5 3
Enter desired fractional accuracy:
 Desired fractional accuracy: 0.10000000000000001
Enter 0 for fixed, 2 for adjustable grid:
Suppress amplitude (0 no, 1 yes)?
 Using suppressed amplitude.
Exact helicity sum (0 yes, n = number/event)?
 Explicitly summing over helicities
Enter Configuration Number:
Running Configuration Number: 1
 Not subdividing B.W.
 Attempting mappinvarients 1 8
 Completed mapping 8
 about to integrate 16 1000 5 3 16 1
 Using non-zero grid deformation.
 16 dimensions 1000 events 16 invarients 5 iterations 1 config(s), (0.99)
 Using h-tuple random number sequence.
 Error opening grid
 Using Uniform Grid! 32
 Using uniform alpha 1.0000000000000000
 Grid defined OK
 Set CM energy to 13000.00
 Mapping Graph 1 to config 1
 Setting BW -1 1 800.00000000000000
 Setting BW -2 2 800.00000000000000
Setting grid 3 0.14427E-01 1
Setting grid 4 0.14427E-01 1
Setting grid 5 0.14427E-01 1
 Transforming s_hat 1/s 15 1.55575306837209531E-002 32400.000000000000 168999999.99999997
   1 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  15 16
 Masses: 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00
Using random seed offsets 1 : 1
  with seed 24
 Ranmar initialization seeds 31059 9398

 ********************************************
 * You are using the DiscreteSampler module *
 * part of the MG5_aMC framework *
 * Author: Valentin Hirschi *
 ********************************************

  Particle 3 4 5 6 7 8
      Et > 30.0 30.0 30.0 30.0 30.0 30.0
       E > 0.0 0.0 0.0 0.0 0.0 0.0
     Eta < 5.0 5.0 5.0 5.0 5.0 5.0
   xqcut: 0.0 0.0 0.0 0.0 30.0 30.0
d R # 3 > -0.0 0.0 0.0 0.0 0.0 0.0
d R # 4 > -0.0 -0.0 0.0 0.0 0.0 0.0
d R # 5 > -0.0 -0.0 -0.0 0.0 0.0 0.0
d R # 6 > -0.0 -0.0 -0.0 -0.0 0.0 0.0
d R # 7 > -0.0 -0.0 -0.0 -0.0 -0.0 0.0
s min # 3> 0.0 900.0 900.0 900.0 900.0 900.0
s min # 4> 0.0 0.0 900.0 900.0 900.0 900.0
s min # 5> 0.0 0.0 0.0 900.0 900.0 900.0
s min # 6> 0.0 0.0 0.0 0.0 900.0 900.0
s min # 7> 0.0 0.0 0.0 0.0 0.0 900.0
xqcutij # 3> 0.0 30.0 0.0 0.0 0.0 0.0
xqcutij # 4> 30.0 0.0 0.0 0.0 0.0 0.0
xqcutij # 5> 0.0 0.0 0.0 30.0 0.0 0.0
xqcutij # 6> 0.0 0.0 30.0 0.0 0.0 0.0
xqcutij # 7> 0.0 0.0 0.0 0.0 0.0 30.0
 No cut BW -1 1
 No cut BW -2 2
    -1000006 > 1 3 color -3 > 3 3
 failed for ipartupdate. Please retry without MLM/default dynamical scale
STOP 3

ls status:
input_app.txt
run1_app.log

                              Run Options
                              -----------
               stdout_level : None

                         MadEvent Options
                         ----------------
     automatic_html_opening : False (user set)
        notification_center : False (user set)
          cluster_temp_path : None
             cluster_memory : None
               cluster_size : 100
              cluster_queue : None
                    nb_core : 4 (user set)
               cluster_time : None
                   run_mode : 2

                      Configuration Options
                      ---------------------
                text_editor : emacs (user set)
         cluster_local_path : None
      cluster_status_update : (600, 30)
               pythia8_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/HEPTools/pythia8 (user set)
                  hwpp_path : None (user set)
            pythia-pgs_path : None (user set)
                    td_path : None (user set)
               delphes_path : /data/data065/heasa/cluster_0/MG5_aMC_v2_6_6/Delphes (user set)
                thepeg_path : None (user set)
               cluster_type : condor
          madanalysis5_path : None (user set)
           cluster_nb_retry : 1
                 eps_viewer : None
                web_browser : None
               syscalc_path : None (user set)
           madanalysis_path : None (user set)
                     lhapdf : lhapdf-config
              f2py_compiler : None
                 hepmc_path : None (user set)
         cluster_retry_wait : 300
           fortran_compiler : None
                auto_update : 7 (user set)
        exrootanalysis_path : None (user set)
                    timeout : 60
               cpp_compiler : None
#************************************************************
#* MadGraph5_aMC@NLO *
#* *
#* * * *
#* * * * * *
#* * * * * 5 * * * * *
#* * * * * *
#* * * *
#* *
#* *
#* VERSION 2.6.6 2018-06-28 *
#* *
#* The MadGraph5_aMC@NLO Development Team - Find us at *
#* https://server06.fynu.ucl.ac.be/projects/madgraph *
#* *
#************************************************************
#* *
#* Command File for MadGraph5_aMC@NLO *
#* *
#* run as ./bin/mg5_aMC filename *
#* *
#************************************************************
set default_unset_couplings 99
set group_subprocesses Auto
set ignore_six_quark_processes False
set loop_optimized_output True
set low_mem_multicore_nlo_generation False
set loop_color_flows False
set gauge unitary
set complex_mass_scheme False
set max_npoint_for_channel 0
import model sm
define p = g u c d s u~ c~ d~ s~
define j = g u c d s u~ c~ d~ s~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
import model RPVMSSM_UFO
generate p p > t1 t1~ , (t1 > d~ s~) , (t1~ > d s)
add process p p > t1 t1~ g , (t1 > d~ s~) , (t1~ > d s)
add process p p > t1 t1~ g g , (t1 > d~ s~) , (t1~ > d s)
output /data/data065/heasa/cluster_0/madgRPV_tJJ_01JULY2019
######################################################################
## PARAM_CARD AUTOMATICALY GENERATED BY MG5 FOLLOWING UFO MODEL ####
######################################################################
## ##
## Width set on Auto will be computed following the information ##
## present in the decay.py files of the model. ##
## See arXiv:1402.1178 for more details. ##
## ##
######################################################################

###################################
## INFORMATION FOR DSQMIX
###################################
Block dsqmix
    1 3 9.862151e-01 # RRd1x3
    1 6 1.654681e-01 # RRd1x6
    2 3 -1.654681e-01 # RRd2x3
    2 6 9.862151e-01 # RRd2x6
    3 5 1.000000e+00 # RRd3x5
    4 4 1.000000e+00 # RRd4x4
    5 2 1.000000e+00 # RRd5x2
    6 1 1.000000e+00 # RRd6x1

###################################
## INFORMATION FOR FRALPHA
###################################
Block fralpha
    1 -1.075727e-01 # alp

###################################
## INFORMATION FOR HMIX
###################################
Block hmix
    1 4.642435e+02 # RMUH
    2 9.749107e+00 # tb
    4 3.251216e+05 # MA2

###################################
## INFORMATION FOR IMVCKM
###################################
Block imvckm
    1 3 -3.349042e-03 # ICKM1x3
    2 1 -1.377152e-04 # ICKM2x1
    2 2 -3.212913e-05 # ICKM2x2
    3 1 -3.258550e-03 # ICKM3x1
    3 2 -7.602238e-04 # ICKM3x2

###################################
## INFORMATION FOR MASS
###################################
Block mass
    5 4.832388e+00 # MB
    6 1.731000e+02 # MT
   15 1.776990e+00 # Mta
   23 9.118760e+01 # MZ
   24 7.982901e+01 # MW
   25 1.139668e+02 # MH01
   35 5.643097e+02 # MH02
   36 5.646897e+02 # MA0
   37 5.704586e+02 # MH
  1000001 5.0000e+03 # Msd1
  1000002 5.0000e+03 # Msu1
  1000003 5.0000e+03 # Msd2
  1000004 5.0000e+03 # Msu2
  1000005 5.0000e+03 # Msd3
 1000006 8.000000e+02 # Msu3
  1000011 3.037530e+02 # Msl1
  1000012 3.336805e+02 # Msn1
  1000013 3.168669e+02 # Msl2
  1000014 3.370975e+02 # Msn2
  1000015 3.169185e+02 # Msl3
  1000016 3.371096e+02 # Msn3
       1000021 5.000000e+03 # Mgo
  1000022 9.948601e+01 # Mneu1
  1000023 1.895047e+02 # Mneu2
  1000024 1.894680e+02 # Mch1
  1000025 -4.695446e+02 # Mneu3
  1000035 4.773438e+02 # Mneu4
  1000037 4.805668e+02 # Mch2
  2000001 5.0000e+03 # Msd4
  2000002 5.0000e+03 # Msu4
  2000003 5.0000e+03 # Msd5
  2000004 5.0000e+03 # Msu5
  2000005 5.0000e+03 # Msd6
 2000006 8.000000e+02 # Msu6
  2000011 3.464667e+02 # Msl4
  2000013 3.464780e+02 # Msl5
  2000015 3.481667e+02 # Msl6
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
  1 0.000000 # d : 0.0
  2 0.000000 # u : 0.0
  3 0.000000 # s : 0.0
  4 0.000000 # c : 0.0
  11 0.000000 # e- : 0.0
  12 0.000000 # ve : 0.0
  13 0.000000 # mu- : 0.0
  14 0.000000 # vm : 0.0
  16 0.000000 # vt : 0.0
  21 0.000000 # g : 0.0
  22 0.000000 # a : 0.0

###################################
## INFORMATION FOR MSD2
###################################
Block msd2
    1 1 3.543979e+05 # RmD21x1
    2 2 3.543929e+05 # RmD22x2
    3 3 3.461351e+05 # RmD23x3

###################################
## INFORMATION FOR MSE2
###################################
Block mse2
    1 1 9.819512e+04 # RmE21x1
    2 2 9.817883e+04 # RmE22x2
    3 3 9.361293e+04 # RmE23x3

###################################
## INFORMATION FOR MSL2
###################################
Block msl2
    1 1 1.174128e+05 # RmL21x1
    2 2 1.174047e+05 # RmL22x2
    3 3 1.151411e+05 # RmL23x3

###################################
## INFORMATION FOR MSOFT
###################################
Block msoft
    1 1.021024e+02 # RMx1
    2 1.926534e+02 # RMx2
    3 5.884243e+02 # RMx3
   21 1.021411e+05 # mHu2
   22 -2.154519e+05 # mHd2

###################################
## INFORMATION FOR MSQ2
###################################
Block msq2
    1 1 3.752466e+05 # RmQ21x1
    2 2 3.752418e+05 # RmQ22x2
    3 3 2.699498e+05 # RmQ23x3

###################################
## INFORMATION FOR MSU2
###################################
Block msu2
    1 1 3.752466e+05 # RmU21x1
    2 2 3.564835e+05 # RmU22x2
    3 3 1.494114e+05 # RmU23x3

###################################
## INFORMATION FOR NMIX
###################################
Block nmix
    1 1 -9.927936e-01 # RNN1x1
    1 2 3.701124e-02 # RNN1x2
    1 3 -1.087277e-01 # RNN1x3
    1 4 3.419427e-02 # RNN1x4
    2 1 -6.145626e-02 # RNN2x1
    2 2 -9.731574e-01 # RNN2x2
    2 3 1.992759e-01 # RNN2x3
    2 4 -9.734984e-02 # RNN2x4
    3 1 4.928328e-02 # RNN3x1
    3 2 -7.521552e-02 # RNN3x2
    3 3 -6.987909e-01 # RNN3x3
    3 4 -7.096514e-01 # RNN3x4
    4 1 9.030553e-02 # RNN4x1
    4 2 -2.143305e-01 # RNN4x2
    4 3 -6.783499e-01 # RNN4x3
    4 4 6.969568e-01 # RNN4x4

###################################
## INFORMATION FOR RVLAMLLE
###################################
Block rvlamlle
    1 2 1 2.000000e-01 # RLLE1x2x1
    1 2 2 2.000000e-01 # RLLE1x2x2
    1 2 3 2.000000e-01 # RLLE1x2x3
    1 3 1 2.000000e-01 # RLLE1x3x1
    1 3 2 2.000000e-01 # RLLE1x3x2
    1 3 3 2.000000e-01 # RLLE1x3x3
    2 1 1 -2.000000e-01 # RLLE2x1x1
    2 1 2 -2.000000e-01 # RLLE2x1x2
    2 1 3 -2.000000e-01 # RLLE2x1x3
    2 3 1 2.000000e-01 # RLLE2x3x1
    2 3 2 2.000000e-01 # RLLE2x3x2
    2 3 3 2.000000e-01 # RLLE2x3x3
    3 1 1 -2.000000e-01 # RLLE3x1x1
    3 1 2 -2.000000e-01 # RLLE3x1x2
    3 1 3 -2.000000e-01 # RLLE3x1x3
    3 2 1 -2.000000e-01 # RLLE3x2x1
    3 2 2 -2.000000e-01 # RLLE3x2x2
    3 2 3 -2.000000e-01 # RLLE3x2x3

###################################
## INFORMATION FOR RVLAMLQD
###################################
Block rvlamlqd
    1 1 1 1.000000e-01 # RLQD1x1x1
    1 1 2 1.000000e-01 # RLQD1x1x2
    1 1 3 1.000000e-01 # RLQD1x1x3
    1 2 1 1.000000e-01 # RLQD1x2x1
    1 2 2 1.000000e-01 # RLQD1x2x2
    1 2 3 1.000000e-01 # RLQD1x2x3
    1 3 1 1.000000e-01 # RLQD1x3x1
    1 3 2 1.000000e-01 # RLQD1x3x2
    1 3 3 1.000000e-01 # RLQD1x3x3
    2 1 1 1.000000e-01 # RLQD2x1x1
    2 1 2 1.000000e-01 # RLQD2x1x2
    2 1 3 1.000000e-01 # RLQD2x1x3
    2 2 1 1.000000e-01 # RLQD2x2x1
    2 2 2 1.000000e-01 # RLQD2x2x2
    2 2 3 1.000000e-01 # RLQD2x2x3
    2 3 1 1.000000e-01 # RLQD2x3x1
    2 3 2 1.000000e-01 # RLQD2x3x2
    2 3 3 1.000000e-01 # RLQD2x3x3
    3 1 1 1.000000e-01 # RLQD3x1x1
    3 1 2 1.000000e-01 # RLQD3x1x2
    3 1 3 1.000000e-01 # RLQD3x1x3
    3 2 1 1.000000e-01 # RLQD3x2x1
    3 2 2 1.000000e-01 # RLQD3x2x2
    3 2 3 1.000000e-01 # RLQD3x2x3
    3 3 1 1.000000e-01 # RLQD3x3x1
    3 3 2 1.000000e-01 # RLQD3x3x2
    3 3 3 1.000000e-01 # RLQD3x3x3

###################################
## INFORMATION FOR RVLAMUDD
###################################
Block rvlamudd
    1 1 2 2.000000e-01 # RLDD1x1x2
    1 1 3 2.000000e-01 # RLDD1x1x3
    1 2 1 -2.000000e-01 # RLDD1x2x1
    1 2 3 2.000000e-01 # RLDD1x2x3
    1 3 1 -2.000000e-01 # RLDD1x3x1
    1 3 2 -2.000000e-01 # RLDD1x3x2
    2 1 2 2.000000e-01 # RLDD2x1x2
    2 1 3 2.000000e-01 # RLDD2x1x3
    2 2 1 -2.000000e-01 # RLDD2x2x1
    2 2 3 2.000000e-01 # RLDD2x2x3
    2 3 1 -2.000000e-01 # RLDD2x3x1
    2 3 2 -2.000000e-01 # RLDD2x3x2
    3 1 2 2.000000e-01 # RLDD3x1x2
    3 1 3 2.000000e-01 # RLDD3x1x3
    3 2 1 -2.000000e-01 # RLDD3x2x1
    3 2 3 2.000000e-01 # RLDD3x2x3
    3 3 1 -2.000000e-01 # RLDD3x3x1
    3 3 2 -2.000000e-01 # RLDD3x3x2

###################################
## INFORMATION FOR RVTLLE
###################################
Block rvtlle
    1 2 1 2.000000e-01 # RTLE1x2x1
    1 2 2 2.000000e-01 # RTLE1x2x2
    1 2 3 2.000000e-01 # RTLE1x2x3
    1 3 1 2.000000e-01 # RTLE1x3x1
    1 3 2 2.000000e-01 # RTLE1x3x2
    1 3 3 2.000000e-01 # RTLE1x3x3
    2 1 1 -2.000000e-01 # RTLE2x1x1
    2 1 2 -2.000000e-01 # RTLE2x1x2
    2 1 3 -2.000000e-01 # RTLE2x1x3
    2 3 1 2.000000e-01 # RTLE2x3x1
    2 3 2 2.000000e-01 # RTLE2x3x2
    2 3 3 2.000000e-01 # RTLE2x3x3
    3 1 1 -2.000000e-01 # RTLE3x1x1
    3 1 2 -2.000000e-01 # RTLE3x1x2
    3 1 3 -2.000000e-01 # RTLE3x1x3
    3 2 1 -2.000000e-01 # RTLE3x2x1
    3 2 2 -2.000000e-01 # RTLE3x2x2
    3 2 3 -2.000000e-01 # RTLE3x2x3

###################################
## INFORMATION FOR RVTLQD
###################################
Block rvtlqd
    1 1 1 1.000000e-01 # RTQD1x1x1
    1 1 2 1.000000e-01 # RTQD1x1x2
    1 1 3 1.000000e-01 # RTQD1x1x3
    1 2 1 1.000000e-01 # RTQD1x2x1
    1 2 2 1.000000e-01 # RTQD1x2x2
    1 2 3 1.000000e-01 # RTQD1x2x3
    1 3 1 1.000000e-01 # RTQD1x3x1
    1 3 2 1.000000e-01 # RTQD1x3x2
    1 3 3 1.000000e-01 # RTQD1x3x3
    2 1 1 1.000000e-01 # RTQD2x1x1
    2 1 2 1.000000e-01 # RTQD2x1x2
    2 1 3 1.000000e-01 # RTQD2x1x3
    2 2 1 1.000000e-01 # RTQD2x2x1
    2 2 2 1.000000e-01 # RTQD2x2x2
    2 2 3 1.000000e-01 # RTQD2x2x3
    2 3 1 1.000000e-01 # RTQD2x3x1
    2 3 2 1.000000e-01 # RTQD2x3x2
    2 3 3 1.000000e-01 # RTQD2x3x3
    3 1 1 1.000000e-01 # RTQD3x1x1
    3 1 2 1.000000e-01 # RTQD3x1x2
    3 1 3 1.000000e-01 # RTQD3x1x3
    3 2 1 1.000000e-01 # RTQD3x2x1
    3 2 2 1.000000e-01 # RTQD3x2x2
    3 2 3 1.000000e-01 # RTQD3x2x3
    3 3 1 1.000000e-01 # RTQD3x3x1
    3 3 2 1.000000e-01 # RTQD3x3x2
    3 3 3 1.000000e-01 # RTQD3x3x3

###################################
## INFORMATION FOR RVTUDD
###################################
Block rvtudd
    1 1 2 2.000000e-01 # RTDD1x1x2
    1 1 3 2.000000e-01 # RTDD1x1x3
    1 2 1 -2.000000e-01 # RTDD1x2x1
    1 2 3 2.000000e-01 # RTDD1x2x3
    1 3 1 -2.000000e-01 # RTDD1x3x1
    1 3 2 -2.000000e-01 # RTDD1x3x2
    2 1 2 2.000000e-01 # RTDD2x1x2
    2 1 3 2.000000e-01 # RTDD2x1x3
    2 2 1 -2.000000e-01 # RTDD2x2x1
    2 2 3 2.000000e-01 # RTDD2x2x3
    2 3 1 -2.000000e-01 # RTDD2x3x1
    2 3 2 -2.000000e-01 # RTDD2x3x2
    3 1 2 2.000000e-01 # RTDD3x1x2
    3 1 3 2.000000e-01 # RTDD3x1x3
    3 2 1 -2.000000e-01 # RTDD3x2x1
    3 2 3 2.000000e-01 # RTDD3x2x3
    3 3 1 -2.000000e-01 # RTDD3x3x1
    3 3 2 -2.000000e-01 # RTDD3x3x2

###################################
## INFORMATION FOR SELMIX
###################################
Block selmix
    1 3 3.474325e-01 # RRl1x3
    1 6 9.377050e-01 # RRl1x6
    2 5 1.000000e+00 # RRl2x5
    3 4 1.000000e+00 # RRl3x4
    4 1 1.000000e+00 # RRl4x1
    5 2 1.000000e+00 # RRl5x2
    6 3 -9.377050e-01 # RRl6x3
    6 6 3.474325e-01 # RRl6x6

###################################
## INFORMATION FOR SMINPUTS
###################################
Block sminputs
    1 1.279340e+02 # aEWM1
    3 1.176000e-01 # aS

###################################
## INFORMATION FOR SNUMIX
###################################
Block snumix
    1 3 1.000000e+00 # RRn1x3
    2 2 1.000000e+00 # RRn2x2
    3 1 1.000000e+00 # RRn3x1

###################################
## INFORMATION FOR TD
###################################
Block td
    1 1 -2.551888e-01 # Rtd1x1
    2 2 -4.374642e+00 # Rtd2x2
    3 3 -1.677180e+02 # Rtd3x3

###################################
## INFORMATION FOR TE
###################################
Block te
    1 1 -2.155743e-02 # Rte1x1
    2 2 -4.457265e+00 # Rte2x2
    3 3 -7.436274e+01 # Rte3x3

###################################
## INFORMATION FOR TU
###################################
Block tu
    1 1 -8.900702e-03 # Rtu1x1
    2 2 -3.560256e+00 # Rtu2x2
    3 3 -5.887617e+02 # Rtu3x3

###################################
## INFORMATION FOR UMIX
###################################
Block umix
    1 1 -9.576948e-01 # RUU1x1
    1 2 2.877859e-01 # RUU1x2
    2 1 2.877859e-01 # RUU2x1
    2 2 9.576948e-01 # RUU2x2

###################################
## INFORMATION FOR UPMNS
###################################
Block upmns
    1 1 1.000000e+00 # RMNS1x1
    2 2 1.000000e+00 # RMNS2x2
    3 3 1.000000e+00 # RMNS3x3

###################################
## INFORMATION FOR USQMIX
###################################
Block usqmix
    1 3 5.111614e-01 # RRu1x3
    1 6 8.594848e-01 # RRu1x6
    2 3 -8.594848e-01 # RRu2x3
    2 6 5.111614e-01 # RRu2x6
    3 5 1.000000e+00 # RRu3x5
    4 4 1.000000e+00 # RRu4x4
    5 1 1.000000e+00 # RRu5x1
    6 2 1.000000e+00 # RRu6x2

###################################
## INFORMATION FOR VCKM
###################################
Block vckm
    1 1 9.738404e-01 # RCKM1x1
    1 2 2.271982e-01 # RCKM1x2
    1 3 2.173989e-03 # RCKM1x3
    2 1 -2.270868e-01 # RCKM2x1
    2 2 9.729587e-01 # RCKM2x2
    2 3 4.222469e-02 # RCKM2x3
    3 1 7.478279e-03 # RCKM3x1
    3 2 -4.161426e-02 # RCKM3x2
    3 3 9.991002e-01 # RCKM3x3

###################################
## INFORMATION FOR VMIX
###################################
Block vmix
    1 1 -9.899065e-01 # RVV1x1
    1 2 1.417221e-01 # RVV1x2
    2 1 1.417221e-01 # RVV2x1
    2 2 9.899065e-01 # RVV2x2

###################################
## INFORMATION FOR YD
###################################
Block yd
    1 1 1.884671e-04 # Ryd1x1
    2 2 3.230863e-03 # Ryd2x2
    3 3 1.360783e-01 # Ryd3x3

###################################
## INFORMATION FOR YE
###################################
Block ye
    1 1 2.882278e-05 # Rye1x1
    2 2 5.959638e-03 # Rye2x2
    3 3 1.002358e-01 # Rye3x3

###################################
## INFORMATION FOR YU
###################################
Block yu
    1 1 8.789391e-06 # Ryu1x1
    2 2 3.515756e-03 # Ryu2x2
    3 3 8.829349e-01 # Ryu3x3

###################################
## INFORMATION FOR DECAY
###################################
DECAY 6 1.463305e+00 # WT
DECAY 23 2.495200e+00 # WZ
DECAY 24 2.141000e+00 # WW
DECAY 25 3.518961e-03 # WH01
DECAY 35 1.389974e+00 # WH02
DECAY 36 1.742413e+00 # WA0
DECAY 37 1.176094e+00 # WH
DECAY 1000001 7.060640e+00 # Wsd1
DECAY 1000002 1.347860e+00 # Wsu1
DECAY 1000003 6.043630e-01 # Wsd2
DECAY 1000004 8.637400e+00 # Wsu2
DECAY 1000005 3.208630e-01 # Wsd3
DECAY 1000006 1.283740e+00 # Wsu3
DECAY 1000011 1.333692e+00 # Wsl1
DECAY 1000012 2.205383e+00 # Wsn1
DECAY 1000013 1.315543e+00 # Wsl2
DECAY 1000014 2.263504e+00 # Wsn2
DECAY 1000015 1.315543e+00 # Wsl3
DECAY 1000016 2.263504e+00 # Wsn3
DECAY 1000021 2.524968e+00 # Wgo
DECAY 1000023 4.107365e-05 # Wneu2
DECAY 1000024 1.056560e-03 # Wch1
DECAY 1000025 3.091347e+00 # Wneu3
DECAY 1000035 3.193022e+00 # Wneu4
DECAY 1000037 5.260644e+00 # Wch2
DECAY 2000001 3.208630e-01 # Wsd4
DECAY 2000002 1.283740e+00 # Wsu4
DECAY 2000003 6.304480e+00 # Wsd5
DECAY 2000004 6.376850e+00 # Wsu5
DECAY 2000005 6.304480e+00 # Wsd6
DECAY 2000006 6.376850e+00 # Wsu6
DECAY 2000011 2.332189e+00 # Wsl4
DECAY 2000013 2.332189e+00 # Wsl5
DECAY 2000015 2.187202e+00 # Wsl6
## Dependent parameters, given by model restrictions.
## Those values should be edited following the
## analytical expression. MG5 ignores those values
## but they are important for interfacing the output of MG5
## to external program such as Pythia.
DECAY 1 0.000000 # d : 0.0
DECAY 2 0.000000 # u : 0.0
DECAY 3 0.000000 # s : 0.0
DECAY 4 0.000000 # c : 0.0
DECAY 5 0.000000 # b : 0.0
DECAY 11 0.000000 # e- : 0.0
DECAY 12 0.000000 # ve : 0.0
DECAY 13 0.000000 # mu- : 0.0
DECAY 14 0.000000 # vm : 0.0
DECAY 15 0.000000 # ta- : 0.0
DECAY 16 0.000000 # vt : 0.0
DECAY 21 0.000000 # g : 0.0
DECAY 22 0.000000 # a : 0.0
DECAY 1000022 0.000000 # n1 : 0.0
#===========================================================
# QUANTUM NUMBERS OF NEW STATE(S) (NON SM PDG CODE)
#===========================================================

Block QNUMBERS 1000022 # n1
        1 0 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000023 # n2
        1 0 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000025 # n3
        1 0 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000035 # n4
        1 0 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000024 # x1+
        1 3 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000037 # x2+
        1 3 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000021 # go
        1 0 # 3 times electric charge
        2 2 # number of spin states (2S+1)
        3 8 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 35 # h2
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 36 # h3
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 0 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 37 # h+
        1 3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000012 # sve
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000014 # svm
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000016 # svt
        1 0 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000011 # el-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000013 # mul-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000015 # ta1-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000011 # er-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000013 # mur-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000015 # ta2-
        1 -3 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 1 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000002 # ul
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000004 # cl
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000006 # t1
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000002 # ur
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000004 # cr
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000006 # t2
        1 2 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000001 # dl
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000003 # sl
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 1000005 # b1
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000001 # dr
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000003 # sr
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
Block QNUMBERS 2000005 # b2
        1 -1 # 3 times electric charge
        2 1 # number of spin states (2S+1)
        3 3 # colour rep (1: singlet, 3: triplet, 8: octet)
        4 1 # Particle/Antiparticle distinction (0=own anti)
#*********************************************************************
# MadGraph5_aMC@NLO *
# *
# run_card.dat MadEvent *
# *
# This file is used to set the parameters of the run. *
# *
# Some notation/conventions: *
# *
# Lines starting with a '# ' are info or comments *
# *
# mind the format: value = variable ! comment *
# *
# To display more options, you can type the command: *
# update full_run_card *
#*********************************************************************
#
#*******************
# Running parameters
#*******************
#
#*********************************************************************
# Tag name for the run (one word) *
#*********************************************************************
  tag_1 = run_tag ! name of the run
#*********************************************************************
# Number of events and rnd seed *
# Warning: Do not generate more than 1M events in a single run *
#*********************************************************************
 1000 = nevents ! Number of unweighted events requested
  0 = iseed ! rnd seed (0=assigned automatically=default))
#*********************************************************************
# Collider type and energy *
# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
# 3=photon from electron *
#*********************************************************************
     1 = lpp1 ! beam 1 type
     1 = lpp2 ! beam 2 type
 6500.0 = ebeam1 ! beam 1 total energy in GeV
 6500.0 = ebeam2 ! beam 2 total energy in GeV
# To see polarised beam options: type "update beam_pol"
#*********************************************************************
# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
#*********************************************************************
     nn23lo1 = pdlabel ! PDF set
     230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
# To see heavy ion options: type "update ion_pdf"
#*********************************************************************
# Renormalization and factorization scales *
#*********************************************************************
 False = fixed_ren_scale ! if .true. use fixed ren scale
 False = fixed_fac_scale ! if .true. use fixed fac scale
 91.188 = scale ! fixed ren scale
 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1
 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2
  3 = dynamical_scale_choice ! Choose one of the preselected dynamical choices
 1.0 = scalefact ! scale factor for event-by-event scales
#*********************************************************************
# Type and output format
#*********************************************************************
  False = gridpack !True = setting up the grid pack
  -1.0 = time_of_flight ! threshold (in mm) below which the invariant livetime is not written (-1 means not written)
  3.0 = lhe_version ! Change the way clustering information pass to shower.
  True = clusinfo ! include clustering tag in output
  average = event_norm ! average/sum. Normalization of the weight in the LHEF

#*********************************************************************
# Matching parameter (MLM only)
#*********************************************************************
 1 = ickkw ! 0 no matching, 1 MLM
 1.0 = alpsfact ! scale factor for QCD emission vx
 False = chcluster ! cluster only according to channel diag
 4 = asrwgtflavor ! highest quark flavor for a_s reweight
 True = auto_ptj_mjj ! Automatic setting of ptj and mjj if xqcut >0
                                   ! (turn off for VBF and single top processes)
 30.0 = xqcut ! minimum kt jet measure between partons
#*********************************************************************
#
#*********************************************************************
# handling of the helicities:
# 0: sum over all helicities
# 1: importance sampling over helicities
#*********************************************************************
   0 = nhel ! using helicities importance sampling or not.
#*********************************************************************
# Generation bias, check the wiki page below for more information: *
# 'cp3.irmp.ucl.ac.be/projects/madgraph/wiki/LOEventGenerationBias' *
#*********************************************************************
 None = bias_module ! Bias type of bias, [None, ptj_bias, -custom_folder-]
 {} = bias_parameters ! Specifies the parameters of the module.
#
#*******************************
# Parton level cuts definition *
#*******************************
#
#
#*********************************************************************
# BW cutoff (M+/-bwcutoff*Gamma) ! Define on/off-shell for "$" and decay
#*********************************************************************
  15.0 = bwcutoff ! (M+/-bwcutoff*Gamma)
#*********************************************************************
# Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not
# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
#*********************************************************************
   True = cut_decays ! Cut decay products
#*********************************************************************
# Standard Cuts *
#*********************************************************************
# Minimum and maximum pt's (for max, -1 means no cut) *
#*********************************************************************
 20.0 = ptj ! minimum pt for the jets
 0.0 = ptb ! minimum pt for the b
 10.0 = pta ! minimum pt for the photons
 10.0 = ptl ! minimum pt for the charged leptons
 0.0 = misset ! minimum missing Et (sum of neutrino's momenta)
 -1.0 = ptjmax ! maximum pt for the jets
 -1.0 = ptbmax ! maximum pt for the b
 -1.0 = ptamax ! maximum pt for the photons
 -1.0 = ptlmax ! maximum pt for the charged leptons
 -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta)
 {} = pt_min_pdg ! pt cut for other particles (use pdg code). Applied on particle and anti-particle
 {} = pt_max_pdg ! pt cut for other particles (syntax e.g. {6: 100, 25: 50})
#
# For display option for energy cut in the partonic center of mass frame type 'update ecut'
#
#*********************************************************************
# Maximum and minimum absolute rapidity (for max, -1 means no cut) *
#*********************************************************************
  5.0 = etaj ! max rap for the jets
  -1.0 = etab ! max rap for the b
 2.5 = etaa ! max rap for the photons
 2.5 = etal ! max rap for the charged leptons
 0.0 = etajmin ! min rap for the jets
 0.0 = etabmin ! min rap for the b
 0.0 = etaamin ! min rap for the photons
 0.0 = etalmin ! main rap for the charged leptons
 {} = eta_min_pdg ! rap cut for other particles (use pdg code). Applied on particle and anti-particle
 {} = eta_max_pdg ! rap cut for other particles (syntax e.g. {6: 2.5, 23: 5})
#*********************************************************************
# Minimum and maximum DeltaR distance *
#*********************************************************************
  0.00 = drjj ! min distance between jets
 0.0 = drbb ! min distance between b's
 0.4 = drll ! min distance between leptons
 0.4 = draa ! min distance between gammas
 0.0 = drbj ! min distance between b and jet
 0.4 = draj ! min distance between gamma and jet
 0.0 = drjl ! min distance between jet and lepton
 0.0 = drab ! min distance between gamma and b
 0.0 = drbl ! min distance between b and lepton
 0.4 = dral ! min distance between gamma and lepton
 -1.0 = drjjmax ! max distance between jets
 -1.0 = drbbmax ! max distance between b's
 -1.0 = drllmax ! max distance between leptons
 -1.0 = draamax ! max distance between gammas
 -1.0 = drbjmax ! max distance between b and jet
 -1.0 = drajmax ! max distance between gamma and jet
 -1.0 = drjlmax ! max distance between jet and lepton
 -1.0 = drabmax ! max distance between gamma and b
 -1.0 = drblmax ! max distance between b and lepton
 -1.0 = dralmax ! maxdistance between gamma and lepton
#*********************************************************************
# Minimum and maximum invariant mass for pairs *
# WARNING: for four lepton final state mmll cut require to have *
# different lepton masses for each flavor! *
#*********************************************************************
 0.0 = mmjj ! min invariant mass of a jet pair
 0.0 = mmbb ! min invariant mass of a b pair
 0.0 = mmaa ! min invariant mass of gamma gamma pair
 0.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
 -1.0 = mmjjmax ! max invariant mass of a jet pair
 -1.0 = mmbbmax ! max invariant mass of a b pair
 -1.0 = mmaamax ! max invariant mass of gamma gamma pair
 -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
 {} = mxx_min_pdg ! min invariant mass of a pair of particles X/X~ (e.g. {6:250})
 {'default': False} = mxx_only_part_antipart ! if True the invariant mass is applied only
                       ! to pairs of particle/antiparticle and not to pairs of the same pdg codes.
#*********************************************************************
# Minimum and maximum invariant mass for all letpons *
#*********************************************************************
 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl)
 -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
#*********************************************************************
# Minimum and maximum pt for 4-momenta sum of leptons *
#*********************************************************************
 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
 -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
#*********************************************************************
# Inclusive cuts *
#*********************************************************************
 0.0 = ptheavy ! minimum pt for at least one heavy final state
 0.0 = xptj ! minimum pt for at least one jet
 0.0 = xptb ! minimum pt for at least one b
 0.0 = xpta ! minimum pt for at least one photon
 0.0 = xptl ! minimum pt for at least one charged lepton
#*********************************************************************
# Control the pt's of the jets sorted by pt *
#*********************************************************************
 0.0 = ptj1min ! minimum pt for the leading jet in pt
 0.0 = ptj2min ! minimum pt for the second jet in pt
 0.0 = ptj3min ! minimum pt for the third jet in pt
 0.0 = ptj4min ! minimum pt for the fourth jet in pt
 -1.0 = ptj1max ! maximum pt for the leading jet in pt
 -1.0 = ptj2max ! maximum pt for the second jet in pt
 -1.0 = ptj3max ! maximum pt for the third jet in pt
 -1.0 = ptj4max ! maximum pt for the fourth jet in pt
 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
#*********************************************************************
# Control the pt's of leptons sorted by pt *
#*********************************************************************
 0.0 = ptl1min ! minimum pt for the leading lepton in pt
 0.0 = ptl2min ! minimum pt for the second lepton in pt
 0.0 = ptl3min ! minimum pt for the third lepton in pt
 0.0 = ptl4min ! minimum pt for the fourth lepton in pt
 -1.0 = ptl1max ! maximum pt for the leading lepton in pt
 -1.0 = ptl2max ! maximum pt for the second lepton in pt
 -1.0 = ptl3max ! maximum pt for the third lepton in pt
 -1.0 = ptl4max ! maximum pt for the fourth lepton in pt
#*********************************************************************
# Control the Ht(k)=Sum of k leading jets *
#*********************************************************************
 0.0 = htjmin ! minimum jet HT=Sum(jet pt)
 -1.0 = htjmax ! maximum jet HT=Sum(jet pt)
 0.0 = ihtmin !inclusive Ht for all partons (including b)
 -1.0 = ihtmax !inclusive Ht for all partons (including b)
 0.0 = ht2min ! minimum Ht for the two leading jets
 0.0 = ht3min ! minimum Ht for the three leading jets
 0.0 = ht4min ! minimum Ht for the four leading jets
 -1.0 = ht2max ! maximum Ht for the two leading jets
 -1.0 = ht3max ! maximum Ht for the three leading jets
 -1.0 = ht4max ! maximum Ht for the four leading jets
#***********************************************************************
# Photon-isolation cuts, according to hep-ph/9801442 *
# When ptgmin=0, all the other parameters are ignored *
# When ptgmin>0, pta and draj are not going to be used *
#***********************************************************************
 0.0 = ptgmin ! Min photon transverse momentum
 0.4 = R0gamma ! Radius of isolation code
 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
 True = isoEM ! isolate photons from EM energy (photons and leptons)
#*********************************************************************
# WBF cuts *
#*********************************************************************
 0.0 = xetamin ! minimum rapidity for two jets in the WBF case
 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case
#***********************************************************************
# Turn on either the ktdurham or ptlund cut to activate *
# CKKW(L) merging with Pythia8 [arXiv:1410.3012, arXiv:1109.4829] *
#***********************************************************************
 -1.0 = ktdurham
 0.4 = dparameter
 -1.0 = ptlund
 1, 2, 3, 4, 5, 6, 21, 1000001, 1000002, 1000003, 1000004, 1000005, 1000006, 1000021, 2000001, 2000002, 2000003, 2000004, 2000005, 2000006 = pdgs_for_merging_cut ! PDGs for two cuts above
#*********************************************************************
# maximal pdg code for quark to be considered as a light jet *
# (otherwise b cuts are applied) *
#*********************************************************************
 5 = maxjetflavor ! Maximum jet pdg code
#*********************************************************************
#
#*********************************************************************
# Store info for systematics studies *
# WARNING: Do not use for interference type of computation *
#*********************************************************************
   True = use_syst ! Enable systematics studies
#
systematics = systematics_program ! none, systematics [python], SysCalc [depreceted, C++]
['--mur=0.5,1,2', '--muf=0.5,1,2', '--pdf=errorset'] = systematics_arguments ! see: https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/Systematics#Systematicspythonmodule
# Syscalc is deprecated but to see the associate options type'update syscalc'

Thank you,
Hassan

Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#3

The "Stop 3" issue is fixed with this revision:
https://bazaar.launchpad.net/~mg5core1/mg5amcnlo/2.6.7/revision/283
(by following the link, you will have a link to download a full MG5aMC version or only the associated patch )

Cheers,

Olivier

Revision history for this message
Hassan (hassan3141) said :
#4

Thank you so much! This solved the problem.
Thanks
Hassan

Revision history for this message
Hassan (hassan3141) said :
#5

Thanks Olivier Mattelaer, that solved my question.