graphene_TOB

Synopsys: graphene_TOB(C1,C2,Vg1,Vg2,Vds,pot_ini)

graphene_TOB is the NanoTCAD ViDES class for computing transport in a graphene FET through an analytical top-of-the-barrier model.

The simulated device is a double gate device solved through the ballistic transport limit with an infinite long channel.

The structure is depicted in the picture below.

fig

 

 

 

 

 

 

 

As inputs it requires top and bottom capacitance per unit surface (C1 and C2, respectively), top and bottom gate voltages (Vg1 and Vg2), drain-to-source voltage (Vds), and the initial solution for the potential in correspondence of graphene pot_ini.

The attributes of the classe are the following:

  • Vg1 (double)top gate voltage (V)
  • Vg2 (double)bottom gate voltage (V)
  • C1(double)top gate capacitance (F/m2)
  • C2(double)bottom gate capacitance (F/m2)
  • Vds(double)drain-to-source voltage (V)
  • Temp(double)Temperature (K)
  • thop(double)hopping parameter (eV)
  • acc(double)carbon-carbon distance (m)
  • charge_I(method)It returns three doubles: the potential in correspondence of graphene (V), the current (A/m) and the charge in the graphene layer (1/m^2).

Comments are closed.