# setup for inclusive dis conf['alphaSmode'] = 'backward' conf['Q20'] = 1 conf['order'] = 'LO' conf['aux'] = AUX() conf['alphaS'] = ALPHAS(conf) conf['pdf-NLO'] = CJ(conf) conf['dis stfuncs'] = DIS_STFUNCS(conf) # setup tmd sidis conf['order'] = 'LO' conf['_pdf'] = CJ(conf) conf['_ppdf'] = LSS(conf) conf['_ff'] = DSS(conf) conf['pdf'] = PDF(conf) conf['ppdf'] = PPDF(conf) conf['ff'] = FF(conf) conf['transversity'] = TRANSVERSITY(conf) conf['sivers'] = SIVERS(conf) conf['boermulders'] = BOERMULDERS(conf) conf['pretzelosity'] = PRETZELOSITY(conf) conf['wormgearg'] = WORMGEARG(conf) conf['wormgearh'] = WORMGEARH(conf) conf['collins'] = COLLINS(conf) conf['moments'] = MOMENTS(conf) ##################################################### conf['residuals'] = RESIDUALS(conf) conf['residuals'].get_residuals() conf['residuals'].gen_report(verb=1, level=1)
conf=load_config('input.py') # setup for inclusive dis conf['alphaSmode']='backward' conf['Q20']=1 conf['order']='NLO' conf['aux']=AUX() conf['alphaS']=ALPHAS() conf['pdf-NLO']=CT10() conf['dis stfuncs']=DIS_STFUNCS() # setup tmds conf['order']='LO' conf['_pdf']=CJ() conf['_ppdf']=LSS() conf['_ff']=DSS() conf['pdf']=PDF() conf['ppdf']=PPDF() conf['ff']=FF() # setup sidis conf['sidis tabs']=SIDIS_READER().load_data_sets('sidis') conf['sidis stfuncs']=SIDIS_STFUNCS() conf['sidis residuals']=SIDIS_RESIDUALS() parman=PARMAN()