Author Topic: two probe with atk-vnl  (Read 9633 times)

0 Members and 1 Guest are viewing this topic.

Offline sweta

  • Heavy QuantumATK user
  • ***
  • Posts: 84
  • Country: in
  • Reputation: 0
    • View Profile
Re: two probe with atk-vnl
« Reply #15 on: September 24, 2012, 17:26 »
Can you please tell me the coding?

And where I should use in the above script?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: two probe with atk-vnl
« Reply #16 on: September 24, 2012, 17:50 »
P.axhline(y=t.electrodeVoltages()[0].inUnitsOf(Volt), ls='--')
P.axhline(y=t.electrodeVoltages()[1].inUnitsOf(Volt), ls='--')

Offline sweta

  • Heavy QuantumATK user
  • ***
  • Posts: 84
  • Country: in
  • Reputation: 0
    • View Profile
Re: two probe with atk-vnl
« Reply #17 on: September 25, 2012, 09:49 »
Thank you so much Dr. Blom you are really great :)
It helps me alot in showing my calculation results with clarity.

Please help me once more. your above script only shows transmission spectra at zero bias (bias window at zero applied bias).

I want to show  bias window at 1.2 Volt. For this what i should add in the script ???

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: two probe with atk-vnl
« Reply #18 on: September 25, 2012, 10:58 »
The script works for any bias.

Offline sweta

  • Heavy QuantumATK user
  • ***
  • Posts: 84
  • Country: in
  • Reputation: 0
    • View Profile
Re: two probe with atk-vnl
« Reply #19 on: October 1, 2012, 09:18 »
Its really amazing!

Thanks Dr. Blom

one last question, how we can adjust the range of transmission spectra. For example, we have calculated transmission spectra in the range [0,5] but i want to show only [0,2] how we can adjust it through script?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: two probe with atk-vnl
« Reply #20 on: October 1, 2012, 09:36 »
P.xlim(0,2)

Offline sweta

  • Heavy QuantumATK user
  • ***
  • Posts: 84
  • Country: in
  • Reputation: 0
    • View Profile
Re: two probe with atk-vnl
« Reply #21 on: October 1, 2012, 11:25 »
It only change T(E) range.

I want to change range of Energy/eV

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: two probe with atk-vnl
« Reply #22 on: October 1, 2012, 11:48 »
xlim > ylim