|
| GiNaC::GINAC_DECLARE_UNARCHIVER (color) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (su3one) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (su3t) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (su3f) |
|
| GiNaC::GINAC_DECLARE_UNARCHIVER (su3d) |
|
ex | GiNaC::color_ONE (unsigned char rl=0) |
| Create the su(3) unity element. More...
|
|
ex | GiNaC::color_T (const ex &a, unsigned char rl=0) |
| Create an su(3) generator. More...
|
|
ex | GiNaC::color_f (const ex &a, const ex &b, const ex &c) |
| Create an su(3) antisymmetric structure constant. More...
|
|
ex | GiNaC::color_d (const ex &a, const ex &b, const ex &c) |
| Create an su(3) symmetric structure constant. More...
|
|
ex | GiNaC::color_h (const ex &a, const ex &b, const ex &c) |
| This returns the linear combination d.a.b.c+I*f.a.b.c. More...
|
|
ex | GiNaC::color_trace (const ex &e, const std::set< unsigned char > &rls) |
| Calculate color traces over the specified set of representation labels. More...
|
|
ex | GiNaC::color_trace (const ex &e, const lst &rll) |
| Calculate color traces over the specified list of representation labels. More...
|
|
ex | GiNaC::color_trace (const ex &e, unsigned char rl=0) |
| Calculate the trace of an expression containing color objects with a specified representation label. More...
|
|
Interface to GiNaC's color (SU(3) Lie algebra) objects.
Definition in file color.h.