Description
I am running Polaronmobility calculation (Given example of Polaronmobility.jl)
julia> using PolaronMobility
julia> MAPIe = material(4.5, 24.1, 0.12, 2.25)
julia> MAPIe_polaron = frohlichpolaron(MAPIe, 300; verbose = true)
But calculation printing output:
Finite Temperature Information:
Temperatures | T = 6.25099
Reduced thermodynamic | β = 0.159975
Variational parameter | v = 44.6877
Variational parameter | w = 38.1597
Free energy | F = -16.2375
Electron energy | A = -6.85777
Interaction energy | B = 16.5435
Trial energy | C = 6.55174
Fictitious spring constant | κ = 540.83
Fictitious mass | M = 0.371408
Fictitious mass (asymptotic) | Ma = 1.17107
Reduced mass | Mr = 0.270823
Polaron radius | R = 2.84047
I am confused about temperature that giving input temperature is T = 300 but printing output temperature is T = T = 6.25099.
Please could tell me why such type of issue happening.