Skip to content

Commit

Permalink
⏪ fix (revert) the error in constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Oct 13, 2023
1 parent e672fc3 commit 2e04691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arpes/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e04691

Please sign in to comment.