Objects in C++
Object
Example
Description
Symbol
Symbol("s")
a real variable s
.
Index
Index("mu",Type::VD)
a Lorentz index mu
with dimension D
.
Index("mu",Type::CA)
a color index a
with dimension NA
.
Index("mu",Type::CF)
a color index i
with dimension NF
.
Vector
Vector("p")
a vector/momentum p
.
Pair
Pair(mu,nu)
Pair(p,mu)
Pair(p,q)
SUNT
SUNT(a,i,j)
SUNT(lst{a,b,c},i,j)
SUNF
SUNF(a,b,c)
SUNF4
SUNF4(a,b,c,d)
Eps
Eps(mu1,mu2,mu3,mu4)
Eps(p1,p2,mu1,mu2)
Eps(p1,p2,p3,p4)
DGamma
DGamma(mu,l)
DGamma(p,l)
DGamma(1/5/6/7,l)
SP
SP(mu.nu)
SP(p+s*q,mu)
SP(2*p+q,p+s*q)
GAS
GAS(mu)
GAS(3*p+s*q)
GAS(1/5/6/7)
LC
LC(p,mu,p+s*q,k)
TR
TR(expr)
a wrapper for the Dirac trace of expression expr
.
TTR
TTR(lst{a,b,c,d})
form
form(expr)
evaluate the expression expr
using FORM
program.
Last updated