sospin is hosted by Hepforge, IPPP Durham
SOSpin  1.0.0
enum.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // SOSpin Library
3 // Copyright (C) 2015 SOSpin Project
4 //
5 // Authors:
6 //
7 // Nuno Cardoso (nuno.cardoso@tecnico.ulisboa.pt)
8 // David Emmanuel-Costa (david.costa@tecnico.ulisboa.pt)
9 // Nuno Gonçalves (nunogon@deec.uc.pt)
10 // Catarina Simoes (csimoes@ulg.ac.be)
11 //
12 // ----------------------------------------------------------------------------
13 // This file is part of SOSpin Library.
14 //
15 // SOSpin Library is free software: you can redistribute it and/or modify
16 // it under the terms of the GNU General Public License as published by
17 // the Free Software Foundation, either version 3 of the License, or any
18 // later version.
19 //
20 // SOSpin Library is distributed in the hope that it will be useful,
21 // but WITHOUT ANY WARRANTY; without even the implied warranty of
22 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 // GNU General Public License for more details.
24 //
25 // You should have received a copy of the GNU General Public License
26 // along with SOSpin Library. If not, see <http://www.gnu.org/licenses/>.
27 // ----------------------------------------------------------------------------
28 
29 // enum.h created on 27/02/2015
30 //
31 // This file contains the functions necessary to do things
32 // in the SOSpin Library.
33 //
34 // Revision 1.1 28/02/2015 23:19:29 david
35 // License updated
36 //
37 
43 #ifndef ENUM_H
44 #define ENUM_H
45 
46 
51 typedef enum OPMode_s {
53  bra,
54  ket,
56 } OPMode;
57 
58 
63 typedef enum Verbosity_s {
68 } Verbosity;
69 
70 
71 
76 typedef enum FuncProp_s {
77  SYM, // symmetric without flavor indice
78  ASYM, // antisymmetric without flavor indice
79  SYM_WITH_FLAVOR, // symmetric with flavor indice
80  ASYM_WITH_FLAVOR // antisymmetric with flavor indice
81 } FuncProp;
82 
83 
84 #endif
85 
86 
87 
Definition: enum.h:54
enum FuncProp_s FuncProp
Definition: enum.h:64
Definition: enum.h:78
Definition: enum.h:52
Verbosity_s
Definition: enum.h:63
enum OPMode_s OPMode
Definition: enum.h:65
Definition: enum.h:66
Definition: enum.h:77
FuncProp_s
Definition: enum.h:76
Definition: enum.h:55
OPMode_s
Definition: enum.h:51
enum Verbosity_s Verbosity
Definition: enum.h:53