diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-22 13:55:29 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-22 13:55:29 +0000 |
commit | f13eacbc8e5ab714dd3544adab8189c313382c77 (patch) | |
tree | efd35fca778e6e343206f48918898a8b4cda9977 /src/types.h | |
parent | 3b591888b5dad7cef02170743a92e2bf9c5831db (diff) |
Support for non-commuting fieldsv1.3
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 0452ebc..6b029d5 100644 --- a/src/types.h +++ b/src/types.h @@ -154,6 +154,8 @@ typedef struct Fields_Table{ Symbols symbols; // list of anti-commuting variables (fields or symbols) Int_Array fermions; + // list of non-commuting variables (fields or symbols) + Int_Array noncommuting; } Fields_Table; // index labels |