P__tilde__n1 = Particle(pdg_code=9100012, name='~n1', antiname='Xn1', spin=2, color=1, mass=Param.MnH1, width=Param.WnH1, texname='~n1', antitexname='Xn1', charge=0, BarionLepton=0, GhostNumber=0, LeptonNumber=0) P__n1 = P__tilde__n1.anti() P__tilde__n2 = Particle(pdg_code=9100014, name='~n2', antiname='Xn2', spin=2, color=1, mass=Param.MnH2, width=Param.WnH2, texname='~n2', antitexname='Xn2', charge=0, BarionLepton=0, GhostNumber=0, LeptonNumber=0)
import parameters as Param d1 = Particle(pdg_code=1, name='d1', antiname='d1bar', spin=2, color=3, mass=Param.Md1, width=Param.ZERO, GhostNumber=0, line='swavy', charge=-1 / 3, texname='d1', antitexname='d1bar') d1bar = d1.anti() d2 = Particle(pdg_code=3, name='d2', antiname='d2bar', spin=2, color=3, mass=Param.Md2, width=Param.ZERO, GhostNumber=0, line='swavy', charge=-1 / 3, texname='d2', antitexname='d2bar') d2bar = d2.anti()
u = Particle(pdg_code = 2, name = 'u', antiname = 'u~', spin = 2, color = 3, mass = Param.MU, width = Param.ZERO, texname = 'u', antitexname = 'u', charge = 2/3, perturbation = ['QCD',], LeptonNumber = 0, GhostNumber = 0) u__tilde__ = u.anti() d = Particle(pdg_code = 1, name = 'd', antiname = 'd~', spin = 2, color = 3, mass = Param.MD, width = Param.ZERO, texname = 'd', antitexname = 'd', charge = -1/3, perturbation = ['QCD',], LeptonNumber = 0, GhostNumber = 0)
ve = Particle(pdg_code=12, name='ve', antiname='ve~', spin=2, color=1, mass='ZERO', width='ZERO', texname='ve', antitexname='ve', line='straight', charge=0, LeptonNumber=1, GhostNumber=0) ve__tilde__ = ve.anti() vm = Particle(pdg_code=14, name='vm', antiname='vm~', spin=2, color=1, mass='ZERO', width='ZERO', texname='vm', antitexname='vm', line='straight', charge=0, LeptonNumber=1, GhostNumber=0)
W = Particle(pdg_code=24, name='W', antiname='W~', spin=3, color=1, mass=Param.MW, width=Param.WW, texname='W', antitexname='W~', charge=1, GhostNumber=0, LNumber=0, YBL=0) W__tilde__ = W.anti() Wp = Particle(pdg_code=34, name='Wp', antiname='Wp~', spin=3, color=1, mass=Param.MWp, width=Param.WWp, texname='Wp', antitexname='Wp~', charge=1, GhostNumber=0, LNumber=0, YBL=0)
Y=0) W__plus__ = Particle(pdg_code=24, name='W+', antiname='W-', spin=3, color=1, mass=Param.MW, width=Param.ZERO, texname='W+', antitexname='W-', charge=1, GhostNumber=0, Y=0) W__minus__ = W__plus__.anti() g = Particle(pdg_code=21, name='g', antiname='g', spin=3, color=8, mass=Param.ZERO, width=Param.ZERO, texname='g', antitexname='g', charge=0, GhostNumber=0, Y=0) n1 = Particle(pdg_code=1000022,
import propagators as Prop ve = Particle(pdg_code = 12, name = 've', antiname = 've~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 've', antitexname = 've~', charge = 0, GhostNumber = 0, LeptonNumber = 1) ve__tilde__ = ve.anti() vm = Particle(pdg_code = 14, name = 'vm', antiname = 'vm~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 'vm', antitexname = 'vm~', charge = 0, GhostNumber = 0, LeptonNumber = 1) vm__tilde__ = vm.anti()
from __future__ import division from object_library import all_particles, Particle import parameters as Param FA = Particle(pdg_code = 9000001, name = 'FA', antiname = 'FA~', spin = 2, color = 1, mass = Param.MA, width = Param.ZERO, texname = 'FA', antitexname = 'FA~', charge = 0) FA__tilde__ = FA.anti() FB = Particle(pdg_code = 9000002, name = 'FB', antiname = 'FB~', spin = 2, color = 1, mass = Param.MB, width = Param.ZERO, texname = 'FB', antitexname = 'FB~', charge = 0) FB__tilde__ = FB.anti() FC = Particle(pdg_code = 9000003,
W__plus__ = Particle(pdg_code = 24, name = 'W+', antiname = 'W-', spin = 3, color = 1, mass = Param.MW, width = Param.WW, texname = 'W+', antitexname = 'W-', charge = 1, GhostNumber = 0, LeptonNumber = 0, Y = 0) W__minus__ = W__plus__.anti() g = Particle(pdg_code = 21, name = 'g', antiname = 'g', spin = 3, color = 8, mass = Param.ZERO, width = Param.ZERO, texname = 'g', antitexname = 'g', charge = 0, GhostNumber = 0, LeptonNumber = 0, Y = 0)
ne = Particle(pdg_code=12, name='ne', antiname='Ne', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='ne', antitexname='Ne', charge=0, GhostNumber=0, LeptonNumber=1, Y=0) Ne = ne.anti() nm = Particle(pdg_code=14, name='nm', antiname='Nm', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='nm', antitexname='Nm', charge=0, GhostNumber=0, LeptonNumber=1, Y=0)
ve = Particle( pdg_code=12, name="ve", antiname="ve~", spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname="ve", antitexname="ve~", charge=0, LeptonNumber=1, ) ve__tilde__ = ve.anti() vm = Particle( pdg_code=14, name="vm", antiname="vm~", spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname="vm", antitexname="vm~", charge=0, LeptonNumber=1, )
import parameters as Param ve = Particle(pdg_code = 12, name = 've', antiname = 've~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 've', antitexname = 've', charge = 0, LeptonNumber = 1, GhostNumber = 0) ve__tilde__ = ve.anti() vm = Particle(pdg_code = 14, name = 'vm', antiname = 'vm~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 'vm', antitexname = 'vm', charge = 0, LeptonNumber = 1, GhostNumber = 0) vm__tilde__ = vm.anti()
import propagators as Prop ve = Particle(pdg_code=12, name='ve', antiname='ve~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='ve', antitexname='ve~', charge=0, LeptonNumber=1) ve__tilde__ = ve.anti() vm = Particle(pdg_code=14, name='vm', antiname='vm~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='vm', antitexname='vm~', charge=0, LeptonNumber=1) vm__tilde__ = vm.anti()
import parameters as Param ve0 = Particle(pdg_code=12, name='ve0', antiname='ve0~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='ve0', antitexname='ve0', charge=0, LeptonNumber=1, GhostNumber=0) ve0__tilde__ = ve0.anti() vm0 = Particle(pdg_code=14, name='vm0', antiname='vm0~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='vm0', antitexname='vm0', charge=0, LeptonNumber=1, GhostNumber=0) vm0__tilde__ = vm0.anti()
d = Particle( pdg_code=1, name="d", antiname="d~", spin=2, color=3, mass=Param.ZERO, width=Param.ZERO, texname="d", antitexname="d", charge=-1 / 3, LeptonNumber=0, GhostNumber=0, ) d__tilde__ = d.anti() u = Particle( pdg_code=2, name="u", antiname="u~", spin=2, color=3, mass=Param.ZERO, width=Param.ZERO, texname="u", antitexname="u", charge=2 / 3, LeptonNumber=0, GhostNumber=0, )
Y = 0) W__plus__ = Particle(pdg_code = 24, name = 'W+', antiname = 'W-', spin = 3, color = 1, mass = Param.MW, width = Param.WW, texname = 'W+', antitexname = 'W-', charge = 1, GhostNumber = 0, Y = 0) W__minus__ = W__plus__.anti() g = Particle(pdg_code = 21, name = 'g', antiname = 'g', spin = 3, color = 8, mass = Param.ZERO, width = Param.ZERO, texname = 'g', antitexname = 'g', charge = 0, GhostNumber = 0, Y = 0) n1 = Particle(pdg_code = 1000022,
W__plus__ = Particle(pdg_code=24, name='W+', antiname='W-', spin=3, color=1, mass=Param.MW, width=Param.WW, texname='W+', antitexname='W-', charge=1, GhostNumber=0, LeptonNumber=0, Y=0) W__minus__ = W__plus__.anti() g = Particle(pdg_code=21, name='g', antiname='g', spin=3, color=8, mass=Param.ZERO, width=Param.ZERO, texname='g', antitexname='g', charge=0, GhostNumber=0, LeptonNumber=0, Y=0)
import propagators as Prop ve = Particle(pdg_code = 12, name = 've', antiname = 've~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 've', antitexname = 've~', charge = 0, GhostNumber = 0) ve__tilde__ = ve.anti() vm = Particle(pdg_code = 14, name = 'vm', antiname = 'vm~', spin = 2, color = 1, mass = Param.ZERO, width = Param.ZERO, texname = 'vm', antitexname = 'vm~', charge = 0, GhostNumber = 0) vm__tilde__ = vm.anti()
nu1 = Particle(pdg_code =12, name = 'nu1' , antiname = 'nu1bar' , spin = 2 , color = 1 , mass = Param.ZERO , width = Param.ZERO , GhostNumber = 0, line = 'straight' , charge = 0 , texname = 'nu1' , antitexname = 'nu1bar' ) nu1bar = nu1.anti() nu2 = Particle(pdg_code =14, name = 'nu2' , antiname = 'nu2bar' , spin = 2 , color = 1 , mass = Param.ZERO , width = Param.ZERO , GhostNumber = 0, line = 'straight' , charge = 0 , texname = 'nu2' , antitexname = 'nu2bar' )
charge = 0, GhostNumber = 0) ghZp = Particle(pdg_code = 9000002, name = 'ghZp', antiname = 'ghZp~', spin = -1, color = 1, mass = Param.mZp, width = Param.ZERO, texname = 'ghZp', antitexname = 'ghZp~', charge = 0, GhostNumber = 1) ghZp__tilde__ = ghZp.anti() ghG = Particle(pdg_code = 9000003, name = 'ghG', antiname = 'ghG~', spin = -1, color = 8, mass = Param.ZERO, width = Param.ZERO, texname = 'ghG', antitexname = 'ghG~', charge = 0, GhostNumber = 1) ghG__tilde__ = ghG.anti()
name='u', antiname='u~', spin=2, color=3, mass=Param.MU, width=Param.ZERO, texname='u', antitexname='u', charge=2 / 3, perturbation=[ 'QCD', ], LeptonNumber=0, GhostNumber=0) u__tilde__ = u.anti() d = Particle(pdg_code=1, name='d', antiname='d~', spin=2, color=3, mass=Param.MD, width=Param.ZERO, texname='d', antitexname='d', charge=-1 / 3, perturbation=[ 'QCD', ], LeptonNumber=0,
ve = Particle(pdg_code = 12, name = 've', antiname = 've~', spin = 2, color = 1, mass = 'ZERO', width = 'ZERO', texname = 've', antitexname = 've', line = 'straight', charge = 0, LeptonNumber = 1, GhostNumber = 0) ve__tilde__ = ve.anti() vm = Particle(pdg_code = 14, name = 'vm', antiname = 'vm~', spin = 2, color = 1, mass = 'ZERO', width = 'ZERO', texname = 'vm', antitexname = 'vm', line = 'straight', charge = 0, LeptonNumber = 1, GhostNumber = 0)
import parameters as Param Fre = Particle(pdg_code=6000061, name='Fre', antiname='Frebar', spin=2, color=1, mass=Param.MFre, width=Param.WFre, GhostNumber=0, line='swavy', charge=-1, texname='Fre', antitexname='Frebar') Frebar = Fre.anti() nu1 = Particle(pdg_code=12, name='nu1', antiname='nu1bar', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, GhostNumber=0, line='straight', charge=0, texname='nu1', antitexname='nu1bar') nu1bar = nu1.anti()
import parameters as Param ve = Particle(pdg_code=12, name='ve', antiname='ve~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='ve', antitexname='ve~', charge=0, GhostNumber=0, LeptonNumber=1) ve__tilde__ = ve.anti() vm = Particle(pdg_code=14, name='vm', antiname='vm~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='vm', antitexname='vm~', charge=0, GhostNumber=0, LeptonNumber=1) vm__tilde__ = vm.anti()
W__plus__ = Particle(pdg_code=24, name='W+', antiname='W-', spin=3, color=1, mass=Param.MW, width=Param.WW, texname='W+', antitexname='W-', charge=1, LeptonNumber=0, Y=0, Y1=0, Y2=0) W__minus__ = W__plus__.anti() g = Particle(pdg_code=21, name='g', antiname='g', spin=3, color=8, mass=Param.ZERO, width=Param.ZERO, texname='g', antitexname='g', charge=0, LeptonNumber=0, Y=0, Y1=0, Y2=0)
import propagators as Prop ve = Particle(pdg_code=12, name='ve', antiname='ve~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='ve', antitexname='ve~', charge=0, LeptonNumber=1, Y=0) ve__tilde__ = ve.anti() vm = Particle(pdg_code=14, name='vm', antiname='vm~', spin=2, color=1, mass=Param.ZERO, width=Param.ZERO, texname='vm', antitexname='vm~', charge=0, LeptonNumber=1, Y=0) vm__tilde__ = vm.anti()
P__tilde__n1 = Particle(pdg_code = 9100012, name = '~n1', antiname = 'Xn1', spin = 2, color = 1, mass = Param.MnH1, width = Param.WnH1, texname = '~n1', antitexname = 'Xn1', charge = 0, BarionLepton = 0, GhostNumber = 0, LeptonNumber = 0) P__n1 = P__tilde__n1.anti() P__tilde__n2 = Particle(pdg_code = 9100014, name = '~n2', antiname = 'Xn2', spin = 2, color = 1, mass = Param.MnH2, width = Param.WnH2, texname = '~n2', antitexname = 'Xn2', charge = 0, BarionLepton = 0, GhostNumber = 0, LeptonNumber = 0)