gimme-alpha 0.1

bands.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  bands {
  CB, HH, LH, SO,
  CHH, CLH, CSO, CB_X,
  CB_L
}
enum  boundary_types { NEU, DIR }

Enumeration Type Documentation

enum bands
Enumerator:
CB 
HH 
LH 
SO 
CHH 
CLH 
CSO 
CB_X 
CB_L 

Definition at line 44 of file bands.h.

           {
  CB,
  HH,
  LH,
  SO,
  CHH,
  CLH,
  CSO,
  CB_X,  //For NextNano effective mass calcs
  CB_L   //For NextNano effective mass calcs
};
Enumerator:
NEU 
DIR 

Definition at line 60 of file bands.h.

                    {
  NEU,
  DIR
};
 All Classes Files Functions Variables Enumerations Enumerator Defines