You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple calculator made with python to compute the superconducting transition temperature from the McMillan formula:
$$T_c = \frac{\omega_\mathrm{ln}}{1.2} \exp{\left[\frac{-1.04(1+\lambda)}{\lambda-\mu^{*}(1+0.62\lambda)}\right]}$$
The code takes input values of $\lambda,\omega_\mathrm{ln},\mu^{*}$ and outputs the superconducting transition temperature $T_c$, rounded to 2 decimal places.
About
A simple calculator to compute the superconducting transition temperature from the McMillan formula