Versions:
Links:
FeynML:
Gallery:
Renderers:
Module:
pyfeyn2
pyfeyn2.feynmandiagram
pyfeyn2.mkfeyndiag
pyfeyn2.particles
ascii
unicode
label
line
plainpdf
style
unicodepdf
asciipdf
mpl
feynmanrender
metapost
tikzfeynman
dot
latex
feynmp
get_name(→ str)
get_name
Get the latex name of a particle.
pid (int) – PDG Monte Carlo identifier for the particle.
Latex name.
str
Examples
>>> get_name(21) 'g' >>> get_name(1000022) '\\tilde{\\chi}_{1}^{0}'