X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ftinfos.h;h=657a1cd7a5bd16cbb875d1e331f706adaf3ec01f;hp=7c6994d2eb2ee41d5f4b8f3fedeea0bc8542d07b;hb=725021581cc862520c1f04b253ecb86f28032f69;hpb=e58f5808a2d0fe6cb9d60370ede700d97a8bb702 diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 7c6994d2..657a1cd7 100644 --- a/ginac/tinfos.h +++ b/ginac/tinfos.h @@ -3,7 +3,7 @@ * Values for a do-it-yourself typeinfo scheme. */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ const unsigned TINFO_constant = 0x00021001U; const unsigned TINFO_exprseq = 0x00030001U; const unsigned TINFO_function = 0x00031001U; +const unsigned TINFO_fderivative = 0x00032001U; const unsigned TINFO_ncmul = 0x00031002U; const unsigned TINFO_lst = 0x00040001U; @@ -66,11 +67,13 @@ const unsigned TINFO_structure = 0x000c0001U; const unsigned TINFO_idx = 0x000d0001U; const unsigned TINFO_varidx = 0x000d1001U; +const unsigned TINFO_spinidx = 0x000d2001U; const unsigned TINFO_tensor = 0x000e0001U; const unsigned TINFO_tensdelta = 0x000e1001U; const unsigned TINFO_tensmetric = 0x000e1002U; const unsigned TINFO_minkmetric = 0x000e2001U; +const unsigned TINFO_spinmetric = 0x000e2002U; const unsigned TINFO_tensepsilon = 0x000e1003U; const unsigned TINFO_su3one = 0x000e1008U; const unsigned TINFO_su3t = 0x000e1009U; @@ -79,6 +82,12 @@ const unsigned TINFO_su3d = 0x000e100bU; const unsigned TINFO_diracone = 0x000e100cU; const unsigned TINFO_diracgamma = 0x000e100dU; const unsigned TINFO_diracgamma5 = 0x000e100eU; +const unsigned TINFO_diracgammaL = 0x000e100fU; +const unsigned TINFO_diracgammaR = 0x000e1010U; + +const unsigned TINFO_wildcard = 0x000f0001U; + +const unsigned TINFO_symmetry = 0x00100001U; } // namespace GiNaC