Majoranapp
A C++ library for studying MZM in non-interacting systems
EnumGamma.hpp
Go to the documentation of this file.
1 #ifndef ENUMGAMMA_HPP
2 #define ENUMGAMMA_HPP
3 
11 enum class Gamma
12 {
14  UpPlus = 0,
16  UpMinus = 1,
18  DownPlus = 2,
20  DownMinus = 3
21 };
22 
23 #endif
Gamma
enum class for gamma enumeration
Definition: EnumGamma.hpp:11