7 lines
61 B
Matlab
7 lines
61 B
Matlab
function [v,u]=FermiCoupling()
|
|
|
|
v=1.166364e-5;
|
|
u=5e-11;
|
|
|
|
end
|