Author Topic: p type versus n type  (Read 1936 times)

0 Members and 1 Guest are viewing this topic.

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
p type versus n type
« on: November 10, 2012, 20:38 »
i am having a problem getting a proper IV curve for a p type device ... question .. is there any difference in atk if i have left side source p type, and right side drain n type, and i want to put Vsd = 0.5V .. is there any difference between the following code:

calculator(electrode_voltages=(0.0*Volt, -bias)),

or

calculator(electrode_voltages=(bias,0.0*Volt)),


?

It seems to me there should not be any difference but please confirm ..

then for the gate voltage, if i specify the gate as:

device_configuration.setMetallicRegions([metallic_region0(value = useVgs)] )

where is this referenced to?  I assummed it would be to wherever 0V is, or to some hypothetical ground node somewhere ... can you confirm?  IT seems the voltage you supply here is absolute correct, referenced to some 0V ground node assummed by the system?

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
Re: p type versus n type
« Reply #1 on: November 11, 2012, 00:32 »
i think i solved my problem, not taking into account the Dirac point shift for GNR device... i still wonder about the reference for gates though . basically i am hoping it is not somehow automatically referenced to one of the electrodes, instead of 0V ..

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: p type versus n type
« Reply #2 on: January 9, 2014, 15:42 »
Old thread, but I realized a good answer was missing:

The work functions of the source/drain electrodes determine the zero point of the gate bias. That is, if the electrodes have w=4 eV and the gate has w=5 eV then if you set a gate voltage 0 V, it really corresponds to an experimental gate bias of -1 V.