Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Nano device - equation for system with density of states

Status
Not open for further replies.

carbon9

Member level 3
Joined
Dec 31, 2006
Messages
60
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,745
Nano device question

Hi dears,

I'm following the book of Datta named "Quantum Transport: Atom to Transistor". But just at the beginning, I'm confused a bit;)

In the book, at chapter 1, there are some equations given for the current in nanotransistors.

Specially, an equation for a system with density of states D(E) sandwiched between contacts having Fermi functions f1(E) and f2(E) is given by



Also, in order to make some calculations, author have given MATLAB files to calculate these formulas. In all of the MATLAB formulas, current is calculated as:

for iV=1:IV
mu1=ep+VV(iV);
mu2=mu1;
f1=1./(1+exp((E-mu1)/kT1));
f2=1./(1+exp((E-mu2)/kT2));
D=(g./(2*pi))./(((E-ep).^2)+((g./2).^2));
D=D./(dE*sum(D));
I(iV)=dE*2*I0*(sum(D.*(f1-f2).*g1.*g2./g));
end

where

hbar=1.055e-34;
q=1.602e-19;
I0=q*q/hbar;

So, as I understand, he calculates the formula in MATLAB as if the multiply factor of the formula is q^2/hbar not q/hbar which he shows in the chapter. Could you please give any idea on this?

With regards,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top