X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Ftinfos.h;h=d71f251d09ca1a9f2b324d2705c79dce70d7f6b3;hb=85ce9664ddba79c28a6945b1e5b4e2b71f77cb51;hp=2b189595d5ae5f96442cafd6a736f94d458f1d5f;hpb=094911eb78cacb6f2877a70c9ac74766df58ccea;p=ginac.git diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 2b189595..d71f251d 100644 --- a/ginac/tinfos.h +++ b/ginac/tinfos.h @@ -53,6 +53,8 @@ const unsigned TINFO_numeric = 0x00090001U; const unsigned TINFO_pseries = 0x000a0001U; const unsigned TINFO_indexed = 0x000b0001U; +const unsigned TINFO_color = 0x000b1001U; +const unsigned TINFO_clifford = 0x000b1002U; const unsigned TINFO_structure = 0x000c0001U; // reserved up to 0x000cffffU @@ -66,6 +68,12 @@ const unsigned TINFO_tensdelta = 0x000e1001U; const unsigned TINFO_tensmetric = 0x000e1002U; const unsigned TINFO_minkmetric = 0x000e2001U; const unsigned TINFO_tensepsilon = 0x000e1003U; +const unsigned TINFO_su3one = 0x000e1008U; +const unsigned TINFO_su3t = 0x000e1009U; +const unsigned TINFO_su3f = 0x000e100aU; +const unsigned TINFO_su3d = 0x000e100bU; +const unsigned TINFO_diracgamma = 0x000e100cU; +const unsigned TINFO_diracone = 0x000e100dU; } // namespace GiNaC