Skip to content

Commit

Permalink
Development has been updated
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/development' into TrapCharge_2Dsheet_Sims
  • Loading branch information
saurabh-s-sawant committed Nov 18, 2024
2 parents f964466 + 22a01ac commit afb888d
Show file tree
Hide file tree
Showing 58 changed files with 3,723 additions and 835 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
thi
PTD
ANS
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ Exec/*
*tmp_build_dir/
*.png
*.swp
*.eps
Backtrace.*
*.ipynb_checkpoints
perlscripts/
input_local/
Analysis/*
Unused_code/*
Source_old/
2 changes: 1 addition & 1 deletion Exec/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AMREX_HOME ?= ../../amrex
DEBUG = FALSE
USE_MPI = TRUE
USE_OMP = FALSE
USE_CUDA = FALSE
USE_CUDA = TRUE
USE_HYPRE = FALSE
COMP = gnu
DIM = 3
Expand Down
69 changes: 0 additions & 69 deletions input/negf/cnt_free

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
###############
# Description:
# This test case models planar CNTFET simulation with 20 CNTs (100 nm long)
# and with variations in the spacing between adjacent CNTs.
#
# It can be used to produce Fig 5a,5b,5c in the ELEQTRONeX paper.
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
###############
# Description:
# This test case models planar CNTFET simulation with 1 CNT (100 nm long)
# and with periodic boundary conditions.
# It can be used to produce the periodic curve in Fig 5a and 5b.
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
###############
# Description:
# This test case models planar CNTFET simulation with 20 CNTs (100 nm long)
# and with variations in the spacing between adjacent CNTs.
#
# It can be used to produce Fig 5d,5e,5f in the ELEQTRONeX paper.
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 20 CNTs with
# large angular variations. Setup is the same as in the reference
# below with distance between CNTs of ~3.2 nm.
#
# It can be used to verify that it would produce results similar to
# 5 CNTs with angular variations.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 5 CNTs
# with angular variations. Setup is the same as in the reference
# below with distance between CNTs of ~3.2 nm.
#
# It can be used to produce Fig 4a (5 CNTs with angular variation) in the ELEQTRONeX paper.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 5 CNTs
# and small variations in angles. Setup is the same as in the
# reference below with distance between CNTs of ~3.2 nm.
#
# It can be used to verify that with small variations in angles
# we obtain the same result as the parallel CNTs case.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 5 parallel CNTs.
# Setup is the same as in the reference below with distance
# between CNTs of ~3.2 nm.
#
# It can be used to produce Fig 4a (5 CNTs parallel) in the ELEQTRONeX paper.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
###############################################################
# Description:
# This script models planar CNTFET with periodic boundary
# conditions as described in the Ref. below It can be used
# to reproduce Fig. 2d in the ELEQTRONeX paper.
# The output conductance can be compared with the reference
# below for periodicity distance d = 3.195 nm ≈ 3.2 nm
# (see `width_factor` defined below).
#
# Reference:
# Léonard, F. (2006). Crosstalk between nanotube devices:
# contact and channel effects. Nanotechnology, 17(9), 2381.
# DOI: 10.1088/0957-4484/17/9/029
###############################################################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 20 CNTs.
# Setup is the same as in the reference below with distance
# between CNTs of 12.8 nm. CNTs are misaligned.
#
# It can be used to produce Fig 4c (20CNTs curve) and Fig. 4d
# in the ELEQTRONeX paper.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 5 CNTs.
# Setup is the same as in the reference below with distance
# between CNTs of 12.8 nm.
#
# It can be used to produce Fig 4c (5 CNT curve) in the ELEQTRONeX paper.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
################
# Test case for validation of periodic boundary conditions -- infinite array of nanotubes.
# The output of conductance can be compared with the result from the following reference,
# Fig. 2), periodicity distance, d=3.195 nm == 3.2 nm. (see width_factor defined below).
###############
# Description:
# This test case models planar CNTFET simulation with 5 CNTs.
# Setup is the same as in the reference below with distance
# between CNTs of 12.8 nm.
#
# It can be used to produce Fig 4c (periodic curve) in the ELEQTRONeX paper.
#
# Léonard, F. (2006). Crosstalk between nanotube devices: contact and channel effects.
# Nanotechnology, 17(9), 2381.
################
################

################
##### FLAGS ####
Expand Down
Loading

0 comments on commit afb888d

Please sign in to comment.