Author Topic: Id vs Vg curve  (Read 2172 times)

0 Members and 1 Guest are viewing this topic.

Offline David1986

  • Regular QuantumATK user
  • **
  • Posts: 15
  • Country: au
  • Reputation: 0
    • View Profile
Id vs Vg curve
« on: September 5, 2016, 08:10 »
Hi,
I want to plot Id-Vg curve for my transistors but I do not know  how to write python code for drain current vs gate voltage, please give me sample code to learn that, I really need that soon, I sent to you  my code for Id-Vd in attachment file
thank you

Offline Daniele Stradi

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 286
  • Country: dk
  • Reputation: 3
    • View Profile
Re: Id vs Vg curve
« Reply #1 on: September 5, 2016, 09:03 »
Hi,

check this tutorial (and try to reproduce it):

http://docs.quantumwise.com/tutorials/graphene_nanoribbon_device/graphene_nanoribbon_device.html#graphene-nanoribbon-device

in the tutorial you can find the script to plot the conductance as a function of gate voltage, which is a good starting point for the I_D-V_G gate (you just have to plot the current instead of the conductance on the Y axis).

Regards,
Daniele