feynlag.export.ufo.writer.UFOParticle¶
- class feynlag.export.ufo.writer.UFOParticle(symbol, pdg, name, antiname=None, spin=1, mass='ZERO', width='ZERO', color=1, charge=0, antisymbol=None, goldstone=False, texname=None, antitexname=None)[source]¶
Specification of one UFO particle.
- Parameters:
- name / antiname
UFO names (equal → self-conjugate).
- mass / width
parameter names, or
'ZERO'.
- antisymbol¶
the symbol used for the conjugate in vertex tables (e.g. the
Gmpartner ofGp); None if self-conjugate.- Type:
- texname / antitexname
LaTeX (defaults to names).
- __init__(symbol, pdg, name, antiname=None, spin=1, mass='ZERO', width='ZERO', color=1, charge=0, antisymbol=None, goldstone=False, texname=None, antitexname=None)¶
Methods
__init__(symbol, pdg, name[, antiname, ...])Attributes