Author Topic: Forward and Reverse Biasing a Device  (Read 2110 times)

0 Members and 1 Guest are viewing this topic.

Offline Sarvesh Agarwal

  • Heavy QuantumATK user
  • ***
  • Posts: 60
  • Country: in
  • Reputation: 0
    • View Profile
Forward and Reverse Biasing a Device
« on: June 4, 2013, 21:27 »
Hello
 I have to calculate  the i-v characteristics for positive bias (0 to 1 V) and I used the " for bias in numpy.linspace(0.,1,10)*Volt:" command
but in the analyzer panel its showing the i-v characteristics for negative bias (-1 to 0 V) why this is happening please explain..? 

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Re: Forward and Reverse Biasing a Device
« Reply #1 on: June 5, 2013, 11:13 »
This is due to the definition of the forward and reverse bias direction in ATK.
see http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.transmissionspectrum.html

In short, positive current direction is left to right, means Vbias = Vleft -Vright,
i.e. if you apply the potential to the left electrode you bias will correspond to the applied potential.

Offline Sarvesh Agarwal

  • Heavy QuantumATK user
  • ***
  • Posts: 60
  • Country: in
  • Reputation: 0
    • View Profile
Re: Forward and Reverse Biasing a Device
« Reply #2 on: June 6, 2013, 12:18 »
Ohhh..ok ok I got that, I am biasing the device right to left..
        " calculator(electrode_voltages=(-0.5*voltage,0.5*voltage))"... thats why I was getting negative voltage and current...
thanks sir.. :)