Subtopic Deep Dive

Tunnel Field-Effect Transistors
Research Guide

What is Tunnel Field-Effect Transistors?

Tunnel Field-Effect Transistors (TFETs) are semiconductor devices that exploit band-to-band tunneling to achieve subthreshold swings below 60 mV/decade, surpassing CMOS limits for low-power applications.

TFETs enable steeper switching slopes through quantum tunneling rather than thermionic emission. Experimental demonstrations include a 70-nm n-channel TFET with 52.8 mV/dec SS (Choi et al., 2007, 1873 citations). Over 10 key papers from 2006-2024 cover designs like double-gate and atomically thin channel TFETs.

15
Curated Papers
3
Key Challenges

Why It Matters

TFETs support energy-efficient computing at sub-0.5V supply for IoT and mobile processors, reducing power by 10x over CMOS at scaled nodes (Seabaugh and Zhang, 2010). They enable beyond-Moore scaling in logic circuits (Avci et al., 2015). Atomically thin TFETs integrate with 2D materials for ultra-low power nanoelectronics (Sarkar et al., 2015).

Key Research Challenges

Low ON-State Drive Current

TFETs suffer from insufficient tunneling probability, limiting I_ON to microamp levels versus CMOS milliamp requirements (Lü and Seabaugh, 2014). Calibration of atomistic models shows 100x current gaps (Avci et al., 2015). Heterojunction engineering partially mitigates this (Sarkar et al., 2015).

Tunneling Rate Optimization

Bandgap and effective mass control are needed for high BTBT rates without ambipolar leakage (Zhang et al., 2006). Simulations reveal trade-offs between SS and I_ON in double-gate designs (Boucart and Ionescu, 2007). Material limits persist in silicon TFETs (Koswatta et al., 2009).

Fabrication and Scalability

Precise doping profiles for sharp tunnel junctions challenge sub-10nm fabrication (Choi et al., 2007). 2D material integration adds interface defect issues (Sarkar et al., 2015). Experiments lag 16-nm FinFET benchmarks (Lü and Seabaugh, 2014).

Essential Papers

1.

Tunneling Field-Effect Transistors (TFETs) With Subthreshold Swing (SS) Less Than 60 mV/dec

Woo Young Choi, Byung‐Gook Park, Jong Duk Lee et al. · 2007 · IEEE Electron Device Letters · 1.9K citations

<para xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"> We have demonstrated a 70-nm n-channel tunneling field-effect transistor (TFET) which has a subthres...

2.

Double-Gate Tunnel FET With High- Gate Dielectric

Kathy Boucart, Adrian Ionescu · 2007 · IEEE Transactions on Electron Devices · 1.6K citations

In this paper, we propose and validate a novel design for a double-gate tunnel field-effect transistor (DG tunnel FET), for which the simulations show significant improvements compared with single-...

3.

Low-Voltage Tunnel Transistors for Beyond CMOS Logic

Alan Seabaugh, Qin Zhang · 2010 · Proceedings of the IEEE · 1.6K citations

Steep subthreshold swing transistors based on interband tunneling are examined toward extending the performance of electronics systems. In particular, this review introduces and summarizes progress...

4.

A subthermionic tunnel field-effect transistor with an atomically thin channel

Deblina Sarkar, Xuejun Xie, Wei Liu et al. · 2015 · Nature · 947 citations

5.

Low-subthreshold-swing tunnel transistors

Qin Zhang, Wei Zhao, Alan Seabaugh · 2006 · IEEE Electron Device Letters · 639 citations

A formula is derived, which shows that the subthreshold swing of field-effect interband tunnel transistors is not limited to 60 mV/dec as in the MOSFET. This formula is consistent with two recent r...

6.

Tunnel Field-Effect Transistors: State-of-the-Art

Hao Lü, Alan Seabaugh · 2014 · IEEE Journal of the Electron Devices Society · 614 citations

Progress in the development of tunnel field-effect transistors (TFETs) is reviewed by comparing experimental results and theoretical predictions against 16-nm FinFET CMOS technology. Experiments la...

7.

Tunnel Field-Effect Transistors: Prospects and Challenges

Uygar E. Avci, Daniel H. Morris, Ian A. Young · 2015 · IEEE Journal of the Electron Devices Society · 505 citations

The tunnel field-effect transistor (TFET) is considered a future transistor option due to its steep-slope prospects and the resulting advantages in operating at low supply voltage (V<sub>DD</sub>)....

Reading Guide

Foundational Papers

Start with Choi et al. (2007) for experimental SS<60 proof; Zhang et al. (2006) for theoretical SS formula; Seabaugh and Zhang (2010) for logic applications review.

Recent Advances

Sarkar et al. (2015) for atomically thin channels; Avci et al. (2015) for quantum models; Nourbakhsh et al. (2016) for sub-10nm MoS2 scaling.

Core Methods

Band-to-band tunneling (BTBT) via WKB approximation (Zhang et al., 2006); double-gate electrostatics (Boucart and Ionescu, 2007); NEGF simulations (Koswatta et al., 2009); atomistic tight-binding (Avci et al., 2015).

How PapersFlow Helps You Research Tunnel Field-Effect Transistors

Discover & Search

Research Agent uses citationGraph on Choi et al. (2007) to map 1873-citing works, revealing evolutions from silicon to 2D TFETs. exaSearch queries 'TFET sub-60 mV/dec heterojunction' for 50+ recent papers beyond the list. findSimilarPapers on Sarkar et al. (2015) uncovers MoS2 scaling advances.

Analyze & Verify

Analysis Agent runs readPaperContent on Boucart and Ionescu (2007) to extract double-gate SS simulations, then verifyResponse with CoVe against Choi et al. (2007) experiments. runPythonAnalysis plots I_ON vs. SS from Koswatta et al. (2009) data using NumPy, graded by GRADE for statistical rigor in TFET benchmarking.

Synthesize & Write

Synthesis Agent detects gaps in TFET I_ON scaling via contradiction flagging between Lü and Seabaugh (2014) projections and Avci et al. (2015) models. Writing Agent applies latexEditText to draft TFET review sections, latexSyncCitations for 10+ refs, and latexCompile for IEEE-format output with exportMermaid for band diagrams.

Use Cases

"Plot TFET I_ON vs. gate length from 2006-2016 papers"

Research Agent → searchPapers('TFET drive current scaling') → Analysis Agent → runPythonAnalysis(NumPy pandas matplotlib on extracted data from Zhang 2006, Koswatta 2009) → matplotlib plot of I_ON degradation trends.

"Write LaTeX section comparing silicon vs 2D TFETs"

Synthesis Agent → gap detection on Choi 2007 + Sarkar 2015 → Writing Agent → latexEditText('draft comparison') → latexSyncCitations(10 refs) → latexCompile → PDF with TFET performance tables.

"Find GitHub repos simulating TFET band-to-band tunneling"

Research Agent → paperExtractUrls(Lü 2014) → Code Discovery → paperFindGithubRepo → githubRepoInspect → verified TCAD scripts for TFET NEGF simulations.

Automated Workflows

Deep Research workflow scans 50+ TFET papers via searchPapers → citationGraph, generating structured reports benchmarking SS/I_ON against FinFETs (Choi et al., 2007 baseline). DeepScan applies 7-step CoVe to verify Avci et al. (2015) atomistic predictions with runPythonAnalysis. Theorizer synthesizes heterojunction theory from Sarkar et al. (2015) and Boucart/Ionescu (2007).

Frequently Asked Questions

What defines a Tunnel Field-Effect Transistor?

TFETs use band-to-band tunneling for sub-60 mV/dec SS, demonstrated at 52.8 mV/dec in 70-nm devices (Choi et al., 2007).

What are core TFET design methods?

Double-gate high-k dielectric enhances tunneling (Boucart and Ionescu, 2007); atomically thin channels like MoS2 minimize leakage (Sarkar et al., 2015); p-i-n structures benchmark against MOSFETs (Koswatta et al., 2009).

What are key TFET papers?

Foundational: Choi et al. (2007, 1873 cites, SS=52.8); Seabaugh and Zhang (2010, 1597 cites, review); recent: Sarkar et al. (2015, 947 cites, 2D TFET).

What are open problems in TFETs?

Boosting I_ON 100x while retaining SS<60; scalable fabrication of tunnel junctions; 2D material defect reduction (Lü and Seabaugh, 2014; Avci et al., 2015).

Research Advancements in Semiconductor Devices and Circuit Design with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Tunnel Field-Effect Transistors with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers