/usr/include/boost/units/systems/si/codata
NameSizeModeActions
alpha_constants.hpp22080644editdlrm
atomic-nuclear_constants.hpp19470644editdlrm
deuteron_constants.hpp34350644editdlrm
electromagnetic_constants.hpp27860644editdlrm
electron_constants.hpp53540644editdlrm
helion_constants.hpp32560644editdlrm
muon_constants.hpp35080644editdlrm
neutron_constants.hpp35840644editdlrm
physico-chemical_constants.hpp32760644editdlrm
proton_constants.hpp46760644editdlrm
tau_constants.hpp25650644editdlrm
triton_constants.hpp32820644editdlrm
typedefs.hpp33730644editdlrm
universal_constants.hpp32680644editdlrm
Edit: /usr/include/boost/units/systems/si/codata/atomic-nuclear_constants.hpp (1947B)
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP #define BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP #include #include #include #include #include #include #include #include #include namespace boost { namespace units { namespace si { namespace constants { namespace codata { /// CODATA recommended values of the fundamental physical constants: NIST SP 961 // ATOMIC AND NUCLEAR /// fine structure constant BOOST_UNITS_PHYSICAL_CONSTANT(alpha,quantity,7.2973525376e-3*dimensionless(),5.0e-12*dimensionless()); /// Rydberg constant BOOST_UNITS_PHYSICAL_CONSTANT(R_infinity,quantity,10973731.568527/meter,7.3e-5/meter); /// Bohr radius BOOST_UNITS_PHYSICAL_CONSTANT(a_0,quantity,0.52917720859e-10*meters,3.6e-20*meters); /// Hartree energy BOOST_UNITS_PHYSICAL_CONSTANT(E_h,quantity,4.35974394e-18*joules,2.2e-25*joules); } // namespace codata } // namespace constants } // namespace si } // namespace units } // namespace boost #endif // BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP