Nano Lab - Record
Nano Lab - Record
Register Number :
Certified that this is the bonafide record of work done by Selvan/ Selvi
___________________________________________________________________________
of 05 Semester Electronics and Communication Engineering branch for the lab
CEC339 / FUNDAMENTALS OF NANOELECTRONICS during the year 2023-2024.
3 Tunneling devices
Ex. No: 1 Field Effect Transistors
Date:
Aim:
Software used:
Procedure:
1. Open Deckbuild
2. Type the program in the Deck window.
3. Run simulation.
4. Open .str file in the output window and view the device structure.
5. Open .log file in the output window and plot the waveform using Tonyplot.
Theory:
The field-effect transistor (FET) is a type of transistor that uses an electric field to
control the flow of current in a semiconductor. It comes in two types: junction-gate FET
(JFET) and metal-oxide-semiconductor FET (MOSFET). FETs have three terminals: source,
gate, and drain. FETs control the flow of current by the application of a voltage to the gate,
which in turn alters the conductivity between the drain and source.
FETs are also known as unipolar transistors since they involve single-carrier-type
operation. That is, FETs use either electrons (n-channel) or holes (p-channel) as charge
carriers in their operation, but not both. Many different types of field effect transistors exist.
Field effect transistors generally display very high input impedance at low frequencies. The
most widely used field-effect transistor is the MOSFET (metal–oxide–semiconductor field-
effect transistor).
Program:
method newton
solve init
save outf=transistor0.str
log outf=transistor1.log
save outf=transistor1.str
solve init
log outf=transistor2.log
save outf=transistor2.str
solve init
log outf=transistor3.log
save outf=transistor3.str
solve init
log outf=transistor4.log
save outf=transistor4.str
solve init
log outf=transistor5.log
save outf=transistor5.str
solve init
quit
Device Structure:
Output Waveform:
Result:
FET was designed using Silvaco ATLAS and the output waveform was viewed using
TONYPLOT.
Ex. No: 2 Single Electron Transistors
Date:
Aim:
Software used:
Procedure:
1. Open Deckbuild
2. Type the program in the Deck window.
3. Run simulation.
4. Open .str file in the output window and view the device structure.
5. Open .log file in the output window and plot the waveform using Tonyplot.
Theory:
Solid state quantum effect devices exploit the benefits of quantum effects. An
essential common feature of all these devices is a small island confining the conductive
charge in the form of electrons. This island is analogous to the channel of a MOSFET. These
devices based on electron confinement are bifurcated into two categories: Single electron and
Quantum dots. The composition and device dimensions of islands give the device its
distinctive properties. Strategically controlling these parameters allows the device designer to
flexibly employ quantum effects in a variety of styles to manage passage of electrons on to
and off to the islands.
The Single Electron Transistors (SET) is a unique type of switching device that
follows the phenomenon of regulated electron tunneling in order to amplify the current. A
nano device can transfers a single electron at a time. The transfer of electrons is governed by
Coulomb interaction and occurs on a minute conductive layer termed as island. SETs are
considered to be the elements of the future. SETs will be used to produce highly dense and
low powered integrated circuits, which will be able to detect the motion of individual
electrons. During the discovery of single electronic tunneling and coulomb blockade
mechanism, many researchers predicted that on shrinking the dimensions of quantum dots to
nanometer range it is quite possible to manufacture applicable SETs. SET is a three-terminal
Single Electron Device (SED) which offers low power consumption and high Operating
speed. In addition, as the size reaches to nano, quantum mechanical effects are came into
action, which makes SETs to work more efficiently.
Program:
go atlas
mesh three.d
method carriers=0
solve init
solve v3=1.0
save outf=quantumex16_negf_vg00_vd10.str negf.log
log outf=quantumex16_negf_IVg_vd10.log
solve v3=1.0 v1=0.0 vstep=0.05 vfinal=1.2 name=gate
log off
save outf=quantumex16_negf_vg12_vd10.str negf.log
quit
Device Structure:
Output Waveform:
Result:
SET was designed using Silvaco ATLAS and the output waveform was viewed using
TONYPLOT.
Ex. No: 3 Tunneling devices
Date:
Aim:
Software used:
Procedure:
1. Open Deckbuild
2. Type the program in the Deck window.
3. Run simulation.
4. Open .str file in the output window and view the device structure.
5. Open .log file in the output window and plot the waveform using Tonyplot.
Theory:
Tunnel diodes are one of the most significant solid-state electronic devices which
have made their appearance in the last decade. Tunnel diode was invented in 1958 by Leo
Esaki. Leo Esaki observed that if a semiconductor diode is heavily doped with impurities, it
will exhibit negative resistance. Negative resistance means the current across the tunnel diode
decreases when the voltage increases. In 1973 Leo Esaki received the Nobel Prize in physics
for discovering the electron tunneling effect used in these diodes.
A tunnel diode is also known as Esaki diode which is named after Leo Esaki for his
work on the tunneling effect. The operation of tunnel diode depends on the quantum
mechanics principle known as “Tunneling”. In electronics, tunneling means a direct flow of
electrons across the small depletion region from n-side conduction band into the p-side
valence band.
The germanium material is commonly used to make the tunnel diodes. They are also
made from other types of materials such as gallium arsenide, gallium antimonide, and silicon.
Program:
go atlas
mesh width=1e7
#x-mesh
x.mesh loc=0 spac=1
x.mesh loc=10 spac=1
save outfile=tjInGaP.str
tonyplot tjInGaP.str
quit
Device Structure:
Output Waveform:
Result:
Tunneling Diode was designed using Silvaco ATLAS and the output waveform was
viewed using TONYPLOT.