constants.h Source File

LibRPA: constants.h Source File
LibRPA
constants.h
1 #ifndef CONSTANTS_H
2 #define CONSTANTS_H
3 
4 extern const double PINF;
5 extern const double NINF;
6 extern const double PI;
7 extern const double TWO_PI;
8 extern const double HA2EV;
9 extern const double RY2EV;
10 extern const double ANG2BOHR;
11 extern const double BOHR2ANG;
12 #endif