04.06.2013 Views

Master Equation - Based Numerical Simulation in a Single Electron ...

Master Equation - Based Numerical Simulation in a Single Electron ...

Master Equation - Based Numerical Simulation in a Single Electron ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

248<br />

<strong>Numerical</strong> <strong>Simulation</strong>s of Physical and Eng<strong>in</strong>eer<strong>in</strong>g Processes<br />

(1) (1) + (1) =(1) (2) + (2)<br />

() () + () =(+1) (+1) + (+1)<br />

(∞ − 1) (∞−1) + (∞−1) =(∞) (∞) + (∞) (29)<br />

To solve equations above, the () must satisfy the standard boundary conditions, i.e.<br />

() →0, as →±∞. (30)<br />

Us<strong>in</strong>g this condition, all of the () can be found. However, the () here is not<br />

normalized, so that () requires the normalization as follows:<br />

∑ () =1. (31a)<br />

For this, the follow<strong>in</strong>g transformation is need.<br />

()<br />

() →<br />

∑ ()<br />

F<strong>in</strong>ally, the current can be calculated by,<br />

(31b)<br />

() = ∑ () () <br />

− ().<br />

(32a)<br />

Here, the multiplication of the probability and the difference of rate () − ()<br />

describes the net current flow<strong>in</strong>g through the first junction. In addition, the current may also<br />

expressed <strong>in</strong> the terms of the rates at second junction, as follows.<br />

5. Matlab implementation<br />

() = ∑ () () <br />

− ().<br />

(33b)<br />

The above equations can be easily implemented <strong>in</strong> MATLAB. As expla<strong>in</strong>ed <strong>in</strong> previous<br />

section, the flowchart of numerical simulation is as follows. In the first step, the follow<strong>in</strong>g<br />

physical constant and device parameters are def<strong>in</strong>ed as follows.<br />

% Matlab program source for numerical simulation of <strong>Master</strong> equation<br />

% <strong>in</strong> s<strong>in</strong>gle electron transistor<br />

% This program code is made by Dr. Ratno Nuryadi, Jakarta, Indonesia<br />

clear all;<br />

% Def<strong>in</strong>ition of Physical constant<br />

q=1.602e-19; % electronic charge (C)<br />

kb=1.381e-23; % Boltzman constant (J/K)<br />

% Def<strong>in</strong>ition of Device parameters<br />

c1=1.0e-20; % tunnel capacitor C1 (F)<br />

c2=2.1e-19; % tunnel capacitor C2 (F)<br />

cg=1.0e-18; % gate capacitor Cg (F)<br />

ctotal=c1+c2+cg; % total capacitance (F)<br />

mega=1000000; % def<strong>in</strong>ition of mega=10 6<br />

r1=15*mega; % tunnel resistance R1 (Ohm)<br />

r2=250*mega; % tunnel resistance R2 (Ohm)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!