xcolor.tex 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. \chapter[XCOLOR: Color factor in gauge theory]%
  2. {XCOLOR: Calculation of the color factor in non-abelian gauge
  3. field theories}
  4. \label{XCOLOR}
  5. \typeout{{XCOLOR: Calculation of the color factor in non-abelian gauge
  6. field theories}}
  7. {\footnotesize
  8. \begin{center}
  9. A. Kryukov \\
  10. Institute for Nuclear Physics, Moscow State University \\
  11. 119899, Moscow, Russia \\[0.05in]
  12. e--mail: kryukov@npi.msu.su
  13. \end{center}
  14. }
  15. \ttindex{XCOLOR}
  16. XCOLOR calculates the colour factor in non-abelian gauge field
  17. theories. It provides two commands and two operators.
  18. \noindent{\tt SUdim} integer\ttindex{SUdim}
  19. Sets the order of the SU group. The default value is 3.
  20. \noindent{\tt SpTT} expression\ttindex{SpTT}
  21. Sets the normalisation coefficient A in the equation
  22. $Sp(T_i T_j) = A \Delta(i,j)$. The default value is 1/2.
  23. \noindent{\tt QG}(inQuark, outQuark, Gluon)\ttindex{QG}
  24. Describes the quark-gluon vertex. The parameters may be any identifiers.
  25. The first and second of then must be in- and out- quarks correspondingly.
  26. Third one is a gluon.
  27. \noindent{\tt G3}(Gluon1, Gluon2, Gluon3)\ttindex{G3}
  28. Describes the three-gluon vertex. The parameters may be any identifiers.
  29. The order of gluons must be clockwise.
  30. In terms of QG and G3 operators one can input a diagram in ``color'' space as
  31. a product of these operators. For example
  32. \newpage
  33. \begin{verbatim}
  34. e1
  35. ---->---
  36. / \
  37. / \
  38. | e2 |
  39. v1*............*v2
  40. | |
  41. \ /
  42. \ e3 /
  43. ----<---
  44. \end{verbatim}
  45. where \verb+--->---+ is a quark and \verb+.......+ is a gluon.
  46. The related \REDUCE\ expression is {\tt QG(e3,e1,e2)*QG(e1,e3,e2)}.