Constants contain more digits than double precision, so that they are rounded correctly. More...
Variables | |
real(dp), parameter, public | pi = 3.1415926535897932384626433832795_dp |
real(dp), parameter, public | e_ = 2.7182818284590452353602874713527_dp |
complex(dp), parameter, public | i_ = (0, 1) |
real(dp), parameter, public | ha2ev_2010 = 27.21138505_dp |
real(dp), parameter, public | c_2010 = 137.035999074_dp |
real(dp), parameter, public | c_2006 = 137.035999679_dp |
real(dp), parameter | c_2002 = 137.03599911_dp |
real(dp), parameter, public | c_1998 = 137.03599976_dp |
real(dp), parameter, public | c_1986 = 137.0359895_dp |
Constants contain more digits than double precision, so that they are rounded correctly.
Single letter constants contain underscore so that they do not clash with user variables ("e" and "i" are frequently used as loop variables). The public parameters are enumerated below:
c_year | values correspond to different CODATA standards for the inverse fine-structure constant |
Ha2eV_year | values is the conversion factor for converting Hartree to eV as per varying CODATA standards |
e_ | is Euler's constant |
i_ | denotes one unit length along the complex axis as a conversion helper |
real(dp), parameter, public gjp_constants::c_1986 = 137.0359895_dp |
Definition at line 47 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::c_1998 = 137.03599976_dp |
Definition at line 46 of file gjp_constants.f90.
|
private |
Definition at line 45 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::c_2006 = 137.035999679_dp |
Definition at line 44 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::c_2010 = 137.035999074_dp |
Definition at line 43 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::e_ = 2.7182818284590452353602874713527_dp |
Definition at line 36 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::ha2ev_2010 = 27.21138505_dp |
Definition at line 39 of file gjp_constants.f90.
complex(dp), parameter, public gjp_constants::i_ = (0, 1) |
Definition at line 37 of file gjp_constants.f90.
real(dp), parameter, public gjp_constants::pi = 3.1415926535897932384626433832795_dp |
Definition at line 35 of file gjp_constants.f90.