7 lines
59 B
Matlab
7 lines
59 B
Matlab
function [v,u]=ConductanceQuantum()
|
|
|
|
v=2/pi;
|
|
u=2e-10;
|
|
|
|
end
|