Go to the documentation of this file.
5 #ifndef _PHYSICSCONSTANT_H_
6 #define _PHYSICSCONSTANT_H_
12 #define K_SI 1.3806503e-23
14 #define H_SI 6.626068e-34 //m2.kg.s-1 - plancks constant
16 #define ME 9.10938188e-31 //kg - mass of electron
18 #define QE 1.60217646e-19 //C - electron charge
20 #define E0_SI 8.854187826e-12 //F.m-1 - permittivity vacuum
22 #define HBAR_SI (H_SI/(2*PI))