mpqc::constants::codata_2006< Real > Struct Template Reference
Documentation
template<typename Real>
struct mpqc::constants::codata_2006< Real >
The 2006 CODATA revision
- Note
- 2006 CODATA set is the default in Gaussian09 (see http://www.gaussian.com/g_tech/g_ur/k_constants.htm)
Public Types | |
using | real_t = Real |
Static Public Attributes | |
static constexpr const char *const | description |
static constexpr real_t | bohr_radius = 5.2917720859e-11 |
static constexpr real_t | elementary_charge = 1.602176487e-19 |
static constexpr real_t | electron_mass = 9.10938215e-31 |
static constexpr real_t | Avogadro_constant = 6.02214179e23 |
static constexpr real_t | Planck_constant = 6.62606896e-34 |
static constexpr real_t | atomic_mass_unit = 1.660538782e-27 |
static constexpr real_t | Hartree_to_electron_volt |
Member Typedef Documentation
◆ real_t
template<typename Real >
using mpqc::constants::codata_2006< Real >::real_t = Real |
Member Data Documentation
◆ atomic_mass_unit
template<typename Real >
|
staticconstexpr |
◆ Avogadro_constant
template<typename Real >
|
staticconstexpr |
◆ bohr_radius
template<typename Real >
|
staticconstexpr |
◆ description
template<typename Real >
|
staticconstexpr |
Initial value:
=
"2006 CODATA revision: DOI 10.1103/RevModPhys.80.633"
◆ electron_mass
template<typename Real >
|
staticconstexpr |
◆ elementary_charge
template<typename Real >
|
staticconstexpr |
◆ Hartree_to_electron_volt
template<typename Real >
|
staticconstexpr |
Initial value:
=
((4 * M_PI * detail::FundamentalConstants<Real>::_electric_constant) *
◆ Planck_constant
template<typename Real >
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- mpqc/chemistry/units/units.h
static constexpr real_t _electric_constant
Definition: units.h:65
static constexpr real_t elementary_charge
Definition: units.h:165