File:Nanoribbon Conductance.PNG

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(3,389 × 2,380 pixels, file size: 50 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Conductance
Date
Source Matlab
Author Alexander Mayorov

Licensing[edit]

Ququ at Russian Wikipedia, the copyright holder of this work, hereby publishes it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution: Ququ at Russian Wikipedia
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

Original upload log[edit]

The original description page was here. All following user names refer to ru.wikipedia.
Date/Time Dimensions User Comment
2008-05-30 12:45 3389×2380× (51099 bytes) Ququ {{Изображение | Описание = Conductance | Автор = Alexander Mayorov | Время создания = 30.05.08 | Источник = Matlab }}

Source code (MATLAB)[edit]

hbar=1.055e-34;
h=2*3.1415*hbar;
vf=1e6;
W=30e-9;
alpha=0.5;
e=1.602e-19;
T=300;
kT=1.38e-23*T/e;
N=1000;
E=0.5/N:1/N:1-0.5/N;
muN=100;
mu=0:0.3/(muN-1):0.3;
G=zeros(muN,1);
for ii=1:muN
 Ttot=Heaviside(E-hbar*vf*(1+alpha)*3.1415/(e*W))+Heaviside(E-hbar*vf*(2+alpha)*3.1415/(e*W))+...
 Heaviside(E-hbar*vf*(3+alpha)*3.1415/(e*W))+Heaviside(E-hbar*vf*(4+alpha)*3.1415/(e*W));
 df=(1./(1+exp((E-mu(ii))/kT))).*(1./(1+exp((E-mu(ii))/kT)))/kT.*exp((E-mu(ii))/kT);
 G(ii)=4*e^2/h*sum(Ttot.*df)/N;
end
plot(mu,G);

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:25, 14 July 2016Thumbnail for version as of 07:25, 14 July 20163,389 × 2,380 (50 KB)Holopoman (talk | contribs)Transferred from ru.wikipedia

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: