design guidelines for high efficiency …

117
DESIGN GUIDELINES FOR HIGH EFFICIENCY PHOTOVOLTAICS AND LOW POWER TRANSISTORS USING QUANTUM TRANSPORT A Dissertation Submitted to the Faculty of Purdue University by Samarth Agarwal In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy December 2010 Purdue University West Lafayette, Indiana

Upload: others

Post on 21-Nov-2021

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

DESIGN GUIDELINES FOR HIGH EFFICIENCY PHOTOVOLTAICS AND

LOW POWER TRANSISTORS USING QUANTUM TRANSPORT

A Dissertation

Submitted to the Faculty

of

Purdue University

by

Samarth Agarwal

In Partial Fulfillment of the

Requirements for the Degree

of

Doctor of Philosophy

December 2010

Purdue University

West Lafayette, Indiana

Page 2: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

ii

To my parents.

Page 3: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

iii

ACKNOWLEDGMENTS

I wish to acknowledge the efforts of Kyle Montgomery for the work in Chapter 4.

I would also like to thank Prof. Jerry Woodall and Prof. Timothy Boykin whose

guidance made this work possible.

I am intellectually indebted to Dr. Mathieu Luisier whose research has often been

the starting point for my work. He has provided deep technical insights on various

topics and made the work in Chapter 5 possible. I would also like to thank him for

the support, in the form of different quantum transport simulators, that has allowed

me to contribute to a number of projects.

I have benefited immensely from my association with Dr. Michael Povolotskyi

and Dr. Tillmann Kubis who have helped me through the work in Chapter 6 . I have

been fortunate to have been associated with Dr. Neerav Kharche, Dr. Rajib Rahman,

Abhijeet Paul, Dr. Neophytos Neophytou, Kaushik Balamukundan and Tuna Toksoz.

I wish to thank all students at the Network for Computational Nanotechnology for

valuable scientific discussions.

I want to thank Prof. Dragica Vasileska, Prof. Norbert Neumeister, Prof. An-

drew Hirsch, Prof. Mark Haugan and Prof. Nicholas Giordano who have helped me

at different points of my graduate studies. I feel the need to mention the efforts of

Cheryl Haines and Vicki Johnson from the Network for Computational Nanotechnol-

ogy and Sandy Formica from the Physics office. They have handled all the paperwork

for me at various stages which allowed me to remain focussed on my research.

I am thankful to Prof. Supriyo Datta and Prof. Sergei Savikhin for being on my

advisory committee. I have also benefitted from their advice during coursework at

Purdue.

Page 4: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

iv

I wish to thank Prof. Ronald Reifenberger who has supported me throughout my

graduate studies. His advice has helped me whenever I have struggled intellectually

or otherwise during my doctoral work.

Finally, I want to express my gratitude to Prof. Gerhard Klimeck who has given

me the support, the resources and the expertise to conduct research. I am indebted

to him not only for the technical insights but also for his tireless efforts at trying to

improve my professional skills.

Page 5: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

v

TABLE OF CONTENTS

Page

LIST OF TABLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii

LIST OF FIGURES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii

ABSTRACT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiii

1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11.1 Efficiencies in photovoltaics . . . . . . . . . . . . . . . . . . . . . . 11.2 Power consumption in Transistor technology . . . . . . . . . . . . . 31.3 Need for Atomistic Models and the tight binding approach . . . . . 41.4 Associated Numerical techniques . . . . . . . . . . . . . . . . . . . 61.5 Brief Outline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

2 NUMERICAL METHODS AND ASSOCIATED TOPICS . . . . . . . . 92.1 Recursive Green’s Function: Algorithm and implementation . . . . 92.2 Resonance finding using the Shift and invert non-symmetric Lanczos

algorithm and Newton’s method: Idea and implementation . . . . . 112.3 Resonance refinement using Inverse Iteration: Algorithm and imple-

mentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142.4 In-homogeneous Energy grid creation through analysis of spectral fea-

tures: Grid mappings . . . . . . . . . . . . . . . . . . . . . . . . . . 162.5 Adaptive Energy grid creation based on charge, current and density of

states . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212.6 Boundary Conditions for multi-band tight-binding . . . . . . . . . . 22

2.6.1 Hard-Wall, Passivation of Surface States . . . . . . . . . . . 222.6.2 Open Boundary Conditions . . . . . . . . . . . . . . . . . . 25

2.7 Resonance finder and RGF results for resonant inter-band tunnelingdiodes using open boundary conditions . . . . . . . . . . . . . . . . 252.7.1 Interest in resonant inter-band tunneling diodes . . . . . . . 262.7.2 Non-intuitive behavior of hole bands in GaSb . . . . . . . . 262.7.3 Analysis of GaSb based BRIT structure using transmission . 282.7.4 Analysis of GaSb based RIT structure using transmission . . 312.7.5 Analysis of GaSb based BRIT and RIT structures using reso-

nant line-widths . . . . . . . . . . . . . . . . . . . . . . . . . 31

3 1D HETEROSTRUCTURE TOOL . . . . . . . . . . . . . . . . . . . . . 353.1 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353.2 Tool Usage and Capabilities . . . . . . . . . . . . . . . . . . . . . . 37

Page 6: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

vi

Page3.2.1 Device detail of the default structure: Heterojunction FET . 373.2.2 Formation of the well and comparison with analytical solutions 393.2.3 Charge profile and the Fermi-level . . . . . . . . . . . . . . . 433.2.4 Effect of delta doped layers . . . . . . . . . . . . . . . . . . 433.2.5 Comparison with semi-classical charge . . . . . . . . . . . . 463.2.6 Effect of the Fermi level on charge . . . . . . . . . . . . . . . 47

3.3 Tool limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493.4 Algorithmic details . . . . . . . . . . . . . . . . . . . . . . . . . . . 51

4 DESIGN GUIDELINES FOR TRUE GREEN LEDS AND HIGH EFFI-CIENCY PHOTOVOLTAICS USING ZnSe/GaAs DIGITAL ALLOYS . 534.1 Introduction and approach . . . . . . . . . . . . . . . . . . . . . . . 534.2 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 574.3 Results and Discussion . . . . . . . . . . . . . . . . . . . . . . . . . 594.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 624.5 Supplementary topic: Parameter fitting . . . . . . . . . . . . . . . . 62

5 LEAKAGE REDUCTION DESIGN CONCEPTS FOR LOW POWER VER-TICAL TUNNELING FIELD-EFFECT TRANSISTORS . . . . . . . . . 655.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655.2 Simulation Approach and Results . . . . . . . . . . . . . . . . . . . 665.3 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735.4 Supplementary topic: Active energy range in the gFET and the mod-

ified design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73

6 ADAPTIVE QUADRATURE FOR SHARPLY SPIKED INTEGRANDS 776.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 776.2 Methodology: 5 point adaptive scheme . . . . . . . . . . . . . . . . 786.3 Results and Discussion: Accuracy Vs Cost . . . . . . . . . . . . . . 796.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836.5 Supplementary topic: Adding 4 Vs 1 . . . . . . . . . . . . . . . . . 84

6.5.1 Analysis for a broad resonance . . . . . . . . . . . . . . . . . 856.5.2 Analysis for a sharp resonance . . . . . . . . . . . . . . . . . 866.5.3 Remarks: 4pts Vs 1pt addition . . . . . . . . . . . . . . . . 87

7 SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91

LIST OF REFERENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94

VITA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101

Page 7: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

vii

LIST OF TABLES

Table Page

1.1 Bandgaps and lattice constants of materials used in high efficiency photo-voltaics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

3.1 Layer table for the default structure. . . . . . . . . . . . . . . . . . . . 39

4.1 Nearest neighbor sp3s∗ ZnSe parameters(eV). Labels denote matrix ele-ments. E:onsite, V:coupling, λ:spin-orbit coupling. Subscripts denote thebasis. s,p,x,y: orbital symmetries. a,c: anion or cation [48] . . . . . . . 58

4.2 Expermental data for ZnSe and the achieved values using the re-parametrizednearest neighbor tight-binding parameters. . . . . . . . . . . . . . . . . 63

Page 8: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

viii

LIST OF FIGURES

Figure Page

1.1 Supply voltage (VDD) of transistors as a function of technology nodesize [2]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

1.2 The localized conduction band edge for a GaAs/AlAs/GaAs structure.Along the Γ direction the band edge presents a barrier while in the Xdirection it looks like a well. The bulk bandstructures have been generatedusing tight-binding. This figure is based on the discussion in [7] . . . . 5

1.3 Difference at higher energies between the parabolic bulk conduction bandof GaAs and a non-parabolic band generated using tight-binding. Thisfigure is based on the discussion in [7] . . . . . . . . . . . . . . . . . . . 5

2.1 Schematic representation of forward and backward recursion in the Re-cursive Green’s Function algorithm and the subsequent calculation of thefirst and last column. The diagonal blocks of GR give the local density ofstates. The first and last columns are required to compute the charge. . 10

2.2 Local Density of states for a double barrier GaAs/AlGaAs/GaAs structurewith transmission using a single band effective mass scheme [21]. The RGFalgorithm is used to compute the density of states and the transmission. 12

2.3 Local Density of states for a double barrier GaAs/AlGaAs/GaAs structurewith resonances as found by the resonance finder using a single band effec-tive mass scheme [21]. The resonances are compared with the analyticalsolutions of a particle in a box. . . . . . . . . . . . . . . . . . . . . . . 13

2.4 Local Density of states for a double barrier GaAs/AlGaAs/GaAs structurewith wave-function magnitude squared found using inverse iteration in asingle band effective mass scheme [21]. The variation of the wavefunctionmatches well with the local density of states. . . . . . . . . . . . . . . . 15

2.5 Contribution to spectral features: Lorentzian . . . . . . . . . . . . . . . 17

2.6 Contribution to spectral features: Principal value Integral . . . . . . . 17

2.7 Contribution to spectral features: Peak Enhancement . . . . . . . . . . 18

2.8 Contribution to spectral features: Density of States . . . . . . . . . . . 18

2.9 Contribution to spectral features: Fermi function . . . . . . . . . . . . 19

2.10 Contribution to spectral features: Fermi function turn-ons . . . . . . . 19

Page 9: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

ix

Figure Page

2.11 Local Density of states for a double barrier GaAs/AlGaAs/GaAs structurecalculated on an energy grid generated using the grid mapping schemeusing a single band effective mass scheme [21]. . . . . . . . . . . . . . . 20

2.12 Local Density of states for a double barrier GaAs/AlGaAs/GaAs structuredemonstrating the adaptive energy grid using a single band effective massscheme [21]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21

2.13 Bulk HH dispersion for GaSb in the kx− ky plane . . . . . . . . . . . 27

2.14 Bulk LH dispersion for GaSb in the kx− ky plane . . . . . . . . . . . . 27

2.15 Schematic band profile of a BRIT structure. . . . . . . . . . . . . . . . 29

2.16 Transmission and E-k plots for the BRIT structure. . . . . . . . . . . . 29

2.17 Schematic band profile of a RIT structure. . . . . . . . . . . . . . . . . 30

2.18 Transmission and E-k plots for the RIT structure. . . . . . . . . . . . . 30

2.19 Resonant line-width for the BRIT structure. . . . . . . . . . . . . . . . 32

2.20 Resonant line-width for the RIT structure. . . . . . . . . . . . . . . . . 32

3.1 The band profile of the default H-FET structure without any electrostat-ics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38

3.2 The doping profile of the default H-FET structure. . . . . . . . . . . . 38

3.3 The band profile of the default structure with electrostatics determinedby a charge self-consistent calculation. . . . . . . . . . . . . . . . . . . 40

3.4 The quantum mechanical charge profile of the default structure with elec-trostatics determined by a charge self-consistent calculation. . . . . . . 40

3.5 Analytically computed wave-function magnitude squared of the groundstate of a GaAs triangular potential well with a 106 V/m electric field. 41

3.6 Analytically computed wave-function magnitude squared of the first ex-cited state of a GaAs triangular potential well with a 106 V/m electricfield. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42

3.7 The wave-function magnitude squared of the eigen-energies found in thetriangular well of the default structure. . . . . . . . . . . . . . . . . . . 42

3.8 The band profile of the default structure modified to include a delta dopedlayer (Density=1012/cm2) in the center of the AlGaAs layer with electro-statics determined by a charge self-consistent calculation. . . . . . . . . 44

3.9 The lowest eigen-energy as a function of bias for the default structure andthe modified structure with the delta doping. . . . . . . . . . . . . . . 45

Page 10: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

x

Figure Page

3.10 The semi-classical charge profile of the default structure with electrostaticsdetermined by a charge self-consistent calculation. . . . . . . . . . . . . 46

3.11 The sheet density in the well region for the default structure as a functionof bias for different Fermi levels. . . . . . . . . . . . . . . . . . . . . . . 48

3.12 The band profile of the default structure with a very high doping 1019/cc inthe AlGaAs region. Though the tool shows the band profile as convergedit is physically incorrect. . . . . . . . . . . . . . . . . . . . . . . . . . . 50

4.1 AM 1.5 solar spectrum with the shaded region indicating photons absorbedby a 2.4eV solar cell (constituting 21.1% of total irradiance 7.5mA/cm2

total current density) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55

4.2 General concepts for incorporating the ZnSe/GaAs SL . . . . . . . . . 57

4.3 Band diagram of the ZnSe/GaAs SL: The band offsets have been indicatedwith arrows. The dashed band edge indicates that the structure is periodic.The dotted lines indicate confined states that penetrate into the barrierregion. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59

4.4 Ground state energy in eV of the states formed in the conduction bandwell for different monolayers of ZnSe and GaAs. . . . . . . . . . . . . 60

4.5 Difference in the ground state energy in the conduction band well and thehighest state in the valence band barrier in eV for different monolayers ofZnSe and GaAs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61

5.1 (a) Lateral p-i-n single-gate TFET. (b) Conduction and valence band edgesof the p-i-n device in its OFF- (dashed lines) and ON- (solid lines) statealong the horizontal dashed line in (a). (c) Single-gate gFET structureas proposed in Ref. [86]. (d) Conduction and valence band edges of thegFET in its OFF- and ON- state along the vertical dashed line in (c). Theburied oxide extends from -50 nm to 0 nm, but only the 20 nm close tothe semiconductor channel are shown here. . . . . . . . . . . . . . . . . 68

5.2 (a) Transfer characteristics Id-Vgs at Vds=0.5 V of a lateral p-i-n TFET(solid line) and a vertical gFET (line with symbols) with Lg=40 nm andEOT=0.5 nm. (b) Spatial distribution of the gFET ON-current. Highcurrent density regions appear darker. (c) Same as (b), but for the OFF-current. For clarity, a different color scale is used. (d) CB and VB edgesof the gFET OFF-state on the horizontal line below the n+ pocket at y=4nm in (c). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69

Page 11: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

xi

Figure Page

5.3 (a) Modified gFET design. The buried oxide is raised to the height of thepocket in the drain and in the lightly doped channel region. (b) Compar-ison of the transfer characteristics Id-Vgs at Vds=0.5 V for the “conven-tional” (line with symbols) and the modified gFET (solid line) design. . 70

5.4 Transfer characteristics Id-Vgs of different gFET designs. (a) Variationof the pocket length Lpocket at a constant gate length Lg=40 nm. (b)Variation of the pocket doping Npock. (c) Variation of the body thicknessTbody. (d) Comparison of the optimized InAs gFET (line with circles) withthe original gFET design (solid line) and the lateral p-i-n TFET (dashedline). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71

5.5 Transmission Vs. Energy for the gFET and the modified design in its OFFstate corresponding to VGS=-0.1V in Fig. 5.3(b). The dotted lines denotethe quantity T (fL − fR) for the corresponding device. . . . . . . . . . . 74

5.6 Transmission Vs. Energy for the gFET and the modified design in its ONstate corresponding to VGS=0.5V in Fig. 5.3(b). The dotted lines denotethe quantity T (fL − fR) for the corresponding device. . . . . . . . . . . 75

6.1 Successive iterations of the adaptive refinement algorithm in the 5 pointscheme are illustrated. Vertical solid lines denote the nodes at the begin-ning of each iteration. Vertical dotted lines denote nodes added at eachiteration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80

6.2 (a) Transmission as a function of energy for a Resonant tunneling devicewith thick barriers giving rise to very sharp features in transmission. Sim-ilar devices have been modeled in [22] (b) The corresponding distributionof nodes generated using the 5 point adaptive grid scheme running withε = 0.1. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80

6.3 The relative error as a function of node count for a normalized Lorentzianwith FWHM = 10−3. The different data points for a given algorithm wereobtained by varying the convergence criterion (ε) for the 5 point schemeand the error tolerance for the remaining algorithms. . . . . . . . . . . 81

6.4 The relative error as a function of node count for a normalized Lorentzianwith FWHM = 10−7. The different data points for a given algorithm wereobtained by varying the convergence criterion (ε) for the 5 point schemeand the error tolerance for the remaining algorithms. . . . . . . . . . . 83

6.5 Scatter plot showing the nodes added at each iteration for a broad reso-nance (FWHM=10−3 centered at 0.3583). The 4pt and 1pt schemes areoperating at a 10% convergence criterion and the 1pt log scheme is at 1%. 85

Page 12: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

xii

Figure Page

6.6 Difference in energy points for a broad resonance (FWHM=10−3 centeredat 0.3583). The 4pt and 1pt schemes are operating at a 10% convergencecriterion and the 1pt log scheme is at 1%. . . . . . . . . . . . . . . . . 86

6.7 Relative Error as a function of node count for a broad resonance (FWHM=10−3

centered at 0.3583) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87

6.8 Scatter plot showing the nodes added at each iteration for a sharp reso-nance (FWHM=10−7 centered at 0.3583). The 4pt and 1pt schemes areoperating at a 10% convergence criterion and the 1pt log scheme is at 1%. 88

6.9 Difference in energy points for a sharp resonance (FWHM=10−7 centeredat 0.3583). The 4pt and 1pt schemes are operating at a 10% convergencecriterion and the 1pt log scheme is at 1%. . . . . . . . . . . . . . . . . 89

6.10 Relative Error as a function of node count for a sharp resonance (FWHM=10−10

centered at 0.3583) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89

Page 13: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

xiii

ABSTRACT

Agarwal, Samarth Ph.D., Purdue University, December 2010. Design Guidelines forHigh Efficiency Photovoltaics and Low Power Transistors using Quantum Transport.Major Professors: Gerhard Klimeck and Ronald Reifenberger.

Energy consumption has become an issue that needs to be addressed on various

fronts. Semiconductor technology plays a vital role in different areas where the matter

needs attention. In the field of photovoltaics the use of a high band-gap material

capable of targeting the high energy photons in the so called ”green gap” of the

solar spectrum could take the efficiency of multi-junction solar cells beyond 50%.

Though InGaN shows some potential, it suffers from phase separation of InN and

a high defect density. A material system capable of targeting the ”green gap” and

alleviating the difficulties in fabrication is required. Equally important is the issue

of power consumption in transistors. The supply voltage scaling of transistors which

has a direct bearing on the power consumption, has not followed the dimensional

scaling of transistors. This is mainly because MOSFETs are fundamentally limited

to a 60mV/dec subthreshold slope. Alternate channel materials or new devices are

required to allow for a more aggressive supply voltage scaling.

In this work, using an atomistic full-band quantum description of nanoscale de-

vices, design guidelines that seek to address each of these issues are suggested. For

multi-junction solar cells the ZnSe/GaAs system has been proposed as a viable al-

ternative. Using atomistic tight-binding the band-gap of the ZnSe/GaAs (001) su-

perlattice as a function of the constituent monolayers is investigated. The possibility

of engineering a range of bandgaps with the same material system, with a view to

achieving the optimum value for solar cells and light emitting diodes, is proposed.

For the purpose of supply voltage scaling, Tunnel Field Effect Transistors (TFETs)

are promising devices because there is no lower limit to the subthreshold slope. Tra-

Page 14: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

xiv

ditional TFET geometries suffer from low ON currents. Using an atomistic full-band

quantum transport solver, a vertical TFET geometry that offers larger tunneling area

and hence larger ON currents is investigated. The benefits of a global tunneling model

for band to band tunneling over other approaches is highlighted. Finally, a design

modification that reduces the lateral leakage current in the vertical TFET geometry

making it suitable for low power logic applications, is proposed.

Page 15: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

1

1. INTRODUCTION

1.1 EFFICIENCIES IN PHOTOVOLTAICS

The photovoltaics industry has been striving to bring down costs either by increas-

ing the efficiency of the cells or by decreasing the cost per unit area of photovoltaic

cells. If the cost of a system increases significantly with increasing area the problem

of increasing the efficiency of solar cells assumes great importance. A number of ap-

proaches including multi-junction solar cells, thin-film solar cells and solar cells based

on crystalline silicon are in use.

Multi-junction photo-voltaic cells consist of many layers of semi-conductors or

thin films with each having a different band-gap. The idea is that each layer can

efficiently absorb only a portion of the incident spectrum, such that taken together a

major portion of the solar spectrum can be efficiently converted to electricity. From a

cost perspective, multi-junction solar cells have become viable with concentrated pho-

tovoltaic technology where sunlight is focussed into a smaller area thereby reducing

the area of the solar cell. Multi-junction solar cells on GaAs, Ge and InP substrates

have been manufactured with record efficiencies around 40%.

Thin film solar cells are fabricated by depositing thin films of photovoltaic mate-

rials on a substrate. Amorphous Si, CdTe, Copper Inidium Gallium Selenide (CIGS)

are some of the photovoltaic materials used. In addition to that dye sensitized solar

cells [1] and organic solar cells have also been used. The best thin film solar cell

efficiencies are around 20%.

In addition to that monocrystalline Si based solar cells are also being fabricated

with record efficiencies around 25%.

Considerable effort in the field of multi-junction solar cells has been to improve

the efficiency of solar cells by using a high band-gap material that can target the

Page 16: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

2

Table 1.1Bandgaps and lattice constants of materials used in high efficiency photovoltaics.

Material Bandgap (eV) Lattice Constant (nm)

Ge 0.67 0.564

Si 1.11 0.543

InP 1.34 0.587

GaAs 1.42 0.565

CdTe 1.44 0.648

ZnSe 2.7 0.567

2.3-2.5eV range. This is crucial to take the efficiency of multi-junction solar cells

beyond 50%. A lot of work in this area is being conducted with InGaN. The prob-

lem with InGaN is that it suffers from the phase separation of InN which does not

allow the band-gap to remain in the desired range. InGaN green/blue-green LEDs

have been demonstrated though solar cells are not efficient because of the high de-

fect density. Even though SiC has a band-gap close to the desired range, because

of its indirect nature it is also not considered a feasible option. In this regard,

ZnSe/GaAs (Egap,ZnSe = 2.7eV Egap,GaAs = 1.42eV ) digital alloys using a super-

lattice have been proposed as a viable solution. The digital alloy approach might be

more desirable compared to physical alloying given that maintaining control on dop-

ing densities in the quaternary would be difficult, though it is possible to controllably

dope pure ZnSe and pure GaAs. The band-gaps of the ZnSe/GaAs superlattice, as a

function of its period, will give an insight into the usefulness of such a system, should

it be possible to fabricate a superlattice with the correct period. Current fabrication

techniques have nearly atomic layer precision, which makes it possible to imagine

superlattices with periods of only a few atomic monolayers. Therefore the electronic

structure calculation of such structures requires that details at the atomic level be

taken into account.

Page 17: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

3

0 50 100 150 200 2500

0.5

1

1.5

2

2.5

Projection

History

Had the trend continued

Technology Node(nm)

Supp

ly Vo

ltage

VDD

(V)

VDD scaling, History & Projection

Figure 1.1. Supply voltage (VDD) of transistors as a function of tech-nology node size [2].

1.2 POWER CONSUMPTION IN TRANSISTOR TECHNOLOGY

Power consumption has been a long standing issue for transistor technology. His-

torically, the supply voltage of a transistor, which has a direct bearing on the power

consumption of the device, has not followed the dimensional scaling of the device as

shown in Fig. 1.1. This has resulted in an increasing power consumption per chip

with each generation. The primary purpose of dimensional scaling was to shrink the

size of the integrated circuits so that more and more could be packed in the same

area, thereby reducing the cost. Since the number of circuits on a chip has gone up

and because the frequency of operation increases with every technology generation,

the power consumption per chip has increased. The power consumption has been

kept under control only because of a decreasing supply voltage (VDD), but clearly the

proportionality between the supply voltage and technology node is not being followed.

Page 18: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

4

Though supply voltage scaling in current MOSFET technology is possible, it will

come with severe design compromises. Reducing the supply voltage of MOSFETs

would required a corresponding reduction in threshold voltage in order to maintain

circuit speeds. This in turn would result in an increase in the subthreshold leakage

current, which is not desirable.

MOSFETs are fundamentally limited to a subthreshold slope of 60mV/dec, though

there is no lower limit for a Tunnel-FET. The electrons in a MOSFET have to over-

come a potential barrier. Given that the carrier distribution in the source is Boltz-

mann, an order of magnitude change in current can only be facilitated by a 60mV

change in the height of the potential barrier.

As an alternative to the MOSFET, for the purpose of supply voltage scaling,

the Tunnel-FET seems to be a promising candidate because of the possibility of

achieving a subthreshold slope lower than 60mV/dec. Though subthreshold slopes

lower than 60mV/dec have been demonstrated experimentally, the biggest problem

remains that of low ON currents. A new vertical tunneling approach that seeks

to increase the tunneling area for band to band tunneling current is investigated

that could potentially solve the problem of low ON currents. To simulate band to

band tunneling current through such structures an approach that not only takes into

account the coupling between the conduction bands and the valence bands, but also

band-structure effects due to geometrical and electrostatic confinement, is required.

1.3 NEED FOR ATOMISTIC MODELS AND THE TIGHT BINDING

APPROACH

As device features scale to tens of nanometers, a quantum mechanical treatment

becomes imperative to capture the physics. While this issue is often addressed, what is

not fully appreciated is the need to capture device details at the nanometer level using

an atomistic treatment. As depicted in Fig. 1.2, the effective mass approximation has

proven to be inadequate to explain the effects of bandstructure [3, 4]. In devices

Page 19: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

5

Figure 1.2. The localized conduction band edge for aGaAs/AlAs/GaAs structure. Along the Γ direction the band edgepresents a barrier while in the X direction it looks like a well. Thebulk bandstructures have been generated using tight-binding. Thisfigure is based on the discussion in [7]

Figure 1.3. Difference at higher energies between the parabolic bulkconduction band of GaAs and a non-parabolic band generated usingtight-binding. This figure is based on the discussion in [7]

which have geometrical or electrostatic confinement of the order of nanometers, the

bandstructure differs significantly from that of bulk. Atomistic models on the other

hand, are capable of capturing band-non-parabolicities, as shown in Fig. 1.3, band-

to-band mixing [5,6] and crystal orientations, all of which assume a lot of significance

as we investigate devices a few nano-meters in size.

Page 20: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

6

It is important that for a quantum mechanical treatment the Hamiltonian be

written in an appropriate basis. The tight-binding approach uses basis functions that

have atomic orbital like symmetries. Depending on the requirement of the problem

and the material system involved more atomic orbitals might be included to model the

bandstructure accurately. In addition to that spin-orbit effects should be taken into

account to model the imaginary band coupling the conduction band to the valence

band. An accurate description of the bandstructure ensures that the details of the

electronic properties of the system are included.

1.4 ASSOCIATED NUMERICAL TECHNIQUES

Considerable numerical and computational effort is required in the atomistic sim-

ulation of nanoscale devices at different stages. Starting from getting the optimized

tight-binding parameter sets using either genetic algorithms [8] or least square fitting

techniques. The parameter sets are optimized such that they are able to generate

the experimentally known band gaps and effective masses of the bulk bandstructure

of a given material. The tight binding Hamiltonian is constructed using these pa-

rameter sets. Since each atom is accounted for in the Hamiltonian, a device only a

few nanometers in size could have a very large Hamiltonian. The next challenge is to

calculate the open boundary conditions that need to be added to the Hamiltonian be-

fore any quantum transport calculations can be done. The algorithms that compute

open boundary conditions could be iterative [9], which require the repeated inversion

of dense or full matrices, or based on scattering boundary methods that require the

solution of generalized or normal eigenvalue problems [10, 11]. A quantum transport

solver based on the Non-equilibruim Green’s function method [12, 13] or the wave

function method [14] is used to calculate charge and current. Some techniques like

the Recursive Green’s function [15] are used to efficiently invert large matrices to find

the Green’s function. Features in energy or momentum space can be extremely sharp

depending on the geometry and materials used. For the efficient integration of such

Page 21: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

7

features, resonance finding techniques [16] are employed. The output of these tech-

niques can be used to generate optimized grids [17] to integrate over. Alternatively

various methods in adaptive quadrature can be used to efficiently integrate over such

features.

1.5 BRIEF OUTLINE

In Chapter 2 associated numerical techniques that go into quantum transport

calculations are discussed and results are shown for single band and some multi-band

cases also. In Chapter 3 the 1D Heterostructure tool is discussed which allows the

investigation of the distribution of charge in heterostructures. Chapter 4 addresses the

issue of efficiencies in multi-junction solar cells. In Chapter 5 the problem of reducing

the power consumption in transistors is discussed. A new technique for adaptive

quadrature is discussed in Chapter 6 which aims to reduce the cost of integrating a

sharply spiked integrand while still maintaining acceptable accuracies. Finally the

thesis is summarised in Chapter 7.

Page 22: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

8

Page 23: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

9

2. NUMERICAL METHODS AND ASSOCIATED TOPICS

2.1 RECURSIVE GREEN’S FUNCTION: ALGORITHM AND IMPLE-

MENTATION

The Recursive Green’s Function technique [18] should be thought of as a tool

for inverting block tri-diagonal matrices. Here it might be mentioned that a nearest

neighbor Hamiltonian is block tri-diagonal. But a next nearest neighbor Hamiltonian

which is penta-diagonal can be thought of as a tri-diagonal system if the block size

is increased [15]. The technique is particularly useful in our case since even after

the addition of the self-energy matrix [19] the Hamiltonian still retains its block tri-

diagonal nature. From the computing perspective we can stop the RGF technique

at any stage we choose depending on the quantities we are interested in, i.e. diag-

onal entries, columns etc. This section outlines the detailed steps required for such

an implementation. The discussion is based on the NEMO 1D documentation and

Ref. [20].

• We need to compute the following

GR(E) = [EI −Htight−binding − Σ]−1 (2.1)

GR(E) =

D1 t1,2

t2,1 D2 t2,3

t3,2 D3 t3,4. . . . . . . . .

. . . . . . tN−1,N

tN,N−1 DN

−1

(2.2)

Since the Hamiltonian is itself dependent on ~k, one pass through the RGF

technique is for one E and one ~k value. It follows, that all quantities,i.e., density

Page 24: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

10

Figure 2.1. Schematic representation of forward and backward recur-sion in the Recursive Green’s Function algorithm and the subsequentcalculation of the first and last column. The diagonal blocks of GR

give the local density of states. The first and last columns are requiredto compute the charge.

of states, charge etc., are valid for the given E and ~k value. In this section this

dependence has been suppressed to avoid tedious notation.

• Forward Recursion: Unconnected Green function

gleft,R1,1 = (D1)−1 (2.3)

gleft,Ri,i(i=2,3,...N) = (Di − ti,i−1gleft,Ri−1,i−1ti−1,i)

−1 (2.4)

or

gright,RN,N = (DN)−1 (2.5)

gright,Ri,i(i=N−1,N−2,...1) = (Di − ti,i+1gright,Ri+1,i+1ti+1,i)

−1 (2.6)

Page 25: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

11

Depending on the quantities required to be computed, either or both of gleft,R

and gright,R might be needed.

• Backward Recursion: Connected Green Function diagonal block

GRN,N = (DN − tN,N−1g

left,RN−1,N−1tN−1,N)−1 = gleft,RN,N (2.7)

GRi,i(i=N−1,N−2,...1) = gleft,Ri,i + gleft,Ri,i ti,i+1G

Ri+1,i+1ti+1,ig

left,Ri,i (2.8)

or

GR1,1 = (D1 − t1,2gright,R2,2 t2,1)−1 = gright,R1,1 (2.9)

GRi,i(i=2,3,...N) = gright,Ri,i + gright,Ri,i ti,i−1G

Ri−1,i−1ti−1,ig

right,Ri,i (2.10)

• General Expression for off-diagonal blocks

GRi,j(i<j) = GR

j,i(i<j) = −gleft,Ri,i ti,i+1GRi+1,j (2.11)

GRi,j(i>j) = GR

j,i(i>j) = −gright,Ri,i ti,i−1GRi−1,j (2.12)

As shown schematically in Fig. 2.1, the trace of the diagonal blocks of GR will give

us the Local Density of States [10]. The first and last columns of GR are required to

compute the charge [22]. Another important quantity is the transmission which can

be computed with the quantities already given by the RGF technique. Further the

transmission is necessary in the calculation of current [15]. Fig. 2.2 shows the local

density of states and the transmission computed using the RGF.

2.2 RESONANCE FINDING USING THE SHIFT AND INVERT NON-

SYMMETRIC LANCZOS ALGORITHM AND NEWTON’S METHOD:

IDEA AND IMPLEMENTATION

Even though the tight-binding Hamiltonian is itself not a function of energy and

depends only on ~k, the addition of the self-energy matrix makes it energy dependent.

Page 26: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

12

Figure 2.2. Local Density of states for a double barrierGaAs/AlGaAs/GaAs structure with transmission using a single bandeffective mass scheme [21]. The RGF algorithm is used to computethe density of states and the transmission.

This makes the problem of finding the eigenvalues of the total Hamiltonian or more

specifically the poles of the retarded Green’s function, non-linear.

|EI −H − Σ(E)| =∣∣∣GR(E)

−1∣∣∣ (2.13)

It is expensive to compute the self-energy matrix for each energy point. Therefore

a shift and invert non-symmetric(SINS) Lanczos algorithm is used that computes

a subspace that accurately represents the region of the eigen-spectrum which is of

interest. The approach is laid out as follows.

Page 27: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

13

Figure 2.3. Local Density of states for a double barrierGaAs/AlGaAs/GaAs structure with resonances as found by the res-onance finder using a single band effective mass scheme [21]. Theresonances are compared with the analytical solutions of a particle ina box.

• The energy domain is divided into segments. The width of the segment should

be decided keeping in mind the time that a user is willing to spend on resonance

finding. The trade-off is missing eigenvalues altogether.

• In each of these segments the SINS Lanczos algorithm [16] in combination with

the partial LR algorithm [23] is used to find approximate eigenvalues. The

boundary conditions are calculated at the centre of each segment.

Page 28: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

14

• The Newton’s method is used to refine these eigenvalues. For these energies

|EI −H − Σ(E)| = 0 (2.14)

and they correspond to the poles of GR(E).

Fig. 2.3 shows how the resonances compare with the local density of states and the

analytical results of a particle in a box. There is agreement with the local density

of states, though the discrepancy with the analytical results can be explained on the

basis of an increase in the effective length of the well due to barrier penetration. That

is why the results for a particle in a box are always higher in energy.

2.3 RESONANCE REFINEMENT USING INVERSE ITERATION: AL-

GORITHM AND IMPLEMENTATION

A further refinement of eigenvalues might be necessary to accurately locate a res-

onance on the real axis and be sure of its width, which is the imaginary part of the

eigenvalue. Having already found the eigenvalues to some accuracy using the SINS

Lanczos algorithm and Newton’s method, this method converges to an even better

estimate. The method also lets us estimate the eigenvector which tells us where the

resonance is present spatially in the system. This fact is of great importance in creat-

ing energy grids, since not all eigenvalues are important. Only the resonances inside

the device should contribute towards the generation of an inhomogeneous energy grid.

The details of the algorithm are as follows [24].

• Start with a normalized random column vector with the same dimension as that

of the Hamiltonian.

Page 29: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

15

Figure 2.4. Local Density of states for a double bar-rier GaAs/AlGaAs/GaAs structure with wave-function magnitudesquared found using inverse iteration in a single band effective massscheme [21]. The variation of the wavefunction matches well with thelocal density of states.

• Go through the following iteration

Solve : (H + Σ(Em)− EmI)xm+1 = xm (2.15)

δE = ‖xm+1.xm‖−1 (2.16)

Em+1 = Em + δE (2.17)

xm+1 = xm+1/‖xm+1‖ (2.18)

• This process goes on till δE satisfies a convergence criterion.

• Em is the converged eigenvalue and xm is the associated eigenvector.

Page 30: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

16

The converged eigenvalue is a better estimate than what is obtained at the end of

Newton refinement. It should be noted that this method converges fast only if we

already have a good estimate of the eigenvalue. The associated eigenvector should

then be used to find the position of the resonance inside the device. Fig. 2.4 shows

the calculation for a double barrier structure. The variation in the local density of

states is in agreement with the wave-functions.

2.4 IN-HOMOGENEOUS ENERGY GRID CREATION THROUGH ANAL-

YSIS OF SPECTRAL FEATURES: GRID MAPPINGS

For many reasons, it is often desirable to work with fixed energy grids. Adaptive

grids that are generated by the addition of nodes within the integration range of

interest are often based on a relative error analysis and do not take in to account the

overall contribution of the added node to the integral. This section deals with the

creation of fixed energy grids optimized to have an in-homogeneous distribution of

energy points. The distribution is determined by the variation in the density of states,

( which is heavily dependent on the position of resonances) and Fermi-functions [17].

Assuming that we already know the eigenvalues(both real and imaginary parts) of the

Hamiltonian that describes our quantum device we proceed to model each resonance

as follows.

• Each resonance is given by Er − iΓ where Er denotes the location and Γ the

width of the resonance.

• Close to the resonance we can model the density of states as a Lorentzian located

at Er with a width of Γ. The integral over this function gives us the contribution

called mIM(E).

• The magnitude of the principal value integral gives us mRE(E).

Page 31: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

17

• Since the real part of GR is doubly peaked at Er±Γ/2, two more Lorentzian

functions are placed at Er±Γ/2 with a width of (√

3−1)Γ/2. The integral over

these gives us mRE−IM(E).

1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 200.5

11.5

22.5

33.5

Energy(eV)

Integral over the Lorentzian

Lorentzian

Figure 2.5. Contribution to spectral features: Lorentzian

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5−0.2

−0.15

−0.1

−0.05

0

0.05

0.1

0.15

0.2

Energy(eV)

Integral over the magnitude of principal value

Principal value of the Lorentzian

Figure 2.6. Contribution to spectral features: Principal value Integral

Though the resonances have been taken care of, there are other spectral features that

must be considered as well.

Page 32: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

18

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 50123456789

Energy(eV)

Integral over the two lorentziansTwo lorentzians

Figure 2.7. Contribution to spectral features: Peak Enhancement

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 501234567

Energy(eV)

Integral of DOS

DOS

Figure 2.8. Contribution to spectral features: Density of States

• The density of states around the conduction band edge is modeled as a constant

number below the conduction band edge and as 1/√E above it. The integral

of this gives us mband−edge.

• The Fermi occupation factor is taken into account with mFermi = 1− f

• The turn-ons of the Fermi function are modeled as the fourth derivative of f .

The contribution is mFermi′ which is the integral of that function, is again a

Page 33: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

19

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 50

0.2

0.4

0.6

0.8

1

Energy(eV)

1−ffermi function(f)

Figure 2.9. Contribution to spectral features: Fermi function

0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 500.20.40.60.81

1.21.4

Energy(eV)

Integral over the 4th derivative of f

fermi function f

Figure 2.10. Contribution to spectral features: Fermi function turn-ons

monotonic function . This contribution captures the energy domain in which

the Fermi occupation is important.

Taking a weighted average of these we get,

m(E) = x1mIM +x2mRE +x3mRE−IM +x4mband−edge +x5mfermi +x6mfermi′ (2.19)

Page 34: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

20

Figure 2.11. Local Density of states for a double barrierGaAs/AlGaAs/GaAs structure calculated on an energy grid gener-ated using the grid mapping scheme using a single band effective massscheme [21].

, which is a monotonic function of energy. It must be kept in mind that weights of the

contributions from the resonances must reflect the number of resonances. Fig. 2.11

shows the energy grid using the mapping scheme based on spectral features for a

double barrier structure.

Page 35: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

21

Figure 2.12. Local Density of states for a double barrierGaAs/AlGaAs/GaAs structure demonstrating the adaptive energygrid using a single band effective mass scheme [21].

2.5 ADAPTIVE ENERGY GRID CREATION BASED ON CHARGE,

CURRENT AND DENSITY OF STATES

Given the significant overhead of resonance finding imposed by in-homogeneous

energy grid algorithms, it might be feasible to create energy grids adaptively as well.

Successive partitioning of the integration range, where integrands vary rapidly, adds

more nodes to the existing grid. The process is continued till the relative contribution

of two adjoining nodes is within a specified percentage(typically 1 percent or even

smaller) of the total contribution.

Page 36: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

22

Further a baseline energy value is defined which does not allow the addition of

nodes closer than the given energy difference. There are a few issues that need

consideration.

• The addition of a node improves the value of the integral only in the energy

segment where the node is added. For the overall error of the integral this might

not be important at all.

• There is always a chance that the adaptive grid gets caught in a ”noisy” node

and keeps on adding nodes in that energy segment. The baseline energy helps

to reduce this problem.

Fig. 2.12 shows the energy grid generated using the adaptive grid procedure to

calculate the local density of states for a double barrier structure.

2.6 BOUNDARY CONDITIONS FOR MULTI-BAND TIGHT-BINDING

Boundary conditions are perhaps the most critical components of any geome-

try and differential equation. Much of the underlying calculation is determined by

the type of boundary conditions applied to the system, in solving the Schrodinger

equation. In this section we discuss both closed and open boundary conditions in a

multi-band framework.

2.6.1 HARD-WALL, PASSIVATION OF SURFACE STATES

Imposing hard-wall or closed boundary conditions involves passivation of the dan-

gling bonds that arise at the beginning and end of the UTB chain [25]. We need to

transform from the atomic orbital basis to the sp3 hybridized basis, since these bonds

Page 37: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

23

are primarily formed by sp3 hybridization. For an anion to its nearest neighbors we

can write the following,

|sp3〉[111] =1

2(|s〉+ |px〉+ |py〉+ |pz〉) (2.20)

|sp3〉[111] =1

2(|s〉 − |px〉 − |py〉+ |pz〉) (2.21)

|sp3〉[111] =1

2(|s〉+ |px〉 − |py〉 − |pz〉) (2.22)

|sp3〉[111] =1

2(|s〉 − |px〉+ |py〉 − |pz〉) (2.23)

If the chain of atoms is constructed in the [001] direction then the bonds [111] and

[111] are above the [001] plane and the bonds [111] and [111] are below it. Therefore

the transformation can be written as,|sp3〉[111]

|sp3〉[111]

|sp3〉[111]

|sp3〉[111]

=1

2

1 1 1 1

1 −1 −1 1

1 1 −1 −1

1 −1 1 −1

|s〉

|px〉

|py〉

|pz〉

(2.24)

When the top surface is made of anions, corresponding to the bonds [111] and [111]

we want to add the following,

[H]hybrid =

δsp3 0 0 0

0 δsp3 0 0

0 0 0 0

0 0 0 0

(2.25)

to the corresponding element in the Hamiltonian in the hybridized basis. This corre-

sponds to adding,

[U ]†[H]hybrid[U ] =1

2

δsp3 0 0 δsp3

0 δsp3 δsp3 0

0 δsp3 δsp3 0

δsp3 0 0 δsp3

(2.26)

Page 38: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

24

in the original basis where,

[U ] =1

2

1 1 1 1

1 −1 −1 1

1 1 −1 −1

1 −1 1 −1

(2.27)

If the bottom layer is also anionic then we need to add,

[U ]†

0 0 0 0

0 0 0 0

0 0 δsp3 0

0 0 0 δsp3

[U ] =1

2

δsp3 0 0 −δsp3

0 δsp3 −δsp3 0

0 −δsp3 δsp3 0

−δsp3 0 0 δsp3

(2.28)

to the corresponding element in the Hamiltonian in the original basis. If we repeat

the procedure for cations at the top and the bottom the transformation changes to,

[U ] =1

2

1 −1 1 1

1 1 −1 1

1 −1 −1 −1

1 1 1 −1

(2.29)

So for the top cationic interface we will add

[U ]†

δsp3 0 0 0

0 δsp3 0 0

0 0 0 0

0 0 0 0

[U ] =1

2

δsp3 0 0 δsp3

0 δsp3 δsp3 0

0 δsp3 δsp3 0

δsp3 0 0 δsp3

(2.30)

and the bottom cationic interface,

[U ]†

0 0 0 0

0 0 0 0

0 0 δsp3 0

0 0 0 δsp3

[U ] =1

2

δsp3 0 0 −δsp3

0 δsp3 −δsp3 0

0 −δsp3 δsp3 0

−δsp3 0 0 δsp3

(2.31)

to the corresponding elements of the Hamiltonian in the original basis.

Page 39: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

25

2.6.2 OPEN BOUNDARY CONDITIONS

A crucial part of the Non-equilibrium Green’s function technique is the compu-

tation of the open boundary conditions, that is the self-energy matrix based on the

Dyson equation treatment used by many authors [4, 26–31]. A lot of the computa-

tional effort goes into the computation of the open boundary conditions. The method

proposed by Luisier et al [11,32], has been employed which has been shown to outper-

form other methods in the literature [9]. It starts from a scattering boundary ansatz

and works for an arbitrary transport direction. The method can be thought of as a

band-structure calculation of an infinite structure with exchanged input and output

variables. In a band-structure calculation the aim is to find all the eigenvalues at

a given ~k point. In computing the open boundary conditions the aim is to find all

the wave-vectors k for a given energy. Further depending on the sign and value of

the imaginary part of the wave-vector and whether it is in the left or right reservoir,

one can determine whether the state corresponds to transmission, reflection, decay-

ing transmission or decaying reflection. Having computed the eigen-fucntions of the

states transmitted or reflected inside the device, the surface Green’s function on either

side of the device(left and right) is found. Finally the surface Green’s function [16]

gives the boundary self-energy, which is readily used in the formulation laid out in

Eq. (2.1).

2.7 RESONANCE FINDER AND RGF RESULTS FOR RESONANT

INTER-BAND TUNNELING DIODES USING OPEN BOUNDARY

CONDITIONS

In this sections results for the resonant inter-band tunneling devices using multi-

band tight binding have been shown. The reasons for choosing resonant inter-band

tunneling diodes are discussed. Numerical techniques mentioned in the previous sec-

tion are used in conjunction and results are shown to be in agreement.

Page 40: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

26

2.7.1 INTEREST IN RESONANT INTER-BAND TUNNELING DIODES

Here we deal with nearly lattice matched InAs/GaSb and InAs/GaSb/AlSb ma-

terial systems. These systems exploit the various band alignments based on the offset

values. All sp3s∗d5 tight binding parameter sets taken from [33] are based on the

assumption that the valence band maximum is at zero. The band offsets for these

materials are incorporated based on the values given in [34]. These devices are of

interest because of the high current densities they have shown. In addition to that,

large peak-to-valley current ratios have been observed making them an attractive

option for digital and analog applications. Very high peak to valley current ratios

have been reported [35] at room temperature as well as at low temperature. Vari-

ous Interband devices have been studied [36–42], showing a great potential in device

application. Though the primary transport mechanism arises from the coupling of

the InAs conduction band states to the GaSb light hole states [43, 44], it is possible

that hole mixing effects in device structures containing GaSb quantum wells could

lead to coupling of InAs conduction band states and GaSb heavy hole states, which

changes the current-voltage characteristics [45] . Studies to date have been based on

either the ~k.~p model, that does not couple light hole, heavy hole and split-off bands at

k = 0 [45, 46], or on the sp3s∗ nearest neighbor or next nearest neighbor model that

does not give a satisfactory fit of the valence band dispersion [47–50]. Specifically,

the inability of these models to model shifts of the heavy hole from the zone centre

has been reported [51]. Since these features have been reported for GaSb without

a complete treatment of spin-orbit coupling [52, 53], here we use the sp3s∗d5 nearest

neighbor model and include spin-orbit interaction to all orders which ensures that the

valence band dispersions are captured correctly.

2.7.2 NON-INTUITIVE BEHAVIOR OF HOLE BANDS IN GaSb

Light Hole and heavy hole band anisotropy has been discussed for GaAs [54].

Here we show similar trends for GaSb. Bulk dispersion have been calculated using

Page 41: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

27

Figure 2.13. Bulk HH dispersion for GaSb in the kx− ky plane

Figure 2.14. Bulk LH dispersion for GaSb in the kx− ky plane

Page 42: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

28

the sp3s∗d5 model in the nearest neighbor formulation. The model represents hole

anisotropy better than the sp3s∗ nearest neighbor formulation.

Here we show a light hole and heavy hole bulk dispersion in the kx − ky plane.

As can be seen in Fig. 2.13, heavy hole dispersion indicates a heavier effective mass

in the [110] direction compared to the [100] direction. The ridge like feature clearly

indicates a high degree of anisotropy. The light hole dispersion in Fig. 2.14 appears

to be isotropic, but the non-parabolicity is still present.

2.7.3 ANALYSIS OF GaSb BASED BRIT STRUCTURE USING TRANS-

MISSION

We proceed to analyze hetero-structures where there is the added complication of

the coupling of the conduction and valence bands. First, we consider a Barrier-less

Resonant Interband Tunneling Structure(BRIT) as shown in Fig. 2.15. The structure

gets its name from the band profile. The device consists of 7nm of GaSb with InAs on

either side. The valence bands of GaSb at 0.83eV couple with the conduction band of

InAs at 0.68eV. Since there is no conventional barrier, the structure is called a BRIT.

The accompanied Fig. 2.16 shows the transmission for two different momentum (k = 0

and k = 0.04). Two sharp peaks can be seen with a broad peak. The coupling of the

GaSb LH band is strong with the conduction band of InAs resulting in a broad peak.

The HH coupling is weaker which gives sharper peaks. Next, we try to connect these

diagrams using the energy dispersion along the transverse momentum. It should be

noted that the transmission at two different momenta are not energy shifted variations

of each other. The E − k diagram is not intuitive and can move up or down with

momentum.

Page 43: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

29

BRIT

InAs InAsGaSb

Ec

Ev

Figure 2.15. Schematic band profile of a BRIT structure.

1000.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transmission

Ener

gy(e

V)

k=0

1000.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transmission

k=0.04

0 0.02 0.040.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transverse Momentum

Figure 2.16. Transmission and E-k plots for the BRIT structure.

Page 44: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

30

RIT

InAs InAsGaSb

AlSb AlSb

Ec

Ev

Figure 2.17. Schematic band profile of a RIT structure.

1000.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transmission

Ener

gy(e

V)

k=0

1000.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transmission

k=0.04

0 0.02 0.040.68

0.7

0.72

0.74

0.76

0.78

0.8

0.82

0.84

Transverse Momentum

Figure 2.18. Transmission and E-k plots for the RIT structure.

Page 45: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

31

2.7.4 ANALYSIS OF GaSb BASED RIT STRUCTURE USING TRANS-

MISSION

For the Resonant Interband Tunneling Structure(RIT) in Fig. 2.17 we simulate

7nm of GaSb with 1.5nm of AlSb on either side, followed by InAs on either side.

Since the valence band of AlSb is at 0.3eV and the conduction band is at 2.75eV, it

serves as a barrier. We see the same features repeated in Fig.2.18, two sharp peaks

corresponding to the weak HH coupling with the conduction band and the broad peak

corresponding to the strong LH coupling with the conduction band. The dispersion

relation connecting the two transmission plots is again not intuitive and one cannot

obtain one transmission plot by shifting the other. Infact an added feature, the

splitting of the lowest band on the dispersion relation is seen. This is also verified by

the double peaks in the transmission at an energy close to 0.75eV for k = 0.04.

2.7.5 ANALYSIS OF GaSb BASED BRIT AND RIT STRUCTURES

USING RESONANT LINE-WIDTHS

Finally, we show the resonant line-widths for the dispersion relations computed

before. The resonant line-widths correspond to the value of the imaginary part of

the eigenvalue found in determining the dispersion relations. Since we are dealing

with open systems, all eigenvalues in general are complex and the imaginary part is

indicative of the life-time of the state it corresponds to. As can be seen in Fig.2.19 and

Fig.2.20 the broad LH resonance has the largest line-width corresponding to the wide

peak we saw on the transmission plots, for both the BRIT and RIT structures. For

the HH resonances the line-widths become sharper but also show some non-monotonic

variations. In the case of the BRIT structure the first HH peak just gets sharper close

to k = 0. The second HH peak is the sharpest at a non-zero momentum. Both the

peaks get broader by 2-3 orders of magnitude with momentum. This fact is one of

the many factors that contribute to off-zone center hole transport [55].

Page 46: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

32

0 0.02 0.040.68

0.7

0.72

0.74

0.76

0.78

0.8

Ener

gy(e

V)

Transverse Momentum0 0.02 0.04

10!7

10!6

10!5

10!4

10!3

10!2

Res

onan

ce li

new

idth

(eV)

Transverse Momentum

Figure 2.19. Resonant line-width for the BRIT structure.

0 0.02 0.040.%4

0.%6

0.%'

0.'

0.'2

(ne+

gy(e

V)

T+2ns4e+se 6omen9:m0 0.02 0.04

10!6

10!5

10!4

10!3

10!2

>es

on2n

ce @A

neB

Ad9D

(eV)

T+2ns4e+se 6omen9:m

Figure 2.20. Resonant line-width for the RIT structure.

Page 47: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

33

For the RIT structure the second HH peak becomes sharper closer to k = 0. The

first HH peak splits into two, indicating spin-splitting. The two split bands not only

have different line-widths but also the variations are different.

The preceding analysis suggests that hole band-structure is more complicated

than electron band-structure. An explicit integration over momentum is required to

compute quantities like charge and current to capture all the features discussed here.

In addition to that spin-orbit coupling should be included to all orders, since it is

crucial to the correct modeling of the hole band-structure.

Page 48: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

34

Page 49: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

35

3. 1D HETEROSTRUCTURE TOOL

An essential component of understanding semiconductor structures is to understand

how charge is distributed both in energy and in space. As devices become smaller

and smaller the focus shifts from classical physics to quantum physics. Quantum

mechanics predicts discrete states at a definite energy rather than a continuum of

states that are obtained from classical physics. Heterostructures or layers of different

semi-conducting materials with different doping concentrations built on top of each

other, present an opportunity to investigate such quantum effects. In this chapter,

the 1D Heterostructure Tool is used to understand how these states are distributed in

a given heterostructure both in space as well as in energy. In particular, the problem

is of interest to someone interested in the operation of such a heterostructure, so as

to understand the flow of electrons inside it. The tool allows the control of external

potential by the application of voltages at selected terminals that can control the

working of such a device. The entire discussion would not be complete without a

comprehension of the internal electrostatics of a given structure. Finding the correct

electrostatic potential, such that the charge calculated using it is in agreement with

the doping of the structure, is necessary to get physically meaningful results. The

tool takes this fact into account and shows how the electrostatics have a profound

impact on the working of any heterostructure.

3.1 METHODOLOGY

To solve any problem quantum mechanically, or equivalently to solve the Schrodinger

equation, it is required that the Hamiltonian of the system, in this case the closed

Page 50: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

36

system be written. In the finite-difference scheme the Hamiltonian using just an

effective mass description can be written as,

− h2

2m

(ψi+1 − 2ψi + ψi−1)

δ2+ V (xi)ψi (3.1)

where m is the effective mass, V is the electrostatic potential and δ is the spacing

between the nodes. Using the effective mass here implies that a continuum description

of the device has been employed and as such the spacing between nodes can be as

small as possible. However in other descriptions such as multi-band tight binding [3],

the meshing has to be atomistic. In the matrix form the effective mass Hamiltonian

without the electrostatic potential looks like,

H =

2to −to−to 2to −to

−to 2to −to. . . . . . . . .

. . . . . . −to−to 2to

(3.2)

The electrostatic potential and the localized conduction band edge are added to the

diagonal entries. Here to = h2

2mδ2where m is the effective mass of the semi-conductor

at the ith site. The meshing is done such that points are on either side of an interface

and never at it. Assuming continuity of the wavefunction and its derivative across

the interface the diagonal terms can be written as,

di =h2

δ2(

1

mi−1 +mi

+1

mi +mi+1

) + Vi (3.3)

and off diagonal,

si =h2

δ2

1

mi−1 +mi

(3.4)

In this case it turns out that the Hamiltonian is Hermitian. This implies that the

eigenvalues are real. Had there been a complex part to the eigenvalues it would have

meant that the states that corresponds to the complex eigenvalue could not have held

charge forever, that is, had a finite lifetime. This lifetime is inversely proportional to

Page 51: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

37

the complex part of the eigenvalue. For the case of real eigenvalues it implies that the

state has the capability of holding charge for an infinite time. Using these eigenvalues

and eigenvectors of this Hamiltonian the charge for the heterostructure needs to be

calculated as follows,

n(x) =mkBT

πh2

∑i

|φi(x)|2 log(1 + exp(EF − εikBT

)) (3.5)

where T is the temperature, EF is the Fermi level and φi, εi are the ith eigenvector

and eigenvalue respectively. A discussion of how this equation is obtained can be

found in [3]. Further the solution to the Poisson equation is required to obtain charge

self-consistent results such that the electrostatic potential is in agreement with the

charge in the structure. A discussion of how this is achieved and numerical issues

associated with it can be found in [56]. Since this system is closed it follows that no

current flows across the layers of the heterostructure.

3.2 TOOL USAGE AND CAPABILITIES

In this section we discuss how the tool can be used to study charge distribution

and electronic states in heterostructures. We start with the default device in the tool.

3.2.1 DEVICE DETAIL OF THE DEFAULT STRUCTURE : HETERO-

JUNCTION FET

The band profile of the default device is shown in fig. 3.1. The device is basically

GaAs indented with AlGaAs. It is commonly referred to as a Heterojunction Field

Effect Transistor or a High electron mobility transistor (HEMT). The layer specifi-

cation starts with the substrate which is typically a very long region. Subsequent

layers are added below the substrate layer. Specifying a layer requires the input of

the material it is made of, the mole fraction if it is an alloy, the doping concentration

and the thickness which can be entered in nanometers or as the number of monolay-

ers. In this case the AlGaAs region has a high doping (1018/cc) whereas the GaAs

Page 52: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

38

Length (nm)

0 50 100 150

En

erg

y (

eV

)

1.4

1.5

1.6

1.7

1.8

Figure 3.1. The band profile of the default H-FET structure withoutany electrostatics.

Length (nm)

0 50 100 150 200

Ch

arg

e (

#/c

c)

1E14

1E15

1E16

1E17

1E18

Figure 3.2. The doping profile of the default H-FET structure.

Page 53: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

39

Table 3.1Layer table for the default structure.

Layer Material X-Mole Dop. Conc. Thick. Mono

Name System Fraction (cm−3 or −2) (nm) layers

Substr. GaAs 0.0 1014 1000.06 1769

L01 GaAs 0.0 1014 149.81 265

L02 AlGaAs 0.3 1018 29.96 53

L03 GaAs 0.0 1014 19.79 35

layers have a low value of 1014/cc as shown in fig. 3.2. In fig. 3.1 the AlGaAs region

is shown as a barrier because of the relative band edges of the materials that make

up the device. This is the case when it is assumed that the electrostatic potential is

zero everywhere in the heterostructure.

The motivation for making such a structure is the high mobility of electrons in the

GaAs region just after the AlGaAs region. The n-doped AlGaAs region contributes

electrons to the undoped GaAs region where electrons move faster. In the AlGaAs

region the dopants that contribute the electrons would have themselves slowed them

down through scattering. The electrons would thus travel in the well region (discussed

in the next section) in GaAs. Across the different layers of the heterostructures, no

current flows. A voltage applied at x = 0 modifies the conductivity of the electrons

in the well region. The tool this presents an opportunity to study and design similar

devices and improve on the performance.

3.2.2 FORMATION OF THE WELL AND COMPARISON WITH AN-

ALYTICAL SOLUTIONS

This device is then taken through the process of Hamiltonian construction, charge

calculation and self-consistency (Poisson equation) to arrive at the band edge profile

as shown in fig. 3.3 and the charge as shown in fig. 3.4. This profile is a consequence

Page 54: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

40

Length (nm)

0 50 100 150 200

En

erg

y (

eV

)0.8

1

1.2

1.4

Figure 3.3. The band profile of the default structure with electrostat-ics determined by a charge self-consistent calculation.

Length (nm)

0 50 100 150 200

De

nsity (

#/c

c)

0

2e+17

4e+17

6e+17

En

erg

y (e

V)

0.8

1

1.2

1.4

Figure 3.4. The quantum mechanical charge profile of the defaultstructure with electrostatics determined by a charge self-consistentcalculation.

Page 55: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

41

Distance (nm)

­100 ­80 ­60 ­40 ­20 0

Wa

ve

fun

ctio

n m

ag

nitu

de

sq

ua

red

0

0.2

0.4

0.6

0.8

1

Figure 3.5. Analytically computed wave-function magnitude squaredof the ground state of a GaAs triangular potential well with a 106 V/melectric field.

of what doping and charge is present in the structure. The states formed in the well

can be seen. That they are enclosed by the AlGaAs barrier on the left and the bent

GaAs potential profile on the right makes these states confined or bound states. The

energy of these states corresponds to the eigenvalues of the Hamiltonian.

The shape of the well is quite similar to that of a triangular well. Analytical

solutions to the Schrodinger equation exist for the case of a triangular potential.

They are the Airy functions. The analytical solutions of the ground and first excited

state for a triangular potential well in GaAs with a 106 V/m electric field are shown

in fig. 3.5 and fig. 3.6. As had been mentioned before, to calculate the charge, the

Hamiltonian of the system has to be solved for the eigenvalues and eigenvectors. The

magnitude squared of these eigenvectors is shown in fig. 3.7, with the position on

the energy scale being given by the corresponding eigenvalue. The variation in these

eigenvectors matches well with Airy functions. One must account for the fact that

the well is not perfectly triangular in shape. Analytical solutions to the Schrodinger

equation exist only for a few cases. Hence there is the need to solve a general problem

Page 56: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

42

Distance (nm)

­100 ­80 ­60 ­40 ­20 0

Wa

ve

fun

ctio

n m

ag

nitu

de

sq

ua

red

0

0.2

0.4

0.6

0.8

1

Figure 3.6. Analytically computed wave-function magnitude squaredof the first excited state of a GaAs triangular potential well with a106 V/m electric field.

Length (nm)

40 60 80 100 120

En

erg

y (

eV

)

0.7

0.8

0.9

Figure 3.7. The wave-function magnitude squared of the eigen-energies found in the triangular well of the default structure.

Page 57: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

43

numerically in order to get an accurate picture of how the eigenvalues and eigenvectors

are distributed in a well with an arbitrary shape.

3.2.3 CHARGE PROFILE AND THE FERMI-LEVEL

Fig. 3.4 shows the charge calculated using the eigenvalues and eigenvectors found.

The key point to note here is that finding the charge is an iterative process, since it

has to be done such that it is consistent with the electrostatic potential which itself is

used in the calculation of the charge. Therefore the charge self-consistency proceeds

until there is agreement between the charge and the electrostatic potential. Though

the charge profile is a sum total of contributions from all the states distributed in

energy and as such should have the spatial effect of all eigenvectors, the contributions

from different states might be different. The charge profile in this case resembles

the eigenvector corresponding to the lowest eigenvalue in the well. This is because

the lowest state is closest to and above the Fermi level which in this case had been

set around the mid-gap region of the semi-conductor. The carrier statistics which

give the contribution at every energy are governed by the Fermi distribution. States

above the Fermi level will give higher contributions if they are closer to it. Thus the

charge profile has the maximum contribution from the lowest state in the well, with

a decreasing contribution from states higher up.

3.2.4 EFFECT OF DELTA DOPED LAYERS

A modification is now introduced into the default structure that has been discussed

until now. A delta doped layer is introduced in the center of the AlGaAs layer

with a density of 1012/cm2. Delta-doping is a common technique that introduces

a small region with a high doping in the device. The advantages of this technique

can be understood by considering that ionized impurity scattering is reduced by an

ordered array of dopants. Charges can be transported through the structure with

reduced ionized impurity scattering using delta doping. This technique can also be

Page 58: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

44

Length (nm)

0 50 100 150 200

En

erg

y (

eV

)

0.8

1

1.2

1.4

Figure 3.8. The band profile of the default structure modified to in-clude a delta doped layer (Density=1012/cm2) in the center of the Al-GaAs layer with electrostatics determined by a charge self-consistentcalculation.

Page 59: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

45

0 0.05 0.1 0.15 0.2

0.74

0.741

0.742

0.743

Bias (V)E

ne

rgy (

eV

)

DefaultDelta Doped

Figure 3.9. The lowest eigen-energy as a function of bias for thedefault structure and the modified structure with the delta doping.

viewed as a way to get improved control over device performance by modifying the

band profile. The band profile of the device with the delta doped layer is shown in

fig. 3.8. The difference from fig. 3.3 is evident in the amount of band bending in the

AlGaAs region at the point of the delta doping. From a numerics points of view, delta

doping presents a problem as far as achieving convergence with the Poisson solver is

concerned. Sometimes the doping is smeared over a small length rather than being

present at a single point to achieve an acceptable convergence.

The real purpose of the delta doping can be demonstrated using the data shown

in fig. 3.9. The variation of the lowest eigenvalue in the well with the voltage applied

on the left side (0 nm) with and without the delta doped layer is shown here. The

delta doped layer has the tendency to isolate the well region from the site where the

voltage has been applied thereby reducing the effect of the applied bias on any feature

in and beyond the well region. For the default case we see a much greater lowering

of the states in the well compared to the case when the delta doped layer is present.

This suggest that it is possible to tune the effect of the applied voltage on the states

in the well region by using a delta doped layer of appropriate density, in the structure.

Page 60: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

46

Length (nm)

0 50 100 150 200

De

nsity (

#/c

c)

0

5e+17

1e+18

1.5e+18

En

erg

y (e

V)

0.8

1

1.2

1.4

Figure 3.10. The semi-classical charge profile of the default structurewith electrostatics determined by a charge self-consistent calculation.

3.2.5 COMPARISON WITH SEMI-CLASSICAL CHARGE

As had been mentioned before classical mechanics predicts that in energy charge

should be distributed continuously because the states holding it are continuous. This

is in sharp contrast with what is suggested by quantum mechanics, discrete states

present at specific energies in regions that form a potential well. Nevertheless it is

instructive to study how a calculation that is actually semi-classical in nature com-

pares with a quantum mechanical calculation. Charge is again calculated using the

default structure, but this time semi-classically using the Thomas-Fermi formulation

where an effective density of states is assumed. The requirement of the charge being

calculated self-consistently with the electrostatic potential remains.

As can be seen in fig. 3.10, the results of such a calculation suggest that the

potential profile is not too different from the case when charge was calculated quantum

mechanically. The band bending and the formation of the well are in good agreement

with fig. 3.4. However the charge profile differs from the quantum mechanical case.

The peak of the charge is almost double in the semi-classical case compared to the

Page 61: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

47

value in the quantum mechanical case. Also the peak in fig. 3.10 is spiked compared

to the rounded peak in fig. 3.4. The charge profile actually begins to decrease inside

the well region close the barrier for a quantum mechanical case and might still be

non-zero inside the AlGaAs barrier for a small distance. In the semi-classical case the

changes are more abrupt and coincide with the interface of the well and the AlGaAs

barrier. In the semi-classical calculation of charge, the states are not only continuous

but also spread above the well. Though the effective mass used to construct the

Hamiltonian and calculate the semi-classical charge is the same, it turns out that the

semi-classical charge is higher than the quantum mechanical charge.

3.2.6 EFFECT OF THE FERMI LEVEL ON CHARGE

For a device to have charge it must provide a favorable distribution of states that

have the capability to hold charge and an equally favorable carrier distribution which

ascertains which of these states is filled. The carrier distribution in such devices is

governed by the Fermi distribution. Therefore a critical part of device design is the

position of the Fermi level. Though the Fermi level in equilibrium conditions is gov-

erned by the doping in the device, in the tool the specification of the Fermi level

has been kept independent of any other device detail. The logic behind this is the

following. As had been mentioned before closed boundary conditions are applied to

the Hamiltonian of the one dimensional device. This means that no current flows

across the layers of the heterostructure that make up the device in that dimension.

Instead for an actual device the current flow is perpendicular to this dimension, some-

thing that is not included in the Hamiltonian. The Fermi level would be determined

by details of the device and phenomena in the dimension perpendicular to the one

modelled here. At this point it must be mentioned that the usefulness of modeling a

closed device in which no current flows, remains, as the details of the band profile in

that dimension will determine current flow in the dimension perpendicular to it.

Page 62: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

48

0 0.05 0.1 0.15 0.28

8.5

9

9.5

10

10.5

11x 10

11

Bias (V)

Sh

ee

t D

en

sity (

#/c

m2)

EF=0.824 eV

EF=0.724 eV

EF=0.624 eV

Figure 3.11. The sheet density in the well region for the default struc-ture as a function of bias for different Fermi levels.

Page 63: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

49

To see what difference the Fermi level has on the charge we analyse the charge in

the device for different Fermi levels. As can be seen in fig. 3.11 the sheet density in

the well region is shown as a function of applied bias for different Fermi levels. The

sheet density increases with bias for a given Fermi level because the well is pushed

lower and it gets closer and closer to the Fermi level. At a given bias the higher

the Fermi level higher the sheet density because of its proximity to the states in the

well. A relatively flat region can be seen around 0.15 V for EF = 0.824 eV . This is

because of the formation of another well region on the left side of the AlGaAs barrier

at around 20 nm. The Poisson equation tries to balance the total charge in the device.

Since an additional well is available which can hold some charge, the charge in the

well on the right does not increase as much as the other cases.

3.3 TOOL LIMITATIONS

While a lot of effort is made to understand the capabilities of a tool, it is equally

important to understand the limitations both in the theory supporting the tool and

in the numerics that are used. It is also important to realize that for many structures

which from a fabrication perspective are unrealistic, it might still be possible to get

final converged results. The meaning of these results should be interpreted carefully,

keeping in mind their physical implications and correctness.

Perhaps the most important consideration in this tool is the convergence of the

electrostatic potential. Care should be taken to assess whether each bias point has

converged to an acceptable value. Unusually high doping concentrations are mainly

responsible for the convergence failing. In certain cases even though convergence is

achieved the results do not make sense, simply because of excessive band bending.

As shown in fig. 3.12, where the default structure was modified to include a very high

doping of 1019/cc in the AlGaAs region, the band bending is comparable to the band

gap.

Page 64: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

50

Length (nm)

0 50 100 150 200

En

erg

y (

eV

)

0.4

0.6

0.8

1

1.2

1.4

Figure 3.12. The band profile of the default structure with a veryhigh doping 1019/cc in the AlGaAs region. Though the tool showsthe band profile as converged it is physically incorrect.

Page 65: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

51

Further, it must be noted that the Hamiltonian is written only for the electronic

charge, hole are treated semi-classically. Structures in which holes play a dominant

role should not be modeled with this tool. Another important control in the tool is the

resonance energy range which effectively controls the search space for resonance about

the Fermi level. If resonances are far away from the Fermi level in an intermediate

self-consistent iteration then convergence might be hard to achieve.

3.4 ALGORITHMIC DETAILS

Like boundary conditions are imposed on the Schrodinger equation, which is es-

sential to calculate the correct charge profile, it is also necessary to impose boundary

conditions on the Poisson equation to calculate the correct electrostatic potential. The

boundary conditions could be Neumann, which means that the value of the derivative

of the potential is specified or Dirichlet which specify the value of the electrostatic

potential. For the terminal on the left side (0 nm) a voltage is directly applied to the

device. It follows that Dirichlet boundary conditions are needed here.

V (x = 0) = − Applied bias (3.6)

On the right hand side however the device extends into the substrate which might or

might not be part of the Hamiltonian. It is assumed that the electrostatic potential

becomes flat deep into the substrate since there is no variation in material properties

or the geometry of the device. Therefore the Neumann boundary conditions of setting

the electric field to zero is,dV

dx

∣∣∣∣xmax

= 0 (3.7)

However a Dirichlet boundary condition can also be applied which is based on the

doping of the substrate. It is possible to calculate what the exact potential would be,

given the doping concentration and the effective mass of the material that forms the

substrate.

V (xmax) = EF + kBT log(NA

NV

) (3.8)

Page 66: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

52

where NA is the acceptor doping and NV is the usual effective density of states in the

valence band.

The methods to solve the Poisson equation have been discussed in detail in [56].

The Newton’s method can be used which uses the Newton-Raphson method to find

the solution to an equation. The method can be understood as follows. In the finite

difference scheme the Poisson equation can be written as,

(Vi+1 − 2Vi + Vi−1)

δ2+ρ(Vi)

ε= 0 (3.9)

Using the idea of the Newton-Raphson method, the update in the potential ∆V can

be related as,

(−∆Vi+1 + 2∆Vi −∆Vi−1)

δ2− 1

ε

∂ρ

∂V

∣∣∣∣Vi

∆Vi =(Vi+1 − 2Vi + Vi−1)

δ2+ρ(Vi)

ε(3.10)

By defining the right hand side as Ri and,

Mi =2

δ2− 1

ε

∂ρ

∂V

∣∣∣∣Vi

(3.11)

in matrix form this can be expressed as,

M1 − 1δ2

− 1δ2

M2 − 1δ2

− 1δ2

M3 − 1δ2

. . .

. . .

− 1δ2

MN−1 − 1δ2

− 1δ2

MN

∆V1

∆V2

∆V3

.

.

∆VN−1

∆VN

=

R1

R2

R3

.

.

RN−1

RN

(3.12)

Factorisation of this tri-diagonal matrix is used to solve the system of equations and

generate an update ∆V at each location [57]. The Newton’s method converges fast

only if the initial guess is close enough to the true solution.

Page 67: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

53

4. DESIGN GUIDELINES FOR TRUE GREEN LEDS

AND HIGH EFFICIENCY PHOTOVOLTAICS USING

ZnSe/GaAs DIGITAL ALLOYS

4.1 INTRODUCTION AND APPROACH

In the fields of solid state lighting and high efficiency solar photovoltaics (PV), a

need still exists for a material system that can target the 2.3-2.5eV energy range. The

ZnSe/GaAs system is shown to have great potential. The digital alloy approach can

be utilized as a well-ordered design alternative to the disordered alloyed systems. The

effective band-gap of the ZnSe/GaAs(001) superlattice has been studied, as a function

of the constituent monolayers using tight binding. The possibility of engineering a

range of band-gaps with the same material system, to achieve the optimum value for

solar PV and LED applications, has been proposed1.

Why ZnSe/GaAs?The solar cell story. Currently, no material system is well

tuned for the conversion of high energy photons in the range of 2.3 to 2.5eV. as

depicted in Fig.4.1. In the field of multijunction, or tandem stack, solar cell design,

this high energy range is of crucial importance for reaching a combined cell efficiency

greater than 50%. In particular, a material system with an energy gap of 2.4eV

would be ideal for the top-most cell in a vertically integrated multijunction stack

[58,59]. Additionally, the need still exists for a highly efficient true green light emitting

diode (LED) in the wavelength range of 555 to 560nm. InGaN is able to achieve

high brightness in green/blue-green LEDs (around 532nm), while GaP and AlGaInP

1Reproduced by permission of ECS- The Electrochemical Society. Design Guidelines for True GreenLEDs and High Efficiency Photovoltaics Using ZnSe/GaAs Digital Alloys Samarth Agarwal, KyleH. Montgomery, Timothy B. Boykin, Gerhard Klimeck, and Jerry M. Woodall, Electrochem. Solid-State Lett. 13, H5 (2010), DOI:10.1149/1.3250436

Page 68: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

54

work best in the yellow-green range (around 567nm), leaving a gap in between (the

so-called ”green gap”). Most work being conducted in this area is with InGaN.

However, indium-rich compositions suffer severely from phase separation of InN [60],

resulting in detuning from the desired spectral range. In addition, all existing InGaN

growth processes result in defect densities that are too high for efficient solar cells.

As an alternative, the system between GaAs and ZnSe is particularly appealing for

investigation. Given that they are both direct band gap and lattice matched (within

0.27%) semiconductors, the possibility exists of engineering materials both in physical

and/or digital alloy form over the full range of band gaps from 1.42eV (GaAs) to

2.7eV (ZnSe). Shen et. al have previously shown calculations on this superlattice

(SL) system, though no details were given on our targeted range of band gaps [61].

Our work seeks to guide the experimentalist to engineer ZnSe/GaAs digital alloys

(DAs) based on barrier and well thickness.

Digital Alloys vs. Physical Alloys From a materials engineering perspective,

there are two possible methods for fabricating materials with band gaps between that

of GaAs and ZnSe 1)physical alloying and 2)digital alloying using a SL. It might be

indicated that the DA technique has an advantage because of the fact that the density

of states for a quantum well like structure has a stair-case form which translates into

a non-zero value of density of states even at the minimum(maximum) energy for

the conduction(valence) band [62]. In this paper, we investigate the DA technique

[63] to provide a well-ordered design alternative to the disordered physical alloyed

systems. Due to their miscibility, ZnSe and GaAs could be formed as a physical

quaternary alloy. However, the use of a DA is preferable given the heterovalency

of the ZnSe/GaAs alloy. As zinc and selenium will each dope GaAs, as well as

the reverse case with gallium and arsenic in ZnSe being true, maintaining control

on doping densities in the quaternary would be difficult. However, given that one

can maintain control in doping pure ZnSe and GaAs, the ability to fabricate doped

DAs of ZnSe/GaAs is possible. Given that ZnSe is lattice matched to GaAs, periodic

Page 69: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

55

Figure 4.1. AM 1.5 solar spectrum with the shaded region indicatingphotons absorbed by a 2.4eV solar cell (constituting 21.1% of totalirradiance 7.5mA/cm2 total current density)

structures on the monolayer scale can be grown using molecular beam epitaxy (MBE).

Previous work by Qian et al has shown the ability to create ZnSe/GaAs interfaces with

low defect densities [64]. Additionally, Kobayashi et al have demonstrated ZnSe/GaAs

SLs grown by migration-enhanced epitaxy (MEE) as an alternative growth method

[65,66]. We do note, however, that growth of GaAs on ZnSe does present a difficulty

due to growth temperatures, but experiments can be done using low-temperature-

grown GaAs [67].

Device Descriptions By utilizing the DA technique for device engineering, one

has more freedom in narrowing in on a specific need, such as optimal light absorption

Page 70: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

56

in a solar cell or tuned light emission in an LED. Fig.4.2 shows each of these devices

in configurations that could be used for incorporation of the ZnSe/GaAs SL in each.

These designs are by no means intended to be novel, but provide a basis from which

to build upon. For use in a solar cell, a p-i-n structure would be well suited where

primary absorption takes place in the intrinsic SL region. Ideally, one would expect

to incorporate the necessary number of SL periods to absorb an adequate number

of photons ( 99%). In pure ZnSe this is around 500nm [68] and around 1500nm

for pure GaAs [69]. The experimentalist could estimate from these what may be

acceptable for the ZnSe/GaAs SL, taking into account the greater difficulty and time

involved in growing thicker SL layers. From a cost perspective, the increased cost

to fabricate such SL-based solar cells may turn out to be worthwhile in the scheme

of single or dual-axis concentrator systems. For an LED, a similar design could be

used except for the desire to have doped SL layers on either side of an intrinsic SL

layer. Making the intrinsic layer very thin should help promote carrier confinement

for increasing radiative recombination. A ZnSe substrate would need to be used for

light transmission through the bottom, or a GaAs substrate could be used for growth

and then etched off. The p ZnSe needs to be contacted directly due to the insulating

nature of ZnSe substrates.

Need for atomistic models: The need to capture properties at the atomic level for

device detail that varies at the nanometer level is often not fully appreciated. It has

been recognized for several years now that effective mass models cannot treat band

non-parabolicities properly. From the point of view of the SL it is imperative that

a quantum mechanical approach that includes confinement effects is used. Effects of

band non-parabolicities, material variations and confinement are readily captured in

multi-band tight binding models. In this paper we employ the sp3s∗ nearest neighbor

tight binding scheme to model the SL. The scheme is capable of replicating both the

conduction and valence bands close to the Γ valley. Since X-minima are not in the

energy range of interest we do not need to model them extremely accurately and we

Page 71: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

57

(a) solar cell (b) LED

Figure 4.2. General concepts for incorporating the ZnSe/GaAs SL

therefore do not include ’d’ orbitals or second nearest neighbor interactions in this

tight binding approach.

4.2 METHODOLOGY

Hamiltonian Construction and Boundary Conditions: The nearest neighbor

tight binding Hamiltonian is constructed with the well region (GaAs) surrounded by

the barrier region (ZnSe) on either side. Further periodic boundary conditions are

incorporated to repeat the structure indefinitely.

Supplementary topic: Parameter sets and Band offset treatment: Based

on the experimental data for ZnSe [70–72], the effective masses in the seminal work of

Vogl et al. [48] turn out to be inaccurate. In addition to that the Vogl parameters fit

the low temperature gaps whereas we need to model room-temperature gaps. Finally

the Vogl [48] parameter sets do not incorporate spin-orbit coupling which is essential

Page 72: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

58

Table 4.1Nearest neighbor sp3s∗ ZnSe parameters(eV). Labels denote matrixelements. E:onsite, V:coupling, λ:spin-orbit coupling. Subscripts de-note the basis. s,p,x,y: orbital symmetries. a,c: anion or cation [48]

Esa -12.6921 Vs,s -6.3967

Epa 1.5072 Vx,x 3.1784

Esc 0.0183 Vx,y 5.3489

Epc 6.0298 Vsa,pc 3.498

Es∗a 7.5872 Vsc,pa 7.3683

Es∗c 8.9928 Vs∗a,pc 2.5891

λa 0.16 Vpa,s∗c 3.9533

λc 0.03

to model the imaginary band linking the light-hole and conduction band [49]. We re-

parametrize the Vogl ZnSe parameter set [Table 4.1] based on the Landolt-Bornstein

tables using the analytical expressions for effective masses in Ref. [49]. For GaAs the

sp3s∗ parameters from Boykin et al. [49] are used. These parameter sets assume the

valence band for both ZnSe and GaAs to be at 0eV. Various authors have reported

the experimentally measured Valence band offset (VBO) and Conduction Band offset

(CBO) for the ZnSe/GaAs(001) and ZnSe/GaAs(110) SLs. Raman Scattering [73],

Electrical [74], Optical [75], and XPS [76,77] measurements put the VBO at 0.9-1.1eV

for ZnSe/GaAs(110) and 0.7-0.9eV for ZnSe/GaAs(001) hetero-junctions. We assume

it to be close to 0.96eV [78]. This leads us to the band diagram as depicted in Fig. 4.3.

We have also verified that by using the Vogl parameters for both ZnSe/GaAs, similar

results are obtained, though electron and hole states have to be treated separately to

get the correct band offsets.

Page 73: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

59

Ec=0.3eV

Ev=0.96eV

Eg(ZnSe)=2.68eV Eg(GaAs)=1.42eV

GaAs ZnSe ZnSe GaAs ZnSe GaAs ZnSe 0eV

0.96eV

2.38eV

2.68eV

Figure 4.3. Band diagram of the ZnSe/GaAs SL: The band offsetshave been indicated with arrows. The dashed band edge indicatesthat the structure is periodic. The dotted lines indicate confinedstates that penetrate into the barrier region.

4.3 RESULTS AND DISCUSSION

Effective Conduction band of the SL: The Hamiltonian with the correct con-

duction band offset is constructed such that the ZnSe and GaAs conduction band

edges are at 2.68eV and 2.38eV (1.42eV+0.96eV) respectively. The ground state

eigenvalues are found for varying SL periods. As is expected, in Fig. 4.4, when the

ZnSe(GaAs) content is much larger than the GaAs(ZnSe) content, the ground state

energy approaches the bulk value of 2.68eV(2.38eV) as shown in Fig.4.3. For a given

thickness of ZnSe as the thickness of GaAs is decreased, an increase in the ground

Page 74: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

60

state energy can be seen. This trend is attributed to confinement effects. Alterna-

tively, for a given thickness of GaAs, the ground state energy starts from the bulk

value of GaAs(2.38eV) for low ZnSe content and gradually increases until the thick-

ness of ZnSe is enough such that the eigen-states in adjoining quantum wells have

no significant effects on each other. This increase can be understood in terms of the

coupled quantum well picture. If the coupling between two quantum wells is reduced

by increasing the thickness of the barrier material, the energy of the lower bonding

state increases and that of the higher anti-bonding state decreases. The plot for the

effective valence bands shows equivalent trends and can be explained using similar

arguments.

Figure 4.4. Ground state energy in eV of the states formed in theconduction band well for different monolayers of ZnSe and GaAs.

Page 75: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

61

Figure 4.5. Difference in the ground state energy in the conductionband well and the highest state in the valence band barrier in eV fordifferent monolayers of ZnSe and GaAs.

Effective band gap of the SL: Finally in Fig. 4.5 the effective band gap of

the SL is estimated as the difference in the lowest conduction band and the highest

valence band state for different SL periods. The tendency to approach the appropriate

bulk value is evident again when the percentage of one material is much greater

than the other. We recognize that as the thickness of the well regions becomes

smaller, the effects from the (Ga, Se) compounds at the interfaces [79] may affect

these calculations, though including such effects is outside the scope of this work.

Page 76: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

62

4.4 CONCLUSION

Range of band gaps can be fabricated: We have used the tight-binding tech-

nique to predict the effective band gap of the ZnSe/GaAs SL. The calculation po-

tentially paves the way for obtaining a range of band gaps from 1.7-2.5eV in the

same material system using DAs. A band gap slightly greater than 2.4eV can be

achieved with 20 monolayers of ZnSe interspersed with 2 monolayers of GaAs. This

will enable solar cell to target the spectrum around 2.3-2.5eV and thus increase ef-

ficiency. Though experimental measurements are required to verify the accuracy of

these numbers, the variations and trends discussed here will provide a guideline.

4.5 SUPPLEMENTARY TOPIC: PARAMETER FITTING

It has been mentioned that the effective masses in the seminal work of Vogl et al. [48]

are inaccurate on the basis of experimental data [70–72]. The Vogl parameters fit low

temperature gaps, whereas our requirement is of room temperature gaps. Finally the

addition of spin-orbit coupling is essential to model the imaginary band linking the

light-hole and the conduction band, which is not present in the Vogl parameter set.

A least square fitting approach was used to calculate the new parameter set for

ZnSe in Table. 4.1. The experimental data from Ref. [70–72] as listed in Table. 4.2

were used as targets and the sp3s∗ parameters from Vogl et al. [48] were used as

the starting guess. The effective masses and band edges were calculated analytically

based on the analytical expression in Ref. [49].

Page 77: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

63

Table 4.2Expermental data for ZnSe and the achieved values using the re-parametrized nearest neighbor tight-binding parameters.

Targets Landolt-Bornstein Re-parameterized Set % Variation

Electron mass 0.16 0.1478 7.6

Light hole mass -0.145 -0.1591 9.7

Heavy hole mass -0.78 -0.78 0

CB minima (Γ) 2.68 eV 2.68 eV 0

VB maxima (Γ) 0 eV 0 eV 0

CB minima (X) 4.54 eV 4.54 eV 0

CB minima (L) 3.96 eV 4.11 eV 3.8

Page 78: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

64

Page 79: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

65

5. LEAKAGE REDUCTION DESIGN CONCEPTS FOR

LOW POWER VERTICAL TUNNELING FIELD-EFFECT

TRANSISTORS

Using an atomistic full-band quantum transport solver, we investigate the perfor-

mances of vertical band-to-band tunneling FETs (TFETs) whose operation is based

on the enhancement of the gate induced drain leakage (GIDL) mechanism of MOS-

FETs and we compare them to lateral p-i-n devices. Although the vertical TFETs

offer larger tunneling areas and therefore larger ON-currents than their lateral coun-

terparts, they suffer from lateral source-to-drain tunneling leakage away from the gate

contact. We propose a design improvement to reduce the OFF-current of the vertical

TFETs, maintain large ON-currents, and provide steep subthreshold slopes1.

5.1 INTRODUCTION

Band-to-band TFETs are emerging as an attractive alternative to MOSFETs to

reduce the power consumption of integrated circuits. While the subthreshold slope

(SS) of conventional MOSFETs is fundamentally limited to 60 mV/dec at room

temperature, in TFETs, the cold injection of valence band (VB) electrons from a

source contact into the conduction band (CB) of a drain contact does not impose any

lower limit on the SS. Though SS lower than 60 mV/dec have been demonstrated for

lateral TFETs based on carbon nanotube [80], silicon [81], and strained germanium

[82] devices, all these approaches suffer from low-ON currents, typically a few µA/µm,

when more than 1,000 µA/µm are required [83].

1 c©2010 IEEE. Reprinted, with permission, from IEEE Electron Device Letters, Leakage-ReductionDesign Concepts for Low-Power Vertical Tunneling Field-Effect Transistors, Samarth Agarwal, Ger-hard Klimeck, and Mathieu Luisier.

Page 80: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

66

Atomistic full-band transport simulations indicate that lateral p-i-n TFETs made

of a homogeneous material are not capable to provide large enough ON-currents,

even with a low direct band gap such as InSb and a perfect electrostatic control of

the channel as gate-all-around nanowires [84,85]. The ON-current limitation of lateral

TFETs originates from their small tunneling area limited to the device cross section.

By switching the tunneling mechanism to a vertical approach characterized by an

enhancement of the gate induced drain leakage (GIDL) present in MOSFETs, it is

possible to increase the tunneling area of TFETs proportionally to their gate length

and to obtain large ON-currents. Such a vertical TFET design has been recently

proposed [2, 86, 87] and named “green FET” (gFET) for its potential to reduce the

supply voltage of transistors.

Using the atomistic simulation approach described in Section 5.2, we show in

this paper that the gFETs offer larger ON-currents than lateral devices, but suffer

from lateral source-to-drain tunneling leakage away from the gate contact. This

effect has never been analyzed before although it increases the gFET OFF-current

by several orders of magnitude and makes any steep SS impossible. We therefore

propose a design modification to suppress the source-to-drain tunneling leakage in

vertical TFETs without affecting their ON-current. We further demonstrate using an

InAs device that very good performances can be obtained by optimizing the gFET

structure.

5.2 SIMULATION APPROACH AND RESULTS

The InAs lateral and vertical TFETs considered in this work are simulated using

an atomistic, full-band quantum transport solver based on the sp3s∗ nearest-neighbor

tight-binding method and a wave function approach [11, 84]. Transport is treated in

the ballistic limit and electron-phonon scattering is not included. The InAs tight-

binding parameters are taken from Ref. [88]. For computational reasons, spin-orbit

Page 81: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

67

coupling is neglected, which does not alter our conclusions [84]. Gate leakage currents

are also neglected in this work.

The tight-binding model accurately and simultaneously describes the conduction

and the valence bands of most semiconductor materials, as well as the imaginary

bands coupling them which is responsible for tunneling. Contrary to standard TFET

simulators where tunneling is treated as a perturbation in the WKB approxima-

tion [89] and only exists in pre-defined regions, our approach is characterized by a

global tunneling model (tunneling is present everywhere by default). Hence, it is not

necessary to specify the regions where tunneling is expected to take place and no

crucial tunneling path is omitted.

TFETs are usually based on lateral band-to-band tunneling of electrons from a p+

source into a n+ drain as shown in Fig. 5.1(a). An increase of the gate voltage pushes

down the CB edge of the device channel below the VB edge of the source and opens

a bias-dependent tunneling window at the source/channel interface as illustrated in

Fig. 5.1(b). The fact that the electrostatic control of the channel diminishes deep into

the device body and does not go beyond a few nano-meters puts a restriction on the

cross-sectional area available for tunneling and on the highest achievable ON-current.

The vertically tunneling gFET structure, as depicted in Fig. 5.1(c), keeps the p+

source and n+ drain of the lateral device, but the source extends close to the drain

contact and both regions are separated only by a lightly n-doped layer. A thin and

highly n-doped region called “pocket” is implanted just below the gate contact in

the p+ extended source. Tunneling occurs under the gate region, between the VB

electrons of the p+ extended source and the available confined CB states of the n+

pocket as shown in Fig. 5.1(d). A gate voltage increase moves down the CB edge of

the pocket below the VB edge of the extended source and opens a vertical tunneling

channel whose area is proportional to the gate length.

Fig. 5.2(a) compares the transfer characteristics Id-Vgs at Vds=0.5 V of a single-

gate InAs lateral p-i-n TFET and a single-gate InAs gFET. Both devices have the

same gate length Lg=40 nm, equivalent oxide thickness EOT=0.5 nm, supply voltage

Page 82: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

68

(a)

Y

X

Buried Oxide

P+ Source

N+ Drain

Gate

Intrinsic/Doped Channel

GateOxide

0 20 40 60 80!1

!0.5

0

0.5

1

1.5

X (nm) Horizontal

E (e

V)

(b)

BTBTCB

VBSource Channel

Drain

OFF STATEON STATE

Buried Oxide

P+ Source N+

Drain

Gate

Npock

N

GateOxide

Y

X

(c)

Tbody

Tpock

Toxide !15 !10 !5 0 5 10!1.2!0.8!0.4

00.40.81.2

Y (nm) Vertical

E (e

V)

(d) CB

VB BTBT

TBODY

TOXIDE

! V

S

! V

P G

ate

Oxid

e

" "

" "

OFF STATEON STATE

Figure 5.1. (a) Lateral p-i-n single-gate TFET. (b) Conduction andvalence band edges of the p-i-n device in its OFF- (dashed lines) andON- (solid lines) state along the horizontal dashed line in (a). (c)Single-gate gFET structure as proposed in Ref. [86]. (d) Conductionand valence band edges of the gFET in its OFF- and ON- state alongthe vertical dashed line in (c). The buried oxide extends from -50 nmto 0 nm, but only the 20 nm close to the semiconductor channel areshown here.

VDD=0.5 V, source and drain doping (NA=2×1019cm−3, ND=2×1019cm−3). The

lateral device has a body thickness of 5 nm to maintain a good electrostatic control

of the channel while the gFET has Tbody=10 nm, Tpock= 5 nm, Npock=2×1019cm−3,

and the n doping of the 5 nm layer between the source and the drain is 1018cm−3.

As expected, the ON-current (ION=Id at Vgs=Vds=VDD) is much larger for the

gFET (180 µA/µm) than for the p-i-n lateral TFET (14 µA/µm), but it is still

Page 83: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

69

!0.1 0 0.1 0.2 0.3 0.4 0.5

10!5

10!3

10!1

101

103

100µA/µm

60 mV/dec

(a)

VDD

Vgs (V)

I d (µA/µ

m)

LateralVertical

0 20 40 60 80!0.8

!0.4

0

0.4

0.8

1.2(d)

BTBT

CB

VB

Source Ext. Source

Cha

nnel

Drain

X (nm)

E (e

V)

Figure 5.2. (a) Transfer characteristics Id-Vgs at Vds=0.5 V of a lateralp-i-n TFET (solid line) and a vertical gFET (line with symbols) withLg=40 nm and EOT=0.5 nm. (b) Spatial distribution of the gFETON-current. High current density regions appear darker. (c) Sameas (b), but for the OFF-current. For clarity, a different color scale isused. (d) CB and VB edges of the gFET OFF-state on the horizontalline below the n+ pocket at y=4 nm in (c).

well below the ITRS requirement. The spatial distribution of the gFET ON-current

is given in Fig. 5.2(b). It can be observed that vertical band-to-band tunneling

occurs between the extended source and the pocket, but the tunneling current is

not homogeneously distributed and two main channels (arrows) can be distinguished.

This is due to the profiles of the CB and VB edges that vary along the x-axis while

they should ideally remain constant.

Page 84: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

70

The detrimental characteristics of the gFET is its very high OFF-current (IOFF=Id

at Vgs=0 V and Vds=VDD) that has never been reported before [2, 86, 87] and whose

spatial distribution is shown in Fig. 5.2(c). A lateral leakage current flowing between

the n+ pocket and the buried oxide can be identified. Figure 5.2(d) describes the

band diagram of the region where the OFF-current flows. It looks like a lateral p-i-n

structure that the gate cannot control due to its distance. VB electrons laterally

tunnels from the the extended source into the drain contact and increase IOFF . The

gFET as depicted in Fig. 5.1(c) is therefore unsuitable for low power logic applications.

Buried Oxide

P+ Source

N+ Drain

Gate

Npock N

GateOxide

Pushuptheoxide

(a)

LpocketTbody

Tpock

Lld

Toxide !0.1 0 0.1 0.2 0.3 0.4 0.510!3

10!1

101

103

100µA/µm

60 m

V/de

c

(b)

Vgs (V)

I d (µA/µ

m)

gFETModified gFET

Figure 5.3. (a) Modified gFET design. The buried oxide is raisedto the height of the pocket in the drain and in the lightly dopedchannel region. (b) Comparison of the transfer characteristics Id-Vgs at Vds=0.5 V for the “conventional” (line with symbols) and themodified gFET (solid line) design.

To address the large OFF-current issue, we propose a modification of the gFET

design in Fig. 5.3(a). The spatial distribution of the OFF-current in Fig. 5.2(c) shows

that the VB electrons originating from the extended source are collected in a portion

of the drain contact that is not active in the ON-state plotted in Fig. 5.2(b). The

buried oxide below the drain and the lightly n-doped channel is therefore pushed

up to the height of the pocket in the drain and lightly n-doped channel such that

it blocks any lateral tunneling current pathway. The transfer characteristics of the

Page 85: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

71

“original” and modified gFETs are compared in Fig. 5.3(b), demonstrating that IOFF

is reduced by several orders of magnitude without affecting ION .

!0.1 0 0.1 0.2 0.3 0.4 0.510!3

10!1

101

103

Vgs (V)

I d (µA/µ

m)

100µA/µm

(a)

60 m

V/de

c L

pocket = 35 nm

Lpocket

= 30 nm

Lpocket

= 25 nm

!0.1 0 0.1 0.2 0.3 0.4 0.510!3

10!1

101

103

Vgs (V)

I d (µA/µ

m)

100µA/µm

(b)

60 m

V/dec

Npock=1019/cc Npock=2×1019/cc Npock=4×1019/cc

!0.1 0 0.1 0.2 0.3 0.4 0.5

10!5

10!3

10!1

101

103

100µA/µm

60 mV/dec

(c)

Vgs (V)

I d (µA/µ

m)

Tbody = 20 nmTbody = 15 nmTbody = 10 nm

!0.1 0 0.1 0.2 0.3 0.4 0.5

10!5

10!3

10!1

101

103

100µA/µm

60 mV/dec

(d)

Vgs (V)

I d (µA/µ

m)

LateralgFETOptimized gFET

Figure 5.4. Transfer characteristics Id-Vgs of different gFET designs.(a) Variation of the pocket length Lpocket at a constant gate lengthLg=40 nm. (b) Variation of the pocket doping Npock. (c) Variationof the body thickness Tbody. (d) Comparison of the optimized InAsgFET (line with circles) with the original gFET design (solid line)and the lateral p-i-n TFET (dashed line).

The gFET ON-current and SS must also be improved by optimizing the body

thickness Tbody, pocket length Lpocket, width Tpock, and doping Npock in Fig. 5.3(a).

Figure 5.4(a) shows the effect of the pocket length Lpocket on the gFET Id-Vgs. A

decrease in Lpocket and increase in Lld (Lg=Lpocket+Lld remains constant) leads to

a further reduction of the gFET OFF-current and of the SS. Although the raising

Page 86: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

72

of the buried oxide below the drain contact suppressed most of the source-to-drain

leakage currents, some diagonal paths joining the extended source and the drain

contact persisted. Increasing Lld makes these tunneling paths longer and reduces

IOFF and SS. However, the tunneling ON-current, which is roughly proportional to

Lpocket, slightly decreases (about 10% reduction for Lpocket going from 35 to 25 nm).

Increasing the pocket doping Npock, as described in Fig. 5.4(b), induces larger

vertical electric fields so that the tunneling length between the p+ extended source

and the n+ pocket becomes smaller, the current magnitude larger, and the SS steeper.

Hence, SS reduces here from 118 mV/dec for Npock=1019cm−3 to 47 mV/dec for

Npock=4×1019cm−3 while ION increases from 143 µA/µm to 220 µA/µm. Similarly,

a reduction Tpock improves ION and SS.

The influence of the body thickness is investigated in Fig. 5.4(c). As can be seen

from Fig. 5.1(d), an increase of the gate voltage not only pushes down the bands close

to the gate contact, in the pocket region, as desired (energy shift labeled ∆Vp), but

also deeper in the p+ extended source (∆Vs). Of course, ∆Vs < ∆Vp since the gate

control decreases as function of the distance, but ideally, ∆Vs should be as small as

possible to maximize the electric field between the pocket and the extended source

and the tunneling current. Increasing Tbody from 10 to 15 nm helps reduce ∆Vs and

increase ION . A further increase to 20 nm does not improve ION .

Finally, Fig. 5.4(d) shows the best transfer characteristics Id-Vgs at Vds=0.5 V that

could be obtained by optimizing the InAs gFET structure (Tbody=15 nm, Lpocket=25

nm, Tpock=3 nm, Npock=4×1019cm−3, Lg=40 nm, all the other parameters remain

the same). An intrinsic ION=667 µA/µm (no contact series resistance), IOFF=1e-3

µA/µm, and SS=36 mV/dec are reported for the optimized gFET, much better than

the original gFET design, and the lateral p-i-n TFET.

Page 87: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

73

5.3 CONCLUSION

We have investigated InAs vertical TFETs known as gFETs and compared them

to lateral p-i-n devices. Simulation results suggest that the gFET gives a significant

gain in the ON-current over the lateral tunneling geometries due to an increase of

the tunneling area. Still the original gFET design is unsuitable for low power logic

applications because of very high OFF-currents caused by lateral source-to-drain tun-

neling. A structure modification and an optimization of the device parameters allow

for a reduction of IOFF by several order of magnitudes, an increase of ION close to

the ITRS requirement, and a SS below the 60 mV/dec limit of MOSFETs.

5.4 SUPPLEMENTARY TOPIC: ACTIVE ENERGY RANGE IN THE

gFET AND THE MODIFIED DESIGN

The purpose of the design modification to the gFET was to alleviate the problem

of leakage current due to lateral tunneling in its OFF state. Though this modification

does demonstrate that the OFF current is reduced by several orders of magnitude

while leaving the ON current virtually unaffected, it should not be expected that the

active region in energy remains the same either for the OFF state or the ON state.

Fig. 5.5 shows the transmission (solid lines) for the gFET and the modified design

in the OFF state. The dotted lines denote the quantity T (fL − fR) for each device.

The quantity T (fL−fR) begins to show a significant reduction from the transmission

at almost the same energy for the two designs. This suggests that the active energy

range of the device is not very different and the primary difference in OFF state

current comes about because of the difference in magnitude of the transmission.

Fig. 5.6 shows the transmission (solid lines) for the gFET and the modified design

in the ON state. Since the reduction in the quantity T (fL−fR) from the transmission

comes about at the same energy, the active energy range for both the gFET and the

modified gFET is similar. That the ON state currents are of the same magnitude can

be seen from the fact that transmissions also remain at comparable values.

Page 88: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

74

10!10 10!8 10!6 10!4 10!2!0.4

!0.2

0

0.2

0.4

0.6

T(E)

E(eV

)

gFETMd. gFET

Figure 5.5. Transmission Vs. Energy for the gFET and the modifieddesign in its OFF state corresponding to VGS=-0.1V in Fig. 5.3(b).The dotted lines denote the quantity T (fL−fR) for the correspondingdevice.

In both the figures, 5.5 and 5.6 the energy range over which the transmission

has an appreciable value is greater for the original gFET structure. Since the active

energy range is primarily determined by the Fermi levels in the left and right contacts,

any noticeable change in final current is because of the magnitude of the transmission.

Page 89: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

75

10!8 10!6 10!4 10!2 100!0.4

!0.2

0

0.2

0.4

0.6

T(E)

E(eV

)

gFETMd. gFET

Figure 5.6. Transmission Vs. Energy for the gFET and the modifieddesign in its ON state corresponding to VGS=0.5V in Fig. 5.3(b). Thedotted lines denote the quantity T (fL − fR) for the correspondingdevice.

Page 90: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

76

Page 91: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

77

6. ADAPTIVE QUADRATURE FOR SHARPLY SPIKED

INTEGRANDS

A new adaptive quadrature algorithm that places a greater emphasis on cost reduction

while still maintaining an acceptable accuracy is demonstrated. The different needs

of science and engineering applications are highlighted as the existing algorithms are

shown to be inadequate. The performance of the new algorithm is compared with the

well known adaptive Simpson, Gauss-Lobatto and Gauss-Kronrod methods. Finally,

scenarios where the proposed algorithm outperforms the existing ones are discussed1.

6.1 INTRODUCTION

With the increasing complexity of problems in science and engineering, more and

more computational tasks require the use of massively parallel simulations running for

hours to days. A reduction in the computational burden could translate into several

hours saved and far lesser CPU time for parallel simulations. Adaptive quadrature is

an essential technique to minimize the cost of integrating or simply resolving features

in a function. When the cost of evaluating a function is high or if adaptive quadrature

has to be used repetitively, the efficiency of the algorithm being employed becomes

critical.

In the field of quantum transport it is often required to resolve sharp features in

the transmission probability of a structure at different energies [3]. To convey the

enormity of the problem, it is comparable to finding and integrating a Lorentzian with

a full-width at half maximum (FWHM) of 10−10 eV over a 0.5 eV range. Numerical

techniques other than adaptive quadrature have been developed [16,17] that attempt

1Reprinted with kind permission of Springer Science and Business Media, Journal of ComputationalElectronics, DOI: 10.1007/s10825-010-0338-3, Adaptive quadrature for sharply spiked integrands,Samarth Agarwal, Michael Povolotskyi, Tillmann Kubis and Gerhard Klimeck.

Page 92: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

78

to reduce the cost. Though these techniques are beneficial they do add a significant

overhead to the computational task, since some cost is incurred by these techniques

as well. In this regard any efficient adaptive quadrature method is desirable since the

cost incurred by the adaptive quadrature method itself is in general minimal.

To understand why the existing adaptive quadrature methods are inadequate for

such applications, the purpose and the intent behind these methods must be high-

lighted. Problems in computing and numerical analysis require high precision, possi-

bly 7-8 digits. In engineering and scientific applications it is enough to have a lower

precision since there are several input parameters to the simulation, that are not

known to such high accuracies anyway. In device engineering a general procedure is

to guide a design by many simulations that provide design trends. Absolute num-

bers with perfect accuracy are not required but rapid computational turn around is

needed. To meet the requirements of such applications, accuracy must be traded for

a reduction in cost. Further, some implementations of adaptive quadrature methods

throw away function evaluations from previous iterations in the quest for accuracy, a

scenario that is not desirable, given that it can be very costly to evaluate a function

at every single point.

6.2 METHODOLOGY: 5 POINT ADAPTIVE SCHEME

Fig. 6.1 illustrates the procedure for the 5 point adaptive scheme for a Lorentzian

placed asymmetrically in the range of integration. The Lorentzian is to be resolved

and integrated as accurately as possible. After sampling the function on a widely

spaced homogeneous grid, nodes are added in successive iterations. The addition of

nodes in a given region, like other adaptive schemes is based on two estimates of the

integral, one of which is more accurate than the other. In this case the estimates

are I5 and I3 over a region which is typically only a small part of the entire range

to be integrated over. I5 and I3 refer to the number of points used in evaluating the

integral over a small subsection of the total range. These integrals can be performed

Page 93: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

79

using the mid-point rule or by fitting a quadratic function to a set of 3 points. The

scheme is not very sensitive to the quadrature rule used to find I5 and I3 since the

addition of nodes is based on the relative error of the two and not the actual values.

The scheme is implemented in the following manner,

• Step 1:The function to be integrated is sampled on a widely spaced homogeneous

grid.

• Step 2: I5 using 5 points and I3 using 3 points are computed over any set of 5

successive nodes. Typically the 2nd and the 4th points in a given set of 5 points

are neglected for the purpose of computing I3.

• Step 3: If the following condition,

|I5 − I3|/I3 > ε (convergence criterion) (6.1)

is found to be true, then 4 new nodes are added in a region spanned by the

original 5 successive nodes such that they bisect the 4 already existing intervals

symmetrically. Otherwise no new nodes are added.

• Step 4: Steps 2-3 are repeated with all the nodes, till the convergence criterion

is met over any set of 5 successive nodes.

The integration is done using the composite Simpson’s rule by breaking the range

into regions that have the same difference in successive abscissas.

6.3 RESULTS AND DISCUSSION: ACCURACY Vs COST

In Fig. 6.2(a) the 5point adaptive scheme is used to resolve features in the trans-

mission through a Resonant Tunneling diode [22] at different energies. Fig. 6.2(b)

shows the distribution of nodes in energy which is indicative of the cost of resolving

each features in the transmission. As is expected flatter portions of Fig. 6.2(b) cor-

respond to sharper features in Fig. 6.2(a) since more nodes were required to resolve

Page 94: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

80

Start with a Homogeneous Grid Iteration 1: 4 pts added

Iteration 2: 4 pts added Iteration 3: 4 pts added

(a) (b)

(c) (d)

Figure 6.1. Successive iterations of the adaptive refinement algorithmin the 5 point scheme are illustrated. Vertical solid lines denote thenodes at the beginning of each iteration. Vertical dotted lines denotenodes added at each iteration.

10!10 10!5 1000

0.1

0.2

0.3

Transmission

Ener

gy (e

V)

(a)

0 100 200 3000

0.1

0.2

0.3

Node Count

Ener

gy (e

V)

(b)

Figure 6.2. (a) Transmission as a function of energy for a Resonanttunneling device with thick barriers giving rise to very sharp featuresin transmission. Similar devices have been modeled in [22] (b) Thecorresponding distribution of nodes generated using the 5 point adap-tive grid scheme running with ε = 0.1.

Page 95: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

81

them. The 5 point adaptive grid scheme is running with ε = 0.1 in Eqn. 6.1. A

smaller ε would resolve the features even more accurately though it would increase

the node count as well.

101 10210!10

10!8

10!6

10!4

10!2

100

Nodes

Rel

ativ

e Er

ror

80 nodes

10!3 rel. error

Adaptive 5pt Adaptive Simpson Adp. Gauss!Kronrod Adp. Gauss!Lobatto

Figure 6.3. The relative error as a function of node count for a nor-malized Lorentzian with FWHM = 10−3. The different data points fora given algorithm were obtained by varying the convergence criterion(ε) for the 5 point scheme and the error tolerance for the remainingalgorithms.

The performance of the 5 point adaptive scheme is now compared with other

algorithms keeping in mind that the ideal algorithm would be one whose accuracy

scales well with an increasing node count, that is, an algorithms that can give low

accuracies at a low node count and high accuracies at a high node count. The 5

point adaptive scheme is implemented in MATLAB and is compared with the inbuilt

functions quad, quadl and quadgk which correspond to the Adaptive Simpson [90],

Gauss-Lobatto [91] and Gauss-Kronrod [92] methods. The performance and imple-

mentation of these three algorithms has been discussed in Ref. [93]. A normalized

Lorentzian is placed asymmetrically and integrated in the range [0, 1]. The relative

Page 96: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

82

error for a Lorentzian with a given FWHM is found with the corresponding node

count by varying the convergence criterion for the 5 point adaptive scheme and the

error tolerance in the case of the remaining adaptive quadrature methods.

Fig. 6.3 shows how the 5 point adaptive scheme compares with the other algo-

rithms for the case when the Lorentzian is not very sharp (FWHM = 10−3). The

performance of the 5 point adaptive scheme is similar to that of the adaptive Simp-

son’s method with relative errors close to 10−5 being achieved with 100 nodes. A

relative error close to 1 indicates that the algorithm could not resolve the feature

at all, which is the case for the Simpson’s and the Gauss-Lobatto methods around

15 nodes and for Gauss-Kronrod around 200 nodes. One point of distinction could

be that the 5 point adaptive scheme does find the Lorentzian with even fewer nodes

although with a lower accuracy. It can be argued that the three existing algorithms

are missing data points in the low accuracy region (relative error between 10−3 and

10−5) as they do not converge, but since the difference in cost between them and

the 5 point adaptive scheme is not large enough the discrepancy may not be serious.

However, a small node count can reduce the cost of subsequent calculations in terms

of memory footprint as well as overall compute time. Accuracies of 10−3 may often

be acceptable resulting in node reduction by a factor of 2 or more.

In Fig. 6.4, showing the performance for a Lorentzian of FWHM = 10−7, the

contrast between the 5 point adaptive scheme and the remaining methods is more

evident. The 5 point adaptive scheme shows the ability to find the Lorentzian with

a low accuracy (relative error between 10−3 and 10−6) and a low node count. The

remaining algorithms take larger node counts to find the Lorentzian, although to a

higher accuracy. The adaptive Simpson’s, Gauss-Lobatto and Gauss-Kronrod do not

have any data points for high relative errors since they do not converge with low node

counts.

One advantage that the 5 point adaptive scheme has that at the end of each

iteration it is possible to have an estimate of the integral of the function, something

that is not possible in the remaining methods. It is also possible to build safeguards

Page 97: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

83

102 10310!12

10!10

10!8

10!6

10!4

10!2

100

Nodes

Rel

ativ

e Er

ror

200 nodes

10!3 rel. error

Adaptive 5pt Adaptive Simpson Adp. Gauss!Kronrod Adp. Gauss!Lobatto

Figure 6.4. The relative error as a function of node count for a nor-malized Lorentzian with FWHM = 10−7. The different data points fora given algorithm were obtained by varying the convergence criterion(ε) for the 5 point scheme and the error tolerance for the remainingalgorithms.

that avoid getting caught in noisy integrands or that treat a certain part of the range

differently than others. It has been verified that adding 4 nodes in Step 2 of the

algorithm compared to adding only one is more efficient unless there is an analysis of

the integrand over the 5 points in question.

6.4 CONCLUSION

In this paper the 5 point adaptive quadrature scheme was demonstrated, that

placed a greater emphasis on cost reduction, while still maintaining acceptable ac-

curacies. Such a technique was shown to be beneficial for scientific and engineering

applications. Existing techniques were shown to be inadequate despite their higher

accuracies because of the prohibitive costs involved. A performance comparison was

Page 98: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

84

used to demonstrate the suitability of the 5 point adaptive scheme over the existing

algorithms in applications where low accuracies suffice and evaluating functions at

each node is expensive.

6.5 SUPPLEMENTARY TOPIC: ADDING 4 VS 1

The 5pt adaptive scheme introduces 4 nodes in a range spanned by 5 nodes if it

is found that the 5pt integral and the 3pt integral are not close enough. Though the

performance of this scheme compares well with the other more established methods

in adaptive quadrature, it might be worthwhile to investigate the accuracy and per-

formance of the 5pt adaptive scheme when less than 4pts are added. In this context

we explore three different addition schemes for each region containing 5pts.

If the convergence criterion is not met in a range spanned by 5 nodes then the

adaptive scheme will add points using the following rules,

• Add 4pts: Bisect each segment to add 4 new nodes.

• Add 1pt: Bisect the first segment and add only one node.

• Add 1pt: The convergence criterion is computed on the value of the log of the

function instead of the function itself. Based on this only one node is added in

the first segment.

The addition of 4 nodes based solely on the 5pt and 3pt integrals, without any

analysis as to which node might have a greater impact on the overall accuracy can be

thought of as a ”brute force” strategy. The motivation behind the other two addition

schemes is to obtain an improvement in performance, though no further analysis

beyond the 5pt and 3pt integrals is done there as well. We will look further at the

performance and the correctness of each of these schemes.

Page 99: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

85

0.3 0.40

5

10

15

20

25

304pt

Itera

tions

Energy0.3 0.4

1pt log

Energy0.3 0.4

1pt

Energy

Figure 6.5. Scatter plot showing the nodes added at each iteration fora broad resonance (FWHM=10−3 centered at 0.3583). The 4pt and1pt schemes are operating at a 10% convergence criterion and the 1ptlog scheme is at 1%.

6.5.1 ANALYSIS FOR A BROAD RESONANCE

Fig. 6.5 is a scatter plot showing where the nodes are added at each iteration

for the three different addition schemes. A broad lorentzian centered at 0.3583 with

FWHM=10−3 is adaptively resolved. The 4pt scheme takes fewer iterations to achieve

convergence. Both the 1pt and the 1pt log schemes take many more iterations. That

the 4pt scheme has converged can be seen by the difference in successive nodes in

Fig. 6.6, which is the spectral width of the feature that is being resolved. Both the

1pt and the 1pt log scheme have not converged since the difference in consecutive

nodes goes on till 10−10 which was the stopping condition that was imposed. It can

also be seen from the scatter plots in Fig. 6.5 and the energy difference in Fig. 6.6, that

the addition of nodes is not quite symmetric for both the 1pt and 1pt log schemes.

This is because the addition of nodes itself is not symmetric.

Page 100: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

86

0.3 0.4

10!10

10!8

10!6

10!4

10!24pt

Diff

eren

ce

Energy0.3 0.4

1pt log

Energy0.3 0.4

1pt

Energy

Figure 6.6. Difference in energy points for a broad resonance(FWHM=10−3 centered at 0.3583). The 4pt and 1pt schemes areoperating at a 10% convergence criterion and the 1pt log scheme is at1%.

The performance of each of these schemes is compared in Fig. 6.7. The relative

error is the deviation of the integrated value of a normalized lorentzian from its

analytically calculated value. A very high relative error means that the adaptive grid

was unable to resolve the lorentzian. The 4pt scheme gives a lower error at a lower

node count compared to the other two schemes. The 1pt log scheme is the most

expensive.

6.5.2 ANALYSIS FOR A SHARP RESONANCE

A similar analysis is repeated for a sharper lorentzian with FWHM=10−10. In

this case as well, the 4pt scheme takes the least number of iterations, as shown in

Fig. 6.8. The asymmetry is also seen in the 1pt log scheme. In the 1pt scheme the

asymmetry is not that evident because of the sharpness of the spetrcal feature that

Page 101: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

87

101 102

10!6

10!4

10!2

100

&'des

+el

ati0

e 2r

r'r

14t l'g14t44t

Figure 6.7. Relative Error as a function of node count for a broadresonance (FWHM=10−3 centered at 0.3583)

is being resolved. This asymmetry can be seen both for the 1pt and 1pt log schemes

in Fig. 6.9. As far as the convergence is concerned, it can be seen in Fig. 6.9 that the

4pt scheme stops at the size of the spectral feature. The 1pt scheme converges at a

slightly lower value. As in the case of the broad resonance, the 1pt log scheme has

not converged since it reaches our stopping condition of 10−10.

The performance of these schemes is shown in Fig. 6.10. The 4pt scheme outper-

forms the other two and the improvement is more evident than the case of the broad

resonance. In this case also the 1pt log scheme has the worst performance.

6.5.3 REMARKS: 4PTS VS 1PT ADDITION

It is clear from the comparison of the different addition schemes that in the absence

of any analysis of the integrand, that can decide on the usefulness of each node that

Page 102: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

88

0.3 0.40

5

10

15

20

25

304pt

Itera

tions

Energy0.3 0.4

1pt log

Energy0.3 0.4

1pt

Energy

Figure 6.8. Scatter plot showing the nodes added at each iteration fora sharp resonance (FWHM=10−7 centered at 0.3583). The 4pt and1pt schemes are operating at a 10% convergence criterion and the 1ptlog scheme is at 1%.

is added, a 4pt addition scheme is indeed the most correct and efficient, compared to

the 1pt and 1pt log schemes.

Page 103: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

89

0.3 0.4

10!10

10!8

10!6

10!4

10!24pt

Diff

eren

ce

Energy0.3 0.4

1pt log

Energy0.3 0.4

1pt

Energy

Figure 6.9. Difference in energy points for a sharp resonance(FWHM=10−7 centered at 0.3583). The 4pt and 1pt schemes areoperating at a 10% convergence criterion and the 1pt log scheme is at1%.

!"#

!"$

!"!%

!"!&

!"!'

!"!#

!""

()*+,

-+./012+3455)5

3

3

!603.)7

!60

'60

Figure 6.10. Relative Error as a function of node count for a sharpresonance (FWHM=10−10 centered at 0.3583)

Page 104: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

90

Page 105: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

91

7. SUMMARY

This work tries to address problems in solar cell and transistor technology. While

the field of photovoltaics is striving to push the efficiency of the solar cell, MOSFET

technology that drives the micro-processor is trying to decrease power consumption.

The properties of such semiconductor devices are understood to vary at the nanometer

scale. Therefore an atomistic description of devices is seen as the key to capturing

the details of quantum transport and electronic structure. Details of bandstructure

that are captured by tight binding models are crucial to getting an accurate picture

of the electronic properties of the devices.

In the case of photovoltaics, the ZnSe/GaAs (001) superlattice was investigated

with a view to finding a high bandgap material capable of driving solar cell efficiencies

beyond 50%. Though materials like InGaN and GaP have shown potential, efficiencies

remain low. The ZnSe/GaAs system is lattice matched and has the ability to form

quatenary alloys with direct bandgaps. Of the two ways of forming alloys (physical

alloying and digital alloying using superlattices) with bandgaps between that of ZnSe

and GaAs, the digital alloying approach was investigated to provide a well ordered

design alternative to the disordered physical alloying approach. Current fabrication

techniques give almost atomic layer precision. Atomistic tight binding theory was

used to study the bandgaps of the ZnSe/GaAs (001) superlattice as a function of

the constituent monolayers. New improved tight binding parameters for ZnSe based

on experimental data were calculated since the existing ones were found to be inad-

equate. The bandgaps for different periods of the superlattice were estimated and

the possibility of engineering a range of bandgaps with the same material system was

proposed. It was shown that it is possible to make a high bandgap material with a

certain superlattice period. The purpose of this study was to guide experiments by

providing variations and trends for the material system in question.

Page 106: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

92

To scale the supply voltage of transistors to reduce power consumption, a ver-

tical TFET geometry was investigated. Current transistor technology is struggling

to reduce the power consumption by scaling the supply voltage mainly because the

MOSFET is fundamentally limited to a subthreshold slope of 60 mV/dec. Tunnel-

Field Effect Transistors (TFETs) are seen as a viable alternative for supply voltage

scaling since their subthreshold slope does not have a lower limit. The biggest prob-

lem impeding the use of TFETs is the low ON state current. It has been identified

that the problem of low ON currents arises because conventional TFET geometries do

not allow for a large enough tunneling area for band to band tunneling current to flow

through. A vertical tunneling geometry provides a large tunneling area proportional

to the gate length and also close to the gate. Using an atomistic fullband quantum

transport solver, it was shown that the vertical geometry provided a significant gain

in ON state current compared to the lateral p-i-n TFET. It was also shown that such

vertical geometries suffer from lateral source to drain leakage in the OFF state and

are therefore unsuitable for low power logic applications. To alleviate this problem a

design modification was proposed that reduced the OFF state leakage current signifi-

cantly without degrading the ON state current. Further the device design parameters

of the modified geometry were optimized to achieve large ON currents and steep sub-

threshold slopes. The importance of a global tunneling model was emphasized in view

of the fact that previous work in this area had missed current pathways because of

the lack of such a tunneling model.

Several numerical techniques that are useful in quantum transport simulations

have been alluded to in this work. In particular adaptive quadrature necessary to

reduces the cost of integrating a function has been described. Sharp spectral features

need to be accurately integrated over. Adaptive quadrature is required to achieve

this. Since most methods seek to achieve a very high accuracy, at costs that for

the purpose of quantum transport simulations might be prohibitive, an alternate

method that can keep the costs down is demonstrated. The tradeoff is a reduction in

accuracy which is still good enough for the purpose of electronic transport. There are

Page 107: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

93

other quantities like material properties, that are known to a far lesser accuracy which

renders integration of functions to a much higher accuracy redundant. A performance

comparison of the proposed method with the existing algorithms was shown and the

pros and cons associated with each of these were highlighted.

Page 108: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

LIST OF REFERENCES

Page 109: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

94

LIST OF REFERENCES

[1] B. O’Regan and M. Gratzel, “A low-cost, high-efficiency solar cell based on dye-sensitized colloidal TiO2 films,” Nature, vol. 353, no. 6346, pp. 737–740, 1991.

[2] C. Hu, “Green transistor as a solution to the IC power crisis,” in Solid-State andIntegrated-Circuit Technology, 2008. ICSICT 2008. 9th Int. Conf., pp. 16–20,Oct. 2008.

[3] S. Datta, Quantum transport. Cambridge University Press, 2005.

[4] J. A. Sto/vneng and P. Lipavsky, “Multiband tight-binding approach to tun-neling in semiconductor heterostructures: Application to Gamma-X transfer inGaAs,” Phys. Rev. B, vol. 49, pp. 16494–16504, Jun 1994.

[5] R. C. Bowen, G. Klimeck, R. K. Lake, W. R. Frensley, and T. Moise, “Quan-titative simulation of a resonant tunneling diode,” Journal of Applied Physics,vol. 81, no. 7, pp. 3207–3213, 1997.

[6] D. Z. Y. Ting, E. T. Yu, and T. C. McGill, “Effect of band mixing on hole-tunneling times in GaAs/AlAs double-barrier heterostructures,” Phys. Rev. B,vol. 45, pp. 3576–3582, Feb 1992.

[7] G. Klimeck, “Bandstructure in Nanoelectronics.”http://nanohub.org/resources/381, Nov 2005.

[8] G. Klimeck, R. C. Bowen, T. B. Boykin, C. Salazar-Lazaro, T. A. Cwik, andA. Stoica, “Si tight-binding parameters from genetic algorithm fitting,” Super-lattices and Microstructures, vol. 27, no. 2-3, pp. 77 – 88, 2000.

[9] J. M. L. S. M P Lopez Sancho, J M Lopez Sancho and J. Rubio, “Highly conver-gent schemes for the calculation of bulk and surface Green functions,” Journalof Physics F: Metal Physics, vol. 15, no. 4, pp. 851–858, 1985.

[10] C. Rivas and R. Lake, “Non-equilibrium Green function implementation ofboundary conditions for full band simulations of substrate-nanowire structures,”physica status solidi (b), vol. 239, no. 1, pp. 94–102, 2003.

[11] M. Luisier, A. Schenk, W. Fichtner, and G. Klimeck, “Atomistic simulation ofnanowires in the sp3d5s* tight-binding formalism: From boundary conditions tostrain calculations,” Physical Review B, vol. 74, no. 20, p. 205323, 2006.

[12] Y.-J. Ko, M. Shin, S. Lee, and K. W. Park, “Effects of atomistic defects oncoherent electron transmission in Si nanowires: Full band calculations,” Journalof Applied Physics, vol. 89, no. 1, pp. 374–379, 2001.

[13] Y. Zheng, C. Rivas, R. Lake, K. Alam, T. Boykin, and G. Klimeck, “Electronicproperties of silicon nanowires,” Electron Devices, IEEE Transactions on, vol. 52,pp. 1097 – 1103, june 2005.

Page 110: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

95

[14] M. Stadele, B. R. Tuttle, and K. Hess, “Tunneling through ultrathin SiO2 gateoxides from microscopic models,” Journal of Applied Physics, vol. 89, no. 1,pp. 348–363, 2001.

[15] R. Lake, G. Klimeck, R. C. Bowen, and D. Jovanovic, “Single and multibandmodeling of quantum electron transport through layered semiconductor devices,”Journal of Applied Physics, vol. 81, no. 12, pp. 7845–7869, 1997.

[16] R. C. Bowen, W. R. Frensley, G. Klimeck, and R. K. Lake, “Transmission res-onances and zeros in multiband models,” Phys. Rev. B, vol. 52, pp. 2754–2765,Jul 1995.

[17] G. Klimeck, R. K. Lake, R. C. Bowen, C. L. Fernando, and W. R. Frensley,“Resolution of Resonances in a General Purpose Quantum Device Simulator(NEMO),” VLSI Design, vol. 6, no. 1-4, pp. 107–110, 1998.

[18] R. Bowen, Full Bandstructure modeling of Quantum Transport in Nano-scaledDevices. PhD thesis, University of Texas, Dallas, 1996.

[19] P. N. C Caroli, R Combescot and D. Saint-James, “Direct calculation of thetunneling current,” Journal of Physics C: Solid State Physics, vol. 4, no. 8,pp. 916–929, 1971.

[20] G. Klimeck, “Numerical Aspects of NEGF: The Recursive Green Function Al-gorithm.” http://nanohub.org/resources/165, Aug 2005.

[21] J. M. D. Sellier, S. Agarwal, M. Luisier, Z. Jiang, M. McLennan,and G. Klimeck, “Resonant Tunneling Diode Simulation with NEGF.”http://nanohub.org/resources/5237, Sep 2008.

[22] G. Klimeck, R. Lake, R. C. Bowen, W. R. Frensley, and T. S. Moise, “Quantumdevice simulation with a generalized tunneling formula,” Applied Physics Letters,vol. 67, no. 17, pp. 2539–2541, 1995.

[23] C. L. Fernando and W. R. Frensley, “An efficient method for the numerical eval-uation of resonant states,” Journal of Applied Physics, vol. 76, no. 5, pp. 2881–2886, 1994.

[24] W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery, NumericalRecipes in FORTRAN: The Art of Scientific Computing. Cambridge: CambridgeUniv. Press, 2 ed., 1992.

[25] S. Lee, F. Oyafuso, P. von Allmen, and G. Klimeck, “Boundary conditions for theelectronic structure of finite-extent embedded semiconductor nanostructures,”Phys. Rev. B, vol. 69, p. 045316, Jan 2004.

[26] J. A. Stvneng and E. H. Hauge, “Time-dependent resonant tunneling of wavepackets in the tight-binding model,” Phys. Rev. B, vol. 44, pp. 13582–13594, Dec1991.

[27] E. V. Anda and F. Flores, “The role of inelastic scattering in resonant tun-nelling heterostructures,” Journal of Physics: Condensed Matter, vol. 3, no. 46,pp. 9087–9101, 1991.

Page 111: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

96

[28] M. A. Davidovich, E. V. Anda, C. Tejedor, and G. Platero, “Interband resonanttunneling and transport in InAs/AlSb/GaSb heterostructures,” Phys. Rev. B,vol. 47, pp. 4475–4484, Feb 1993.

[29] S. Hershfield, J. H. Davies, and J. W. Wilkins, “Resonant tunneling through anAnderson impurity. I. Current in the symmetric model,” Phys. Rev. B, vol. 46,pp. 7046–7060, Sep 1992.

[30] Y. Meir and N. S. Wingreen, “Landauer formula for the current through aninteracting electron region,” Phys. Rev. Lett., vol. 68, pp. 2512–2515, Apr 1992.

[31] G. Kim, H.-H. Suh, and E.-H. Lee, “Green’s-function study of the electron tun-neling in a double-barrier heterostructure,” Phys. Rev. B, vol. 52, pp. 2632–2639,Jul 1995.

[32] M. Luisier, Quantum Transport beyond the effective mass approximation. PhDthesis, SWISS FEDERAL INSTITUTE OF TECHNOLOGY, Zurich, 2007.

[33] J.-M. Jancu, R. Scholz, F. Beltram, and F. Bassani, “Empirical spds∗ tight-binding calculation for cubic semiconductors: General method and material pa-rameters,” Phys. Rev. B, vol. 57, pp. 6493–6507, Mar 1998.

[34] C. G. Van de Walle, “Band lineups and deformation potentials in the model-solidtheory,” Phys. Rev. B, vol. 39, pp. 1871–1883, Jan 1989.

[35] J. R. Soderstrom, D. H. Chow, and T. C. McGill, “New negative differential re-sistance device based on resonant interband tunneling,” Applied Physics Letters,vol. 55, no. 11, pp. 1094–1096, 1989.

[36] L. F. Luo, R. Beresford, and W. I. Wang, “Interband tunneling in polytypeGaSb/AlSb/InAs heterostructures,” Applied Physics Letters, vol. 55, no. 19,pp. 2023–2025, 1989.

[37] R. Beresford, L. F. Luo, K. F. Longenbach, and W. I. Wang, “Resonant interbandtunneling through a 110 nm InAs quantum well,” Applied Physics Letters, vol. 56,no. 6, pp. 551–553, 1990.

[38] R. Beresford, L. F. Luo, K. F. Longenbach, and W. I. Wang, “Interband tunnel-ing in single-barrier InAs/AlSb/GaSb heterostructures,” Applied Physics Letters,vol. 56, no. 10, pp. 952–954, 1990.

[39] D. A. Collins, E. T. Yu, Y. Rajakarunanayake, J. R. Soderstrom, D. Z.-Y. Ting,D. H. Chow, and T. C. McGill, “Experimental observation of negative differentialresistance from an InAs/GaSb interface,” Applied Physics Letters, vol. 57, no. 7,pp. 683–685, 1990.

[40] L. Yang, J. F. Chen, and A. Y. Cho, “A new GaSb/AlSb/GaSb/AlSb/InAsdouble-barrier interband tunneling diode and its tunneling mechanism,” Journalof Applied Physics, vol. 68, no. 6, pp. 2997–3000, 1990.

[41] D. Z.-Y. Ting, D. A. Collins, E. T. Yu, D. H. Chow, and T. C. McGill, “Largepeak current densities in novel resonant interband tunneling heterostructures,”Applied Physics Letters, vol. 57, no. 12, pp. 1257–1259, 1990.

Page 112: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

97

[42] K. Taira, I. Hase, and H. Hawai, “Negative differential resistance in InAs/GaSbsingle-barrier heterostructures,” Electronics Letters, vol. 25, no. 25, pp. 1708–1709, 7 Dec 1989.

[43] J. R. Soderstrom, E. T. Yu, M. K. Jackson, Y. Rajakarunanayake, and T. C.McGill, “Two-band modeling of narrow band gap and interband tunneling de-vices,” Journal of Applied Physics, vol. 68, no. 3, pp. 1372–1375, 1990.

[44] D. Z.-Y. Ting, E. T. Yu, and T. C. McGill, “Role of heavy-hole states in interbandtunnel structures,” Applied Physics Letters, vol. 58, no. 3, pp. 292–294, 1991.

[45] D. Z. Y. Ting, E. T. Yu, and T. C. McGill, “Multiband treatment of quantumtransport in interband tunnel devices,” Phys. Rev. B, vol. 45, pp. 3583–3592,Feb 1992.

[46] Y. X. Liu, R. R. Marquardt, D. Z.-Y. Ting, and T. C. McGill, “Magnetotunnelingin interband tunnel structures,” Phys. Rev. B, vol. 55, pp. 7073–7077, Mar 1997.

[47] M. S. Kiledjian, J. N. Schulman, K. L. Wang, and K. V. Rousseau, “Interbandresonant tunneling in InAs/AlSb/GaSb symmetric polytype structures,” Phys.Rev. B, vol. 46, pp. 16012–16017, Dec 1992.

[48] P. Vogl, H. P. Hjalmarson, and J. D. Dow, “A semi-empirical tight-binding theoryof the electronic structure of semiconductors,” Journal of Physics and Chemistryof Solids, vol. 44, no. 5, pp. 365–378, 1983.

[49] T. B. Boykin, G. Klimeck, R. C. Bowen, and R. Lake, “Effective-mass repro-ducibility of the nearest-neighbor sp3s* models: Analytic results,” Phys. Rev. B,vol. 56, pp. 4102–4107, Aug 1997.

[50] T. B. Boykin, “Improved fits of the effective masses at Gamma in the spin-orbit,second-nearest-neighbor sp3s* model: Results from analytic expressions,” Phys.Rev. B, vol. 56, pp. 9613–9618, Oct 1997.

[51] T. B. Boykin, “More complete treatment of spin-orbit effects in tight-bindingmodels,” Phys. Rev. B, vol. 57, pp. 1620–1625, Jan 1998.

[52] J. Robert, B. Pistoulet, D. Barjon, and A. Raymond, “Influence of the lineark term on the shape of the isoenergetic surfaces in p-type GaSb, deduced fromgalvanomagnetic measurements,” Journal of Physics and Chemistry of Solids,vol. 34, pp. 2221–2230, December 1973.

[53] P. C. Mathur and S. Jain, “Hole transport properties in gallium antimonide from77 to 300K,” Phys. Rev. B, vol. 19, pp. 3152–3158, Mar 1979.

[54] G. Klimeck, R. C. Bowen, and T. B. Boykin, “Strong wavevector dependence ofhole transport in heterostructures,” Superlattices and Microstructures, vol. 29,no. 2, pp. 187–216, 2001.

[55] G. Klimeck, R. C. Bowen, and T. B. Boykin, “Off-zone-center or indirect band-gap-like hole transport in heterostructures,” Phys. Rev. B, vol. 63, p. 195310,Apr 2001.

[56] D. Vasileska and S. M. Goodnick, Computational Electronics. Morgan and Clay-pool, 2006.

Page 113: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

98

[57] R. Jabr, M. Hamad, and Y. Mohanna, “Newton-Raphson solution of Poisson’sequation in a pn diode,” International Journal of Electrical Engineering Educa-tion, vol. 44, pp. 23–33(11), January 2007.

[58] T. Zdanowicz, T. Rodziewicz, and M. Zabkowska-Waclawek, “Theoretical anal-ysis of the optimum energy band gap of semiconductors for fabrication of solarcells for applications in higher latitudes locations,” Solar Energy Materials andSolar Cells, vol. 87, no. 1-4, pp. 757 – 769, 2005. International Conference onPhysics, Chemistry and Engineering.

[59] A. Barnett, C. Honsberg, D. Kirkpatrick, S. Kurtz, D. Moore, D. Salzman,R. Schwartz, J. Gray, S. Bowden, K. Goossen, M. Haney, D. Aiken, M. Wanlass,and K. Emery, “50% Efficient Solar Cell Architectures and Designs,” PhotovoltaicEnergy Conversion, Conference Record of the 2006 IEEE 4th World Conferenceon, vol. 2, pp. 2560–2564, May 2006.

[60] R. Singh, D. Doppalapudi, T. D. Moustakas, and L. T. Romano, “Phase separa-tion in InGaN thick films and formation of InGaN/GaN double heterostructuresin the entire alloy composition,” Applied Physics Letters, vol. 70, no. 9, pp. 1089–1091, 1997.

[61] D. Shen, K. Zhang, and R. Fu, “Theoretical approach to the electronic statesand core exciton of superlattice ZnSe/GaAs,” Applied Physics Letters, vol. 53,no. 6, pp. 500–502, 1988.

[62] H. Okamoto, “Semiconductor Quantum-Well Structures for Optoelectronics–Recent Advances and Future Prospects–,” Japanese Journal of Applied Physics,vol. 26, no. Part 1, No. 3, pp. 315–330, 1987.

[63] L. Esaki and R. Tsu, “Superlattice and Negative Differential Conductivity inSemiconductors,” IBM Journal of Research and Development, vol. 14, no. 1,pp. 62–65, 1970.

[64] Q.-D. Qian, J. Qiu, M. R. Melloch, J. J. A. Cooper, L. A. Kolodziejski,M. Kobayashi, and R. L. Gunshor, “Low interface state density at an epitax-ial ZnSe/epitaxial GaAs interface,” Applied Physics Letters, vol. 54, no. 14,pp. 1359–1361, 1989.

[65] N. Kobayashi and Y. Horikoshi, “Growth of ZnSe/GaAs Superlattices byMigration-Enhanced Epitaxy,” Japanese Journal of Applied Physics, vol. 29,no. Part 2, No. 2, pp. L236–L239, 1990.

[66] S. Ramesh, N. Kobayashi, and Y. Horikoshi, “Migration-enhanced epitaxygrowth and characterization of high quality ZnSe/GaAs superlattices,” AppliedPhysics Letters, vol. 57, no. 11, pp. 1102–1104, 1990.

[67] M. R. Melloch, J. M. Woodall, E. S. Harmon, N. Otsuka, F. H. Pollak, D. D.Nolte, R. M. Feenstra, and M. A. Lutz, “Low-Temperature Grown III-V Mate-rials,” Annual Review of Materials Science, vol. 25, no. 1, pp. 547–600, 1995.

[68] S. Adachi and T. Taguchi, “Optical properties of ZnSe,” Phys. Rev. B, vol. 43,pp. 9569–9577, Apr 1991.

Page 114: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

99

[69] S. Adachi, “Optical dispersion relations for GaP, GaAs, GaSb, InP, InAs, InSb,AlxGa1−xAs, and In1−xGaxAsyP1−y,” Journal of Applied Physics, vol. 66, no. 12,pp. 6030–6040, 1989.

[70] O. Madelung, ed., Landolt-Bornstein: Numerical Data and Functional Relation-ships in Science and Technology, vol. 17 a/b of Group III. Springer-Verlag,Berlin, 1982.

[71] O. Madelung, ed., Landolt-Bornstein: Numerical Data and Functional Relation-ships in Science and Technology, vol. 22a of Group III. Springer-Verlag, Berlin,1987.

[72] D. Bertho, J.-M. Jancu, and C. Jouanin, “Equations of state and a tight-bindingmodel for strained layers: Application to a ZnSe-GaAs epilayer,” Phys. Rev. B,vol. 48, pp. 2452–2459, Jul 1993.

[73] D. J. Olego, “Band bendings, band offsets, and interface instabilities in p+-GaAs/n−-ZnSe heterojunctions,” Phys. Rev. B, vol. 39, pp. 12743–12750, Jun1989.

[74] S. Colak, T. Marshall, and D. Cammack, “Interface barrier height in ZnSe/GaAsstructures,” Solid-State Electronics, vol. 32, no. 8, pp. 647 – 653, 1989.

[75] L. Kassel, H. Abad, J. W. Garland, P. M. Raccah, J. E. Potts, M. A. Haase, andH. Cheng, “Study of the interface of undoped and p-doped ZnSe with GaAs andAlAs,” Applied Physics Letters, vol. 56, no. 1, pp. 42–44, 1990.

[76] G. Bratina, L. Vanzetti, R. Nicolini, L. Sorba, X. Yu, A. Franciosi, G. Mula,and A. Mura, “Microscopic control of ZnSe-GaAs heterojunction band offsets,”Physica B: Condensed Matter, vol. 185, no. 1-4, pp. 557 – 565, 1993.

[77] S. P. Kowalczyk, E. A. Kraut, J. R. Waldrop, and R. W. Grant, “Measurement ofZnSe–GaAs(110) and ZnSe–Ge(110) heterojunction band discontinuities by x-rayphotoelectron spectroscopy (XPS),” Journal of Vacuum Science and Technology,vol. 21, no. 2, pp. 482–485, 1982.

[78] A. Ekpunobi, “Influence of interfacial reactivity on band offsets in ZnSe/GaAs su-perlattices,” Materials Science in Semiconductor Processing, vol. 8, no. 4, pp. 472– 475, 2005.

[79] D.-W. Tu and A. Kahn, “ZnSe– and Se–GaAs interfaces,” Journal of VacuumScience and Technology A: Vacuum, Surfaces, and Films, vol. 3, no. 3, pp. 922–925, 1985.

[80] J. Appenzeller, Y.-M. Lin, J. Knoch, and P. Avouris, “Band-to-Band Tunnel-ing in Carbon Nanotube Field-Effect Transistors,” Phys. Rev. Lett., vol. 93,p. 196805, Nov 2004.

[81] W. Y. Choi, B.-G. Park, J. D. Lee, and T.-J. K. Liu, “Tunneling Field-EffectTransistors (TFETs) With Subthreshold Swing (SS) Less Than 60mV/dec,”Electron Device Letters, IEEE, vol. 28, pp. 743–745, Aug. 2007.

[82] T. Krishnamohan, D. Kim, S. Raghunathan, and K. Saraswat, “Double-GateStrained-Ge Heterostructure Tunneling FET (TFET) With record high drive cur-rents and <60mV/dec subthreshold slope,” in Electron Devices Meeting, IEDM,pp. 1–3, Dec. 2008.

Page 115: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

100

[83] “ITRS 2009.” http://www.itrs.net.

[84] M. Luisier and G. Klimeck, “Atomistic Full-Band Design Study of InAs Band-to-Band Tunneling Field-Effect Transistors,” Electron Device Letters, IEEE, vol. 30,pp. 602–604, June 2009.

[85] M. Luisier and G. Klimeck, “Performance comparisons of tunneling field-effecttransistors made of InSb, Carbon, and GaSb-InAs broken gap heterostructures,”in Electron Devices Meeting (IEDM), 2009 IEEE International, pp. 1 –4, dec.2009.

[86] C. Hu, D. Chou, P. Patel, and A. Bowonder, “Green Transistor - A VDD ScalingPath for Future Low Power ICs,” in VLSI Technology, Systems and Applications,2008. VLSI-TSA 2008. Int. Symp., pp. 14–15, April 2008.

[87] A. Bowonder, P. Patel, K. Jeon, J. Oh, P. Majhi, H.-H. Tseng, and C. Hu, “Low-voltage green transistor using ultra shallow junction and hetero-tunneling,” inJunction Technology, 2008. IWJT ’08. Extended Abstracts - 2008 8th Interna-tional workshop on, pp. 93–96, May 2008.

[88] G. Klimeck, R. C. Bowen, T. B. Boykin, and T. A. Cwik, “sp3s* Tight-bindingparameters for transport simulations in compound semiconductors,” Superlat-tices Microstruct., vol. 27, no. 5-6, pp. 519 – 524, 2000.

[89] G. D. Mahan, Many Particle Physics. Plenum Pub Corp, 2000.

[90] W. M. McKeeman, “Algorithm 145: Adaptive numerical integration by Simp-son’s rule,” Commun. ACM, vol. 5, no. 12, p. 604, 1962.

[91] M. Abramowitz and I. A. Stegun, Handbook of Mathematical Functions: withFormulas, Graphs, and Mathematical Tables. Dover Publications, 1965.

[92] A. S. Kronrod, “Nodes and weights of quadrature formulas. Sixteen-place tables,”New York: Consultants Bureau, 1965.

[93] W. Gander and W. Gautschi, “Adaptive Quadrature–Revisited,” BIT NumericalMathematics, vol. 40, no. 1, pp. 84–101, 2000.

Page 116: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

VITA

Page 117: DESIGN GUIDELINES FOR HIGH EFFICIENCY …

101

VITA

Samarth Agarwal received his Bachelor of Technology degree in Engineering Physics

from IIT, Bombay in 2004 and M.S. in Physics from Purdue University in 2006. He

joined the doctoral program in Physics at Purdue in August 2004. He has been

working for the Network for Computational Nanotechnology under the supervision

of Prof. Gerhard Klimeck and Prof. Ronald Reifenberger since June 2005. His work

involves band-gap engineering for solar cells and exploring novel devices for reduction

in power consumption of transistors.