From 2e04691a8d24b35c250edb136460301909ed5e27 Mon Sep 17 00:00:00 2001 From: Ryuichi Arafune Date: Fri, 13 Oct 2023 21:49:09 +0900 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20=20fix=20(revert)=20the=20error=20i?= =?UTF-8?q?n=20constants.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arpes/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpes/constants.py b/arpes/constants.py index d7ab0684..f7b540c5 100644 --- a/arpes/constants.py +++ b/arpes/constants.py @@ -22,7 +22,7 @@ HBAR_SQ_EV_PER_ELECTRON_MASS = 0.475600805657 # hbar^2 / m0 in eV^2 s^2 / kg HBAR_SQ_EV_PER_ELECTRON_MASS_ANGSTROM_SQ = 7.619964 # (hbar^2) / (m0 * angstrom ^2) in eV -K_BOLTZMANN_EV_KELVIN = 8.617333262145178 - 5 # in units of eV / Kelvin +K_BOLTZMANN_EV_KELVIN = 8.617333262145178e-5 # in units of eV / Kelvin K_BOLTZMANN_MEV_KELVIN = 1000 * K_BOLTZMANN_EV_KELVIN # meV / Kelvin HC = 1239.84172 # in units of eV * nm