graphene/2D-Conductivity/j_to_ev.m

5 lines
50 B
Mathematica
Raw Normal View History

function eV = j_to_ev(j)
eV = j / 1.602e-19;
end