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