Search is not available for this dataset
int64
0
2k
instruction
stringlengths
945
985
output
stringlengths
5.12k
5.16k
300
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.09 micrometers and it i...
(define tox 0.005) (define Lgs 0.77) (define Lgl 0.74) (define Ltotal (+ Lgs Lgl)) (define Ls 0.09) (define Ld 0.09) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
301
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.74 micrometers and it is d...
(define tox 0.006) (define Lgs 0.38) (define Lgl 0.94) (define Ltotal (+ Lgs Lgl)) (define Ls 0.74) (define Ld 0.74) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
302
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.5 micrometers and it is...
(define tox 0.009) (define Lgs 0.25) (define Lgl 0.63) (define Ltotal (+ Lgs Lgl)) (define Ls 0.5) (define Ld 0.5) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
303
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.8 micrometers and it is...
(define tox 0.009) (define Lgs 0.99) (define Lgl 0.62) (define Ltotal (+ Lgs Lgl)) (define Ls 0.8) (define Ld 0.8) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
304
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.88 micrometers and it is d...
(define tox 0.001) (define Lgs 0.88) (define Lgl 0.36) (define Ltotal (+ Lgs Lgl)) (define Ls 0.88) (define Ld 0.88) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
305
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.95 micrometers and it i...
(define tox 0.004) (define Lgs 0.48) (define Lgl 0.64) (define Ltotal (+ Lgs Lgl)) (define Ls 0.95) (define Ld 0.95) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
306
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.72 micrometers and it...
(define tox 0.008) (define Lgs 0.2) (define Lgl 0.8) (define Ltotal (+ Lgs Lgl)) (define Ls 0.72) (define Ld 0.72) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
307
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.32 micrometers and it i...
(define tox 0.007) (define Lgs 0.92) (define Lgl 0.31) (define Ltotal (+ Lgs Lgl)) (define Ls 0.32) (define Ld 0.32) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
308
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.02 micrometers and it is do...
(define tox 0.008) (define Lgs 0.05) (define Lgl 0.16) (define Ltotal (+ Lgs Lgl)) (define Ls 0.02) (define Ld 0.02) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
309
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.76 micrometers and it i...
(define tox 0.003) (define Lgs 0.1) (define Lgl 0.24) (define Ltotal (+ Lgs Lgl)) (define Ls 0.76) (define Ld 0.76) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
310
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.38 micrometers and it is do...
(define tox 0.009) (define Lgs 0.23) (define Lgl 0.13) (define Ltotal (+ Lgs Lgl)) (define Ls 0.38) (define Ld 0.38) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
311
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.59 micrometers and it is d...
(define tox 0.002) (define Lgs 0.98) (define Lgl 0.55) (define Ltotal (+ Lgs Lgl)) (define Ls 0.59) (define Ld 0.59) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
312
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.3 micrometers and it is...
(define tox 0.002) (define Lgs 0.93) (define Lgl 0.23) (define Ltotal (+ Lgs Lgl)) (define Ls 0.3) (define Ld 0.3) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
313
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.77 micrometers and it i...
(define tox 0.003) (define Lgs 0.77) (define Lgl 0.61) (define Ltotal (+ Lgs Lgl)) (define Ls 0.77) (define Ld 0.77) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
314
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.4 micrometers and it is do...
(define tox 0.004) (define Lgs 0.78) (define Lgl 0.23) (define Ltotal (+ Lgs Lgl)) (define Ls 0.4) (define Ld 0.4) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
315
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.1 micrometers and it is...
(define tox 0.009) (define Lgs 0.93) (define Lgl 0.52) (define Ltotal (+ Lgs Lgl)) (define Ls 0.1) (define Ld 0.1) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
316
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.51 micrometers and it i...
(define tox 0.002) (define Lgs 0.42) (define Lgl 0.96) (define Ltotal (+ Lgs Lgl)) (define Ls 0.51) (define Ld 0.51) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
317
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.97 micrometers and it i...
(define tox 0.004) (define Lgs 0.92) (define Lgl 0.86) (define Ltotal (+ Lgs Lgl)) (define Ls 0.97) (define Ld 0.97) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
318
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.38 micrometers and it i...
(define tox 0.003) (define Lgs 0.09) (define Lgl 0.3) (define Ltotal (+ Lgs Lgl)) (define Ls 0.38) (define Ld 0.38) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
319
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.67 micrometers and it...
(define tox 0.009) (define Lgs 0.42) (define Lgl 0.02) (define Ltotal (+ Lgs Lgl)) (define Ls 0.67) (define Ld 0.67) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
320
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.2 micrometers and it is dop...
(define tox 0.009) (define Lgs 0.66) (define Lgl 0.25) (define Ltotal (+ Lgs Lgl)) (define Ls 0.2) (define Ld 0.2) (define Rl 0.001) (define Rs 0.001) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
321
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.73 micrometers and it...
(define tox 0.004) (define Lgs 0.34) (define Lgl 0.82) (define Ltotal (+ Lgs Lgl)) (define Ls 0.73) (define Ld 0.73) (define Rl 0.001) (define Rs 0.001) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
322
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.02 micrometers and it is do...
(define tox 0.004) (define Lgs 0.26) (define Lgl 0.72) (define Ltotal (+ Lgs Lgl)) (define Ls 0.02) (define Ld 0.02) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
323
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.69 micrometers and it is do...
(define tox 0.003) (define Lgs 0.42) (define Lgl 0.74) (define Ltotal (+ Lgs Lgl)) (define Ls 0.69) (define Ld 0.69) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
324
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.13 micrometers and it i...
(define tox 0.01) (define Lgs 0.32) (define Lgl 0.15) (define Ltotal (+ Lgs Lgl)) (define Ls 0.13) (define Ld 0.13) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
325
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.71 micrometers and it i...
(define tox 0.004) (define Lgs 0.59) (define Lgl 0.16) (define Ltotal (+ Lgs Lgl)) (define Ls 0.71) (define Ld 0.71) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
326
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.49 micrometers and it i...
(define tox 0.005) (define Lgs 0.48) (define Lgl 0.81) (define Ltotal (+ Lgs Lgl)) (define Ls 0.49) (define Ld 0.49) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
327
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.64 micrometers and it is do...
(define tox 0.009) (define Lgs 0.97) (define Lgl 0.1) (define Ltotal (+ Lgs Lgl)) (define Ls 0.64) (define Ld 0.64) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
328
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.13 micrometers and it i...
(define tox 0.004) (define Lgs 0.34) (define Lgl 0.57) (define Ltotal (+ Lgs Lgl)) (define Ls 0.13) (define Ld 0.13) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
329
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.55 micrometers and it is do...
(define tox 0.003) (define Lgs 0.61) (define Lgl 0.71) (define Ltotal (+ Lgs Lgl)) (define Ls 0.55) (define Ld 0.55) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
330
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.8 micrometers and it ...
(define tox 0.003) (define Lgs 0.61) (define Lgl 0.95) (define Ltotal (+ Lgs Lgl)) (define Ls 0.8) (define Ld 0.8) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
331
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.26 micrometers and it is d...
(define tox 0.003) (define Lgs 0.52) (define Lgl 0.26) (define Ltotal (+ Lgs Lgl)) (define Ls 0.26) (define Ld 0.26) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
332
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.82 micrometers and it is do...
(define tox 0.001) (define Lgs 0.39) (define Lgl 0.24) (define Ltotal (+ Lgs Lgl)) (define Ls 0.82) (define Ld 0.82) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
333
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.86 micrometers and it is d...
(define tox 0.004) (define Lgs 0.74) (define Lgl 0.73) (define Ltotal (+ Lgs Lgl)) (define Ls 0.86) (define Ld 0.86) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
334
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.26 micrometers and it is d...
(define tox 0.004) (define Lgs 0.89) (define Lgl 0.29) (define Ltotal (+ Lgs Lgl)) (define Ls 0.26) (define Ld 0.26) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
335
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.78 micrometers and it i...
(define tox 0.01) (define Lgs 0.85) (define Lgl 0.71) (define Ltotal (+ Lgs Lgl)) (define Ls 0.78) (define Ld 0.78) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
336
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.13 micrometers and it i...
(define tox 0.005) (define Lgs 0.03) (define Lgl 0.06) (define Ltotal (+ Lgs Lgl)) (define Ls 0.13) (define Ld 0.13) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
337
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.38 micrometers and it i...
(define tox 0.007) (define Lgs 0.72) (define Lgl 0.7) (define Ltotal (+ Lgs Lgl)) (define Ls 0.38) (define Ld 0.38) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
338
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.72 micrometers and it...
(define tox 0.005) (define Lgs 0.18) (define Lgl 0.72) (define Ltotal (+ Lgs Lgl)) (define Ls 0.72) (define Ld 0.72) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
339
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.17 micrometers and it is do...
(define tox 0.001) (define Lgs 0.76) (define Lgl 0.96) (define Ltotal (+ Lgs Lgl)) (define Ls 0.17) (define Ld 0.17) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
340
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.57 micrometers and it is d...
(define tox 0.005) (define Lgs 0.81) (define Lgl 0.05) (define Ltotal (+ Lgs Lgl)) (define Ls 0.57) (define Ld 0.57) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
341
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.19 micrometers and it i...
(define tox 0.007) (define Lgs 0.86) (define Lgl 0.57) (define Ltotal (+ Lgs Lgl)) (define Ls 0.19) (define Ld 0.19) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
342
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.08 micrometers and it i...
(define tox 0.001) (define Lgs 0.33) (define Lgl 0.86) (define Ltotal (+ Lgs Lgl)) (define Ls 0.08) (define Ld 0.08) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
343
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.95 micrometers and it i...
(define tox 0.008) (define Lgs 0.39) (define Lgl 0.62) (define Ltotal (+ Lgs Lgl)) (define Ls 0.95) (define Ld 0.95) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
344
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.73 micrometers and it...
(define tox 0.004) (define Lgs 0.78) (define Lgl 0.12) (define Ltotal (+ Lgs Lgl)) (define Ls 0.73) (define Ld 0.73) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
345
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.06 micrometers and it i...
(define tox 0.007) (define Lgs 0.52) (define Lgl 0.83) (define Ltotal (+ Lgs Lgl)) (define Ls 0.06) (define Ld 0.06) (define Rl 0.01) (define Rs 0.01) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
346
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.59 micrometers and it i...
(define tox 0.004) (define Lgs 0.94) (define Lgl 0.62) (define Ltotal (+ Lgs Lgl)) (define Ls 0.59) (define Ld 0.59) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
347
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.74 micrometers and it is do...
(define tox 0.007) (define Lgs 0.52) (define Lgl 0.74) (define Ltotal (+ Lgs Lgl)) (define Ls 0.74) (define Ld 0.74) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
348
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.46 micrometers and it is do...
(define tox 0.004) (define Lgs 0.51) (define Lgl 0.17) (define Ltotal (+ Lgs Lgl)) (define Ls 0.46) (define Ld 0.46) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
349
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.4 micrometers and it ...
(define tox 0.01) (define Lgs 0.27) (define Lgl 0.05) (define Ltotal (+ Lgs Lgl)) (define Ls 0.4) (define Ld 0.4) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGat...
350
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.84 micrometers and it...
(define tox 0.004) (define Lgs 0.81) (define Lgl 0.64) (define Ltotal (+ Lgs Lgl)) (define Ls 0.84) (define Ld 0.84) (define Rl 0.001) (define Rs 0.001) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
351
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.41 micrometers and it i...
(define tox 0.001) (define Lgs 0.44) (define Lgl 0.67) (define Ltotal (+ Lgs Lgl)) (define Ls 0.41) (define Ld 0.41) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
352
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.22 micrometers and it is do...
(define tox 0.004) (define Lgs 0.3) (define Lgl 0.71) (define Ltotal (+ Lgs Lgl)) (define Ls 0.22) (define Ld 0.22) (define Rl 0.01) (define Rs 0.01) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGat...
353
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.85 micrometers and it is d...
(define tox 0.009) (define Lgs 0.18) (define Lgl 0.34) (define Ltotal (+ Lgs Lgl)) (define Ls 0.85) (define Ld 0.85) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
354
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.12 micrometers and it is d...
(define tox 0.006) (define Lgs 0.35) (define Lgl 0.65) (define Ltotal (+ Lgs Lgl)) (define Ls 0.12) (define Ld 0.12) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
355
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.6 micrometers and it is do...
(define tox 0.006) (define Lgs 0.88) (define Lgl 0.31) (define Ltotal (+ Lgs Lgl)) (define Ls 0.6) (define Ld 0.6) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
356
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.45 micrometers and it i...
(define tox 0.002) (define Lgs 0.4) (define Lgl 0.31) (define Ltotal (+ Lgs Lgl)) (define Ls 0.45) (define Ld 0.45) (define Rl 0.001) (define Rs 0.001) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
357
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.09 micrometers and it...
(define tox 0.002) (define Lgs 0.92) (define Lgl 0.75) (define Ltotal (+ Lgs Lgl)) (define Ls 0.09) (define Ld 0.09) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
358
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.9 micrometers and it is...
(define tox 0.008) (define Lgs 0.57) (define Lgl 0.08) (define Ltotal (+ Lgs Lgl)) (define Ls 0.9) (define Ld 0.9) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
359
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.18 micrometers and it is d...
(define tox 0.007) (define Lgs 0.68) (define Lgl 0.41) (define Ltotal (+ Lgs Lgl)) (define Ls 0.18) (define Ld 0.18) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
360
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.15 micrometers and it is do...
(define tox 0.005) (define Lgs 0.74) (define Lgl 0.5) (define Ltotal (+ Lgs Lgl)) (define Ls 0.15) (define Ld 0.15) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
361
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.92 micrometers and it...
(define tox 0.009) (define Lgs 0.98) (define Lgl 0.04) (define Ltotal (+ Lgs Lgl)) (define Ls 0.92) (define Ld 0.92) (define Rl 0.001) (define Rs 0.001) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
362
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.62 micrometers and it is d...
(define tox 0.005) (define Lgs 0.67) (define Lgl 0.38) (define Ltotal (+ Lgs Lgl)) (define Ls 0.62) (define Ld 0.62) (define Rl 0.01) (define Rs 0.01) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
363
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.4 micrometers and it is...
(define tox 0.006) (define Lgs 0.21) (define Lgl 0.12) (define Ltotal (+ Lgs Lgl)) (define Ls 0.4) (define Ld 0.4) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
364
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.1 micrometers and it is dop...
(define tox 0.009) (define Lgs 0.3) (define Lgl 0.11) (define Ltotal (+ Lgs Lgl)) (define Ls 0.1) (define Ld 0.1) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGat...
365
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.19 micrometers and it i...
(define tox 0.008) (define Lgs 0.61) (define Lgl 0.36) (define Ltotal (+ Lgs Lgl)) (define Ls 0.19) (define Ld 0.19) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
366
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.06 micrometers and it...
(define tox 0.007) (define Lgs 0.68) (define Lgl 0.87) (define Ltotal (+ Lgs Lgl)) (define Ls 0.06) (define Ld 0.06) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
367
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.42 micrometers and it i...
(define tox 0.008) (define Lgs 0.94) (define Lgl 0.38) (define Ltotal (+ Lgs Lgl)) (define Ls 0.42) (define Ld 0.42) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
368
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.6 micrometers and it is dop...
(define tox 0.005) (define Lgs 0.14) (define Lgl 0.23) (define Ltotal (+ Lgs Lgl)) (define Ls 0.6) (define Ld 0.6) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
369
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.15 micrometers and it i...
(define tox 0.005) (define Lgs 0.26) (define Lgl 0.19) (define Ltotal (+ Lgs Lgl)) (define Ls 0.15) (define Ld 0.15) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
370
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.74 micrometers and it i...
(define tox 0.003) (define Lgs 0.53) (define Lgl 0.27) (define Ltotal (+ Lgs Lgl)) (define Ls 0.74) (define Ld 0.74) (define Rl 0.01) (define Rs 0.01) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
371
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.04 micrometers and it i...
(define tox 0.01) (define Lgs 0.06) (define Lgl 0.36) (define Ltotal (+ Lgs Lgl)) (define Ls 0.04) (define Ld 0.04) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
372
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.56 micrometers and it is do...
(define tox 0.006) (define Lgs 0.13) (define Lgl 0.87) (define Ltotal (+ Lgs Lgl)) (define Ls 0.56) (define Ld 0.56) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
373
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.3 micrometers and it is do...
(define tox 0.009) (define Lgs 0.03) (define Lgl 0.75) (define Ltotal (+ Lgs Lgl)) (define Ls 0.3) (define Ld 0.3) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
374
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.24 micrometers and it i...
(define tox 0.008) (define Lgs 0.85) (define Lgl 0.45) (define Ltotal (+ Lgs Lgl)) (define Ls 0.24) (define Ld 0.24) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
375
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.88 micrometers and it i...
(define tox 0.003) (define Lgs 0.36) (define Lgl 0.71) (define Ltotal (+ Lgs Lgl)) (define Ls 0.88) (define Ld 0.88) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
376
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.62 micrometers and it i...
(define tox 0.007) (define Lgs 0.51) (define Lgl 0.63) (define Ltotal (+ Lgs Lgl)) (define Ls 0.62) (define Ld 0.62) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
377
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.71 micrometers and it i...
(define tox 0.006) (define Lgs 0.75) (define Lgl 0.99) (define Ltotal (+ Lgs Lgl)) (define Ls 0.71) (define Ld 0.71) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
378
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.44 micrometers and it...
(define tox 0.005) (define Lgs 0.6) (define Lgl 0.48) (define Ltotal (+ Lgs Lgl)) (define Ls 0.44) (define Ld 0.44) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
379
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.04 micrometers and it i...
(define tox 0.002) (define Lgs 0.08) (define Lgl 0.29) (define Ltotal (+ Lgs Lgl)) (define Ls 0.04) (define Ld 0.04) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
380
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.11 micrometers and it is do...
(define tox 0.004) (define Lgs 0.65) (define Lgl 0.86) (define Ltotal (+ Lgs Lgl)) (define Ls 0.11) (define Ld 0.11) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
381
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.59 micrometers and it is d...
(define tox 0.009) (define Lgs 0.73) (define Lgl 0.78) (define Ltotal (+ Lgs Lgl)) (define Ls 0.59) (define Ld 0.59) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
382
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.89 micrometers and it i...
(define tox 0.005) (define Lgs 0.94) (define Lgl 0.96) (define Ltotal (+ Lgs Lgl)) (define Ls 0.89) (define Ld 0.89) (define Rl 0.008) (define Rs 0.008) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
383
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.57 micrometers and it i...
(define tox 0.002) (define Lgs 0.85) (define Lgl 0.4) (define Ltotal (+ Lgs Lgl)) (define Ls 0.57) (define Ld 0.57) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
384
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.25 micrometers and it is d...
(define tox 0.009) (define Lgs 0.81) (define Lgl 0.25) (define Ltotal (+ Lgs Lgl)) (define Ls 0.25) (define Ld 0.25) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
385
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material SiGe with a length of 0.42 micrometers and it is d...
(define tox 0.009) (define Lgs 0.97) (define Lgl 0.89) (define Ltotal (+ Lgs Lgl)) (define Ls 0.42) (define Ld 0.42) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
386
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.61 micrometers and it i...
(define tox 0.008) (define Lgs 0.7) (define Lgl 0.74) (define Ltotal (+ Lgs Lgl)) (define Ls 0.61) (define Ld 0.61) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
387
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.35 micrometers and it is do...
(define tox 0.009) (define Lgs 0.85) (define Lgl 0.33) (define Ltotal (+ Lgs Lgl)) (define Ls 0.35) (define Ld 0.35) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
388
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.39 micrometers and it i...
(define tox 0.004) (define Lgs 0.32) (define Lgl 0.35) (define Ltotal (+ Lgs Lgl)) (define Ls 0.39) (define Ld 0.39) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
389
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.32 micrometers and it i...
(define tox 0.006) (define Lgs 0.63) (define Lgl 0.12) (define Ltotal (+ Lgs Lgl)) (define Ls 0.32) (define Ld 0.32) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
390
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.9 micrometers and it ...
(define tox 0.007) (define Lgs 0.05) (define Lgl 0.17) (define Ltotal (+ Lgs Lgl)) (define Ls 0.9) (define Ld 0.9) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
391
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.26 micrometers and it is do...
(define tox 0.009) (define Lgs 0.13) (define Lgl 0.91) (define Ltotal (+ Lgs Lgl)) (define Ls 0.26) (define Ld 0.26) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
392
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.78 micrometers and it...
(define tox 0.003) (define Lgs 0.16) (define Lgl 0.44) (define Ltotal (+ Lgs Lgl)) (define Ls 0.78) (define Ld 0.78) (define Rl 0.004) (define Rs 0.004) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
393
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.7 micrometers and it is...
(define tox 0.009) (define Lgs 0.94) (define Lgl 0.44) (define Ltotal (+ Lgs Lgl)) (define Ls 0.7) (define Ld 0.7) (define Rl 0.003) (define Rs 0.003) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XGa...
394
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Germanium with a length of 0.28 micrometers and it...
(define tox 0.005) (define Lgs 0.43) (define Lgl 0.56) (define Ltotal (+ Lgs Lgl)) (define Ls 0.28) (define Ld 0.28) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
395
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.65 micrometers and it is do...
(define tox 0.005) (define Lgs 0.69) (define Lgl 0.55) (define Ltotal (+ Lgs Lgl)) (define Ls 0.65) (define Ld 0.65) (define Rl 0.005) (define Rs 0.005) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
396
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material GaN with a length of 0.23 micrometers and it is do...
(define tox 0.008) (define Lgs 0.6) (define Lgl 0.55) (define Ltotal (+ Lgs Lgl)) (define Ls 0.23) (define Ld 0.23) (define Rl 0.009) (define Rs 0.009) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...
397
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.94 micrometers and it i...
(define tox 0.005) (define Lgs 0.68) (define Lgl 0.17) (define Ltotal (+ Lgs Lgl)) (define Ls 0.94) (define Ld 0.94) (define Rl 0.006) (define Rs 0.006) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
398
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Silicon with a length of 0.93 micrometers and it i...
(define tox 0.006) (define Lgs 0.26) (define Lgl 0.91) (define Ltotal (+ Lgs Lgl)) (define Ls 0.93) (define Ld 0.93) (define Rl 0.002) (define Rs 0.002) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define X...
399
This structure is a nanowire transistor. There are 5 main regions: the source, short gate, long gate, drain, and oxide. There are also 3 contacts: source, drain, and gate. The gate contact covers the short gate and long gate length. The source region is of the material Diamond with a length of 0.03 micrometers and it i...
(define tox 0.007) (define Lgs 0.3) (define Lgl 0.67) (define Ltotal (+ Lgs Lgl)) (define Ls 0.03) (define Ld 0.03) (define Rl 0.007) (define Rs 0.007) (define Xmin 0) (define Xmax (+ Ls Ltotal Ld)) (define tg 0.01) (define Ymin 0) (define Ymax Rl) (define XSource (+ Xmin Ls)) (define XGates (+ XSource Lgs)) (define XG...