Trace identities for gamma matrices. More...
#include "abstractgammasym.h"Go to the source code of this file.
Functions | |
| GExpr | sgl::tracer::standardTrace (std::vector< GammaIndex > const &indices, csl::Expr const &Ddirac) |
| Calculates the traces of gamma matrices without chiral operator. More... | |
| GExpr | sgl::tracer::chiralTrace (std::vector< GammaIndex > const &indices, csl::Expr const &Ddirac) |
| Calculates the traces of gamma matrices with the chiral operator. More... | |
Trace identities for gamma matrices.
| GExpr sgl::tracer::chiralTrace | ( | std::vector< GammaIndex > const & | indices, |
| csl::Expr const & | Ddirac | ||
| ) |
Calculates the traces of gamma matrices with the chiral operator.
| indices | Set of generalized indices representing gamma matrices. |
| Ddirac | Dirac space dimension. |
| GExpr sgl::tracer::standardTrace | ( | std::vector< GammaIndex > const & | indices, |
| csl::Expr const & | Ddirac | ||
| ) |
Calculates the traces of gamma matrices without chiral operator.
| indices | Set of generalized indices representing gamma matrices. |
| Ddirac | Dirac space dimension. |
1.8.13