sospin
is hosted by
Hepforge
,
IPPP Durham
Home
Doxygen
Source Code
Contact
SO
S
pin
1.0.0
Main Page
Namespaces
Classes
Files
File List
File Members
include
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
{
52
none
,
53
bra
,
54
ket
,
55
braket
56
}
OPMode
;
57
58
63
typedef
enum
Verbosity_s
{
64
SILENT
,
65
SUMMARIZE
,
66
VERBOSE
,
67
DEBUG_VERBOSE
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
ket
Definition:
enum.h:54
ASYM_WITH_FLAVOR
Definition:
enum.h:80
SYM_WITH_FLAVOR
Definition:
enum.h:79
FuncProp
enum FuncProp_s FuncProp
DEBUG_VERBOSE
Definition:
enum.h:67
SILENT
Definition:
enum.h:64
ASYM
Definition:
enum.h:78
none
Definition:
enum.h:52
Verbosity_s
Verbosity_s
Definition:
enum.h:63
OPMode
enum OPMode_s OPMode
SUMMARIZE
Definition:
enum.h:65
VERBOSE
Definition:
enum.h:66
SYM
Definition:
enum.h:77
FuncProp_s
FuncProp_s
Definition:
enum.h:76
braket
Definition:
enum.h:55
OPMode_s
OPMode_s
Definition:
enum.h:51
Verbosity
enum Verbosity_s Verbosity
bra
Definition:
enum.h:53
Generated on Fri Dec 18 2015 19:49:47 for SOSpin by
1.8.9.1