just off by 46 orders of magnitude ;)

This commit is contained in:
Martin Diehl 2022-01-08 12:07:29 +00:00
parent e3a233a681
commit dd6e9a016e
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ module constants
real(pReal), parameter :: &
T_ROOM = 300.0_pReal, & !< Room temperature in K. ToDo: IUPAC: 298.15
K_B = 1.38e-23_pReal, & !< Boltzmann constant in J/Kelvin
N_A = 6.02214076e-23_pReal !< Avogadro constant in 1/mol
N_A = 6.02214076e23_pReal !< Avogadro constant in 1/mol
end module constants