コード例 #1
0
# This file was automatically created by FeynRules $Revision: 595 $
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
# Date: Fri 7 Jun 2013 19:02:34

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='8*complex(0,1)*FT0', order={'NP': 1})

GC_5 = Coupling(name='GC_5', value='8*cw**2*complex(0,1)*FT0', order={'NP': 1})

GC_6 = Coupling(name='GC_6', value='4*complex(0,1)*FT1', order={'NP': 1})

GC_7 = Coupling(name='GC_7', value='4*cw**2*complex(0,1)*FT1', order={'NP': 1})

GC_8 = Coupling(name='GC_8',
                value='8*cw**4*complex(0,1)*FT0 + 8*cw**4*complex(0,1)*FT1',
                order={'NP': 1})

GC_9 = Coupling(name='GC_9', value='2*complex(0,1)*FT2', order={'NP': 1})

GC_10 = Coupling(name='GC_10', value='cw**2*complex(0,1)*FT2', order={'NP': 1})

GC_11 = Coupling(name='GC_11',
コード例 #2
0
# This file was automatically created by FeynRules 1.7.49
# Mathematica version: 7.0 for Linux x86 (64-bit) (February 18, 2009)
# Date: Tue 3 Jul 2012 10:45:16

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9',
                value='(CLl1x1*complex(0,1)*gL)/cmath.sqrt(2)',
                order={'NP': 1})

GC_10 = Coupling(name='GC_10',
                 value='(CLl1x2*complex(0,1)*gL)/cmath.sqrt(2)',
                 order={'NP': 1})
コード例 #3
0
ファイル: couplings.py プロジェクト: bostdiek/HeavyDarkMesons
# This file was automatically created by FeynRules 2.3.24
# Mathematica version: 10.3.0 for Mac OS X x86 (64-bit) (October 9, 2015)
# Date: Mon 15 Oct 2018 10:28:25

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='2*ee**2*complex(0,1)', order={'QED': 2})

GC_7 = Coupling(name='GC_7', value='12*ee**2*complex(0,1)', order={'QED': 2})

GC_8 = Coupling(name='GC_8', value='-ee**2/(2.*cw)', order={'QED': 2})

GC_9 = Coupling(name='GC_9',
                value='(ee**2*complex(0,1))/(2.*cw)',
                order={'QED': 2})

GC_10 = Coupling(name='GC_10', value='ee**2/(2.*cw)', order={'QED': 2})

GC_11 = Coupling(name='GC_11', value='-G', order={'QCD': 1})
コード例 #4
0
# This file was automatically created by FeynRules 2.3.47
# Mathematica version: 12.1.1 for Microsoft Windows (64-bit) (June 19, 2020)
# Date: Wed 1 Sep 2021 11:05:57


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #5
0
# This file was automatically created by FeynRules 2.3.29
# Mathematica version: 10.3.1 for Mac OS X x86 (64-bit) (December 9, 2015)
# Date: Thu 14 Dec 2017 12:51:27


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_10 = Coupling(name = 'GC_10',
                 value = 'ee**2/(2.*cw)',
                 order = {'QED':2})

GC_100 = Coupling(name = 'GC_100',
                  value = '-(ys/cmath.sqrt(2))',
                  order = {'QED':1})

GC_101 = Coupling(name = 'GC_101',
                  value = '-((complex(0,1)*ys)/cmath.sqrt(2))',
                  order = {'QED':1})

GC_102 = Coupling(name = 'GC_102',
                  value = 'ys/cmath.sqrt(2)',
                  order = {'QED':1})
コード例 #6
0
# This file was automatically created by FeynRules 2.3.26
# Mathematica version: 9.0 for Linux x86 (64-bit) (November 20, 2012)
# Date: Tue 24 Jan 2017 14:52:59


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_10 = Coupling(name = 'GC_10',
                 value = '-G',
                 order = {'QCD':1})

GC_100 = Coupling(name = 'GC_100',
                  value = 'ee**2*complex(0,1)*vev + (cw**2*ee**2*complex(0,1)*vev)/(2.*sw**2) + (ee**2*complex(0,1)*sw**2*vev)/(2.*cw**2)',
                  order = {'QED':1})

GC_101 = Coupling(name = 'GC_101',
                  value = '-((complex(0,1)*yt)/cmath.sqrt(2))',
                  order = {'QED':1})

GC_102 = Coupling(name = 'GC_102',
                  value = 'yt/cmath.sqrt(2)',
                  order = {'QED':1})
コード例 #7
0
ファイル: couplings.py プロジェクト: jtchilders/anlatlassvn
# This file was automatically created by FeynRules 1.7.51
# Mathematica version: 8.0 for Linux x86 (64-bit) (February 23, 2011)
# Date: Thu 2 Aug 2012 10:15:24

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='2*complex(0,1)*g1', order={'NP': 1})

GC_2 = Coupling(name='GC_2', value='2*complex(0,1)*g10', order={'NP': 1})

GC_3 = Coupling(name='GC_3', value='complex(0,1)*g11 - g12', order={'NP': 1})

GC_4 = Coupling(name='GC_4', value='complex(0,1)*g11 + g12', order={'NP': 1})

GC_5 = Coupling(name='GC_5', value='complex(0,1)*g2 - g3', order={'NP': 1})

GC_6 = Coupling(name='GC_6', value='complex(0,1)*g2 + g3', order={'NP': 1})

GC_7 = Coupling(name='GC_7',
                value='complex(0,1)*g10 + complex(0,1)*g4',
                order={'NP': 1})

GC_8 = Coupling(name='GC_8', value='2*complex(0,1)*g4', order={'NP': 1})

GC_9 = Coupling(name='GC_9', value='complex(0,1)*g5 - g6', order={'NP': 1})

GC_10 = Coupling(name='GC_10', value='complex(0,1)*g5 + g6', order={'NP': 1})

GC_11 = Coupling(name='GC_11',
コード例 #8
0
# This file was automatically created by FeynRules 2.3.3
# Mathematica version: 10.3.0 for Mac OS X x86 (64-bit) (October 9, 2015)
# Date: Sun 22 May 2016 12:13:34


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #9
0
# This file was automatically created by FeynRules 2.0.6
# Mathematica version: 8.0 for Linux x86 (64-bit) (February 23, 2011)
# Date: Mon 3 Mar 2014 18:17:30

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9', value='gx', order={'QED': 1})

GC_10 = Coupling(name='GC_10', value='complex(0,1)*gxd', order={'QED': 1})

GC_11 = Coupling(name='GC_11', value='complex(0,1)*gxl', order={'QED': 1})

GC_12 = Coupling(name='GC_12', value='complex(0,1)*gxu', order={'QED': 1})
コード例 #10
0
# This file was automatically created by FeynRules 1.6.11
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
# Date: Mon 3 Nov 2014 10:53:40

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='(-2*ee*complex(0,1))/3.', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='-(ee*complex(0,1))', order={'QED': 1})

GC_6 = Coupling(name='GC_6', value='ee*complex(0,1)', order={'QED': 1})

GC_7 = Coupling(name='GC_7',
                value='(2*ee**2*complex(0,1))/9.',
                order={'QED': 2})

GC_8 = Coupling(name='GC_8',
                value='(8*ee**2*complex(0,1))/9.',
                order={'QED': 2})

GC_9 = Coupling(name='GC_9', value='ee**2*complex(0,1)', order={'QED': 2})

GC_10 = Coupling(name='GC_10', value='2*ee**2*complex(0,1)', order={'QED': 2})
コード例 #11
0
# This file was automatically created by FeynRules 2.3.13
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
# Date: Mon 10 Oct 2016 08:07:13

from object_library import all_couplings, Coupling

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

R2GC_110_1 = Coupling(name='R2GC_110_1',
                      value='-G**4/(192.*cmath.pi**2)',
                      order={'QCD': 4})

R2GC_110_2 = Coupling(name='R2GC_110_2',
                      value='G**4/(64.*cmath.pi**2)',
                      order={'QCD': 4})

R2GC_111_3 = Coupling(name='R2GC_111_3',
                      value='-(complex(0,1)*G**4)/(192.*cmath.pi**2)',
                      order={'QCD': 4})

R2GC_111_4 = Coupling(name='R2GC_111_4',
                      value='(complex(0,1)*G**4)/(64.*cmath.pi**2)',
                      order={'QCD': 4})

R2GC_112_5 = Coupling(name='R2GC_112_5',
                      value='(complex(0,1)*G**4)/(192.*cmath.pi**2)',
                      order={'QCD': 4})

R2GC_112_6 = Coupling(name='R2GC_112_6',
                      value='-(complex(0,1)*G**4)/(64.*cmath.pi**2)',
                      order={'QCD': 4})
コード例 #12
0
# This file was automatically created by FeynRules 1.7.55
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (October 6, 2011)
# Date: Wed 8 Aug 2012 14:16:24

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(AH*complex(0,1))', order={'HIW': 1})

GC_2 = Coupling(name='GC_2', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='-(ee*complex(0,1))', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee*complex(0,1)', order={'QED': 1})

GC_6 = Coupling(name='GC_6', value='2*ee**2*complex(0,1)', order={'QED': 2})

GC_7 = Coupling(name='GC_7', value='-ee**2/(2.*cw)', order={'QED': 2})

GC_8 = Coupling(name='GC_8',
                value='(ee**2*complex(0,1))/(2.*cw)',
                order={'QED': 2})

GC_9 = Coupling(name='GC_9', value='ee**2/(2.*cw)', order={'QED': 2})

GC_10 = Coupling(name='GC_10', value='-G', order={'QCD': 1})

GC_11 = Coupling(name='GC_11', value='complex(0,1)*G', order={'QCD': 1})
コード例 #13
0
# This file was automatically created by FeynRules 2.4.1
# Mathematica version: 10.1.0  for Mac OS X x86 (64-bit) (March 24, 2015)
# Date: Thu 18 Jun 2015 16:26:34

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9', value='-6*complex(0,1)*lam', order={'QED': 2})

GC_10 = Coupling(
    name='GC_10',
    value='(C81qq*complex(0,1))/Lambda**2 - (C83qq*complex(0,1))/Lambda**2',
    order={'NP': 2})
コード例 #14
0
# This file was automatically created by FeynRules 2.3.26
# Mathematica version: 10.3.1 for Mac OS X x86 (64-bit) (December 9, 2015)
# Date: Sun 3 Sep 2017 23:30:31


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #15
0
# This file was automatically created by FeynRules 2.0.23
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
# Date: Sat 20 Sep 2014 16:12:10

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(AH*ch*complex(0,1))', order={'HIW': 1})

GC_2 = Coupling(name='GC_2', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='-(ee*complex(0,1))', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='-G', order={'QCD': 1})

GC_6 = Coupling(name='GC_6', value='complex(0,1)*G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G**2', order={'QCD': 2})

GC_8 = Coupling(name='GC_8', value='-(ch*complex(0,1)*GH)', order={'HIG': 1})

GC_9 = Coupling(name='GC_9', value='-(ch*G*GH)', order={'HIG': 1, 'QCD': 1})

GC_10 = Coupling(name='GC_10',
                 value='ch*complex(0,1)*G**2*GH',
                 order={
                     'HIG': 1,
                     'QCD': 2
コード例 #16
0
# Date: Fri 18 Mar 2011 18:40:51

from object_library import all_couplings, Coupling

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

################
# R2 couplings #
################

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

R2_3Gq = Coupling(name='R2_3Gq',
                  value='2.0*G**3/(48.0*cmath.pi**2)',
                  order={'QCD': 3})

R2_3Gg = Coupling(name='R2_3Gg',
                  value='Ncol*G**3/(48.0*cmath.pi**2)*(7.0/4.0+lhv)',
                  order={'QCD': 3})

#=============================================================================================
#  4-gluon R2 couplings
#=============================================================================================

# Gluon contribution to it

GC_4GR2_Gluon_delta5 = Coupling(name='GC_4GR2_Gluon_delta5',
                                value='-4.0*complex(0,1)*RGR2*(2.0*lhv+5.0)',
                                order={'QCD': 4})
コード例 #17
0
# This file was automatically created by FeynRules 2.3.12
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (August 26, 2012)
# Date: Sun 20 Mar 2016 15:01:59

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9', value='-6*complex(0,1)*lam', order={'QED': 2})

GC_10 = Coupling(name='GC_10',
                 value='(ee**2*complex(0,1))/(2.*sw**2)',
                 order={'QED': 2})

GC_11 = Coupling(name='GC_11',
コード例 #18
0
ファイル: couplings.py プロジェクト: UniMiBAnalyses/HHbblvjj
# This file was automatically created by FeynRules 1.6.13
# Mathematica version: 8.0 for Linux x86 (32-bit) (October 10, 2011)
# Date: Tue 12 Nov 2013 18:05:55


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = '-G',
                order = {'QCD':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'complex(0,1)*G',
                order = {'QCD':1})
コード例 #19
0
# This file was automatically created by FeynRules 2.3.32
# Mathematica version: 10.1.0  for Linux x86 (64-bit) (March 24, 2015)
# Date: Thu 23 May 2019 11:36:27


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #20
0
# This file was automatically created by FeynRules 2.1
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (November 6, 2010)
# Date: Tue 2 Dec 2014 06:46:52

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-gs', order={'QCD': 1})

GC_2 = Coupling(name='GC_2', value='complex(0,1)*gs', order={'QCD': 1})

GC_3 = Coupling(name='GC_3', value='complex(0,1)*gs**2', order={'QCD': 2})

GC_4 = Coupling(name='GC_4',
                value='-(cphi*cw*complex(0,1)*gw)/2.',
                order={'EWL': 1})

GC_5 = Coupling(name='GC_5',
                value='cphi*cw*cxi**2*complex(0,1)*gw',
                order={'EWL': 1})

GC_6 = Coupling(name='GC_6',
                value='cphi**2*cw**2*cxi**2*complex(0,1)*gw**2',
                order={'EWL': 2})

GC_7 = Coupling(name='GC_7',
                value='-(cxi**4*complex(0,1)*gw**2)',
                order={'EWL': 2})

GC_8 = Coupling(name='GC_8',
コード例 #21
0
ファイル: couplings.py プロジェクト: jtchilders/anlatlassvn
# 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_couplings, Coupling

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


GC_9 = Coupling(name = 'GC_9',
                value = '-G',
                order = {'QCD':1})

GC_10 = Coupling(name = 'GC_10',
                 value = 'complex(0,1)*G',
                 order = {'QCD':1})

GC_11 = Coupling(name = 'GC_11',
                 value = 'complex(0,1)*G**2',
                 order = {'QCD':2})

GC_101 = Coupling(name = 'GC_101',
                value = '2.0*G**3/(48.0*cmath.pi**2)',
                order = {'QCD':3})

GC_102 = Coupling(name = 'GC_102',
                 value = 'Ncol*G**3/(48.0*cmath.pi**2)*(7.0/4.0+lhv)',
                 order = {'QCD':3})

#=============================================================================================
コード例 #22
0
# This file was automatically created by FeynRules 2.1
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (January 24, 2013)
# Date: Thu 16 Oct 2014 15:26:32

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9', value='-gchi', order={'MDM': 1})

GC_10 = Coupling(name='GC_10', value='-6*complex(0,1)*lam', order={'QED': 2})

GC_11 = Coupling(name='GC_11',
                 value='(ee**2*complex(0,1))/(2.*sw**2)',
                 order={'QED': 2})
コード例 #23
0
# This file was automatically created by FeynRules 1.7.55
# Mathematica version: 8.0 for Mac OS X x86 (64-bit) (October 6, 2011)
# Date: Wed 8 Aug 2012 14:29:47

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='2*ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='-ee**2/(2.*cw)', order={'QED': 2})

GC_7 = Coupling(name='GC_7',
                value='(ee**2*complex(0,1))/(2.*cw)',
                order={'QED': 2})

GC_8 = Coupling(name='GC_8', value='ee**2/(2.*cw)', order={'QED': 2})

GC_9 = Coupling(name='GC_9', value='-G', order={'QCD': 1})

GC_10 = Coupling(name='GC_10', value='complex(0,1)*G', order={'QCD': 1})

GC_11 = Coupling(name='GC_11', value='complex(0,1)*G**2', order={'QCD': 2})
コード例 #24
0
# This file was automatically created by FeynRules 2.3.26
# Mathematica version: 9.0 for Linux x86 (64-bit) (November 20, 2012)
# Date: Tue 24 Jan 2017 14:52:59

from object_library import all_couplings, Coupling

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

R2GC_111_1 = Coupling(name='R2GC_111_1',
                      value='-(complex(0,1)*G**2*MT**2)/(8.*cmath.pi**2)',
                      order={'QCD': 2})

R2GC_112_2 = Coupling(
    name='R2GC_112_2',
    value='-(complex(0,1)*G**2*MT*yt)/(8.*cmath.pi**2*cmath.sqrt(2))',
    order={
        'QCD': 2,
        'QED': 1
    })

R2GC_113_3 = Coupling(name='R2GC_113_3',
                      value='-(complex(0,1)*G**2*yt**2)/(16.*cmath.pi**2)',
                      order={
                          'QCD': 2,
                          'QED': 2
                      })

R2GC_114_4 = Coupling(name='R2GC_114_4',
                      value='(ee*complex(0,1)*G**2)/(18.*cmath.pi**2)',
                      order={
                          'QCD': 2,
コード例 #25
0
# This file was automatically created by FeynRules =.2.2
# Mathematica version: 9.0 for Linux x86 (64-bit) (February 7, 2013)
# Date: Fri 29 May 2015 17:02:46


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #26
0
# This file was automatically created by FeynRules $Revision: 573 $
# Mathematica version: 8.0 for Microsoft Windows (32-bit) (February 24, 2011)
# Date: Tue 2 Jul 2013 00:32:01

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='(-4*ee*complex(0,1))/3.', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='(5*ee*complex(0,1))/3.', order={'QED': 1})

GC_6 = Coupling(name='GC_6', value='-G', order={'QCD': 1})

GC_7 = Coupling(name='GC_7', value='complex(0,1)*G', order={'QCD': 1})

GC_8 = Coupling(name='GC_8', value='complex(0,1)*G**2', order={'QCD': 2})

GC_9 = Coupling(name='GC_9', value='cw*complex(0,1)*gw', order={'QED': 1})

GC_10 = Coupling(name='GC_10', value='-(complex(0,1)*gw**2)', order={'QED': 2})

GC_11 = Coupling(name='GC_11',
                 value='cw**2*complex(0,1)*gw**2',
                 order={'QED': 2})
コード例 #27
0
ファイル: couplings.py プロジェクト: knash/Wp_to_VLQ
# This file was automatically created by FeynRules 2.0.2
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (November 20, 2012)
# Date: Tue 21 Oct 2014 10:51:45


from object_library import all_couplings, Coupling

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



GC_1 = Coupling(name = 'GC_1',
                value = '-(ee*complex(0,1))/3.',
                order = {'QED':1})

GC_2 = Coupling(name = 'GC_2',
                value = '(2*ee*complex(0,1))/3.',
                order = {'QED':1})

GC_3 = Coupling(name = 'GC_3',
                value = '-(ee*complex(0,1))',
                order = {'QED':1})

GC_4 = Coupling(name = 'GC_4',
                value = 'ee*complex(0,1)',
                order = {'QED':1})

GC_5 = Coupling(name = 'GC_5',
                value = 'ee**2*complex(0,1)',
                order = {'QED':2})
コード例 #28
0
# This file was automatically created by FeynRules 1.7.178
# Mathematica version: 9.0 for Mac OS X x86 (64-bit) (January 24, 2013)
# Date: Thu 17 Jul 2014 17:34:00

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='-G', order={'QCD': 1})

GC_5 = Coupling(name='GC_5', value='complex(0,1)*G', order={'QCD': 1})

GC_6 = Coupling(name='GC_6', value='complex(0,1)*G**2', order={'QCD': 2})

GC_7 = Coupling(name='GC_7',
                value='-(cC**2*cN*complex(0,1)*gw)',
                order={'QED': 1})

GC_8 = Coupling(name='GC_8',
                value='cC**2*cN*complex(0,1)*gw',
                order={'QED': 1})

GC_9 = Coupling(name='GC_9',
                value='-(cC**2*cN*cvvw*complex(0,1)*gw)',
                order={'QED': 1})
コード例 #29
0
ファイル: couplings.py プロジェクト: jtchilders/anlatlassvn
# This file was automatically created by FeynRules $Revision: 302 $
# Mathematica version: 7.0 for Mac OS X x86 (64-bit) (November 11, 2008)
# Date: Tue 31 Aug 2010 16:54:46

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='-G', order={'QCD': 1})

GC_5 = Coupling(name='GC_5', value='complex(0,1)*G', order={'QCD': 1})

GC_6 = Coupling(name='GC_6', value='complex(0,1)*G**2', order={'QCD': 2})

GC_7 = Coupling(name='GC_7', value='cw*complex(0,1)*gw', order={'QED': 1})

GC_8 = Coupling(name='GC_8', value='-(complex(0,1)*gw**2)', order={'QED': 2})

GC_9 = Coupling(name='GC_9',
                value='cw**2*complex(0,1)*gw**2',
                order={'QED': 2})

GC_10 = Coupling(name='GC_10',
                 value='(ee**2*complex(0,1))/(2.*sw**2)',
                 order={'QED': 2})
コード例 #30
0
# This file was automatically created by FeynRules 2.3.7
# Mathematica version: 10.2.0 for Linux x86 (64-bit) (July 28, 2015)
# Date: Thu 26 Nov 2015 09:52:28

from object_library import all_couplings, Coupling

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

GC_1 = Coupling(name='GC_1', value='-(ee*complex(0,1))/3.', order={'QED': 1})

GC_2 = Coupling(name='GC_2', value='(2*ee*complex(0,1))/3.', order={'QED': 1})

GC_3 = Coupling(name='GC_3', value='-(ee*complex(0,1))', order={'QED': 1})

GC_4 = Coupling(name='GC_4', value='ee*complex(0,1)', order={'QED': 1})

GC_5 = Coupling(name='GC_5', value='ee**2*complex(0,1)', order={'QED': 2})

GC_6 = Coupling(name='GC_6', value='2*ee**2*complex(0,1)', order={'QED': 2})

GC_7 = Coupling(name='GC_7', value='-ee**2/(2.*cw)', order={'QED': 2})

GC_8 = Coupling(name='GC_8',
                value='(ee**2*complex(0,1))/(2.*cw)',
                order={'QED': 2})

GC_9 = Coupling(name='GC_9', value='ee**2/(2.*cw)', order={'QED': 2})

GC_10 = Coupling(name='GC_10', value='-G', order={'QCD': 1})

GC_11 = Coupling(name='GC_11', value='complex(0,1)*G', order={'QCD': 1})