コード例 #1
0
# This file was automatically created by FeynRules 2.4.68
# Mathematica version: 10.4.1 for Mac OS X x86 (64-bit) (April 11, 2016)
# Date: Thu 6 Jun 2019 21:52:47

from object_library import all_CTparameters, CTParameter

from function_library import complexconjugate, re, im, csc, sec, acsc, asec, cot

invFREps = CTParameter(name='invFREps',
                       type='complex',
                       value={-1: '1'},
                       texname='invFREps')

FRCTdeltaZxuuLxuG = CTParameter(name='FRCTdeltaZxuuLxuG',
                                type='complex',
                                value={-1: 'G**2/(12.*cmath.pi**2)'},
                                texname='FRCTdeltaZxuuLxuG')

FRCTdeltaZxuuRxuG = CTParameter(name='FRCTdeltaZxuuRxuG',
                                type='complex',
                                value={-1: 'G**2/(12.*cmath.pi**2)'},
                                texname='FRCTdeltaZxuuRxuG')

FRCTdeltaZxccLxcG = CTParameter(name='FRCTdeltaZxccLxcG',
                                type='complex',
                                value={-1: 'G**2/(12.*cmath.pi**2)'},
                                texname='FRCTdeltaZxccLxcG')

FRCTdeltaZxccRxcG = CTParameter(name='FRCTdeltaZxccRxcG',
                                type='complex',
                                value={-1: 'G**2/(12.*cmath.pi**2)'},
コード例 #2
0
# Date: Fri 18 Mar 2011 18:40:51

from object_library import all_CTparameters, CTParameter

from function_library import complexconjugate, re, im, csc, sec, acsc, asec

################
# R2 vertices  #
################

# ========= #
# Pure QCD  #
# ========= #

RGR2 = CTParameter(name = 'RGR2',
              type = 'real',
              value = {0:'-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
              texname = 'RGR2')

# ============== #
# Mixed QCD-QED  #
# ============== #

R2MixedFactor = CTParameter(name = 'R2MixedFactor',
              type = 'real',
              value = {0:'-(G**2*(1.0+lhv)*(Ncol**2-1.0))/(2.0*Ncol*16.0*cmath.pi**2)'},
              texname = 'R2MixedFactor')

################
# UV vertices  #
################
コード例 #3
0
# Date: Fri 18 Mar 2011 18:40:51

from object_library import all_CTparameters, CTParameter

from function_library import complexconjugate, re, im, csc, sec, acsc, asec, arg, reglog

################
# R2 vertices  #
################

# ========= #
# Pure QCD  #
# ========= #

RGR2 = CTParameter(name = 'RGR2',
              type = 'real',
              value = {0:'-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
              texname = 'RGR2')

# ============== #
# Mixed QCD-QED  #
# ============== #

R2MixedFactor = CTParameter(name = 'R2MixedFactor',
              type = 'real',
              value = {0:'-(G**2*(1.0+lhv)*(Ncol**2-1.0))/(2.0*Ncol*16.0*cmath.pi**2)'},
              texname = 'R2MixedFactor')

# ============== #
# Pure QED       #
# ============== #
コード例 #4
0
# This file was automatically created by FeynRules $Revision: 535 $
# Mathematica version: 7.0 for Mac OS X x86 (64-bit) (November 11, 2008)
# Date: Fri 18 Mar 2011 18:40:51

from object_library import all_parameters, Parameter, CTParameter

from function_library import complexconjugate, re, im, csc, sec, acsc, asec

################
# R2 vertices  #
################

RGR2 = CTParameter(name='RGR2',
                   type='real',
                   value={0: '-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
                   texname='RGR2')

################
# UV vertices  #
################

G_UVg = CTParameter(name='G_UVg',
                    type='real',
                    value={-1: '-((G**2)/(2.0*48.0*cmath.pi**2))*11.0*CA'},
                    texname='\delta Gg')

G_UVq = CTParameter(name='G_UVq',
                    type='real',
                    value={-1: '((G**2)/(2.0*48.0*cmath.pi**2))*4.0*TF'},
                    texname='\delta Gq')
コード例 #5
0
# Dec 2013

from object_library import all_CTparameters, CTParameter

from function_library import complexconjugate, re, im, csc, sec, acsc, asec

################
# R2 vertices  #
################

# ========= #
# Pure QCD  #
# ========= #

RGR2 = CTParameter(name='RGR2',
                   type='real',
                   value={0: '-(3.0/2.0)*G**4/(96.0*cmath.pi**2)'},
                   texname='RGR2')

# ============== #
# Mixed QCD-QED  #
# ============== #

R2MixedFactor = CTParameter(
    name='R2MixedFactor',
    type='real',
    value={0: '-(G**2*(1.0+lhv)*(Ncol**2-1.0))/(2.0*Ncol*16.0*cmath.pi**2)'},
    texname='R2MixedFactor')

################
# UV vertices  #
################