Implementation class holding basic physics constants. More...
#include <constants.hpp>
Static Public Attributes | |
static const double | c_0 = 299792458.0 |
Speed of light in vacuum. More... | |
static const double | mass_electron = 9.10938291e-31 |
Electron rest mass. More... | |
static const double | q = 1.602176565e-19 |
Elementary charge. More... | |
static const double | kB = 1.3806488e-23 |
Boltzmann constant. More... | |
static const double | h = 6.62606896e-34 |
Planck constant. More... | |
static const double | hbar = 6.62606896e-34 / (2.0 * 3.1415926535897932384626433832795) |
Modified Planck constant. More... | |
static const double | eps_0 = 1.0e7 / ( 4.0 * 3.1415926535897932384626433832795 * 299792458.0 * 299792458.0) |
Permittivity of vacuum. More... | |
static const double | mu_0 = ( 4.0 * 3.1415926535897932384626433832795 ) * 1.0e-7 |
Permeability of vacuum. More... | |
static const double | ni = 1.08e16 |
Intrinsic carrier concentration in silicon. More... | |
Implementation class holding basic physics constants.
Definition at line 37 of file constants.hpp.
|
static |
Speed of light in vacuum.
Definition at line 40 of file constants.hpp.
|
static |
Permittivity of vacuum.
Definition at line 52 of file constants.hpp.
|
static |
Planck constant.
Definition at line 48 of file constants.hpp.
|
static |
Modified Planck constant.
Definition at line 50 of file constants.hpp.
|
static |
Boltzmann constant.
Definition at line 46 of file constants.hpp.
|
static |
Electron rest mass.
Definition at line 42 of file constants.hpp.
|
static |
Permeability of vacuum.
Definition at line 54 of file constants.hpp.
|
static |
Intrinsic carrier concentration in silicon.
Definition at line 56 of file constants.hpp.
|
static |
Elementary charge.
Definition at line 44 of file constants.hpp.