Skip to content
Snippets Groups Projects
Commit 1d8cd1f3 authored by Beerwerth, Randolf's avatar Beerwerth, Randolf
Browse files

Update physical constants to the 2018 CODATA recommended values version 8.1 from 21 January 2020

parent c1b4fb77
No related branches found
Tags v2.4.0c
No related merge requests found
......@@ -17,11 +17,11 @@
namespace PhysConsts
{
constexpr double m_n = 1.674927471e-27; //!< Neutron mass, kg
constexpr double h_bar = 1.05457180e-34; //!< Reduced Plank constant, J s
constexpr double mu_N = 5.050783699e-27; //!< Nuclear magneton (\f$ \mu_N \f$), J/T
constexpr double mu_B = 9.274009994e-24; //!< Bohr magneton (\f$ \mu_B \f$), J/T
constexpr double r_e = 2.8179403227e-15; //!< Thomson scattering length (\f$ r_e \f$), m
constexpr double m_n = 1.67492749804e-27; //!< Neutron mass, kg
constexpr double h_bar = 1.054571817e-34; //!< Reduced Plank constant, J s
constexpr double mu_N = 5.0507837461e-27; //!< Nuclear magneton (\f$ \mu_N \f$), J/T
constexpr double mu_B = 9.2740100783e-24; //!< Bohr magneton (\f$ \mu_B \f$), J/T
constexpr double r_e = 2.8179403262e-15; //!< Thomson scattering length (\f$ r_e \f$), m
constexpr double gamma_n = 1.91304272; //!< \f$\gamma\f$ factor for neutron magnetic moment,
//!< \f$\mu_n = \gamma \cdot \mu_N\f$
constexpr double g_factor_n = -3.82608545; //!< neutron g-factor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment