QuantumATK Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
QuantumATK W-2024.09 version released on Sep 9, 2024
Home
Help
Search
Login
Register
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
two probe with atk-vnl
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: two probe with atk-vnl (Read 11830 times)
0 Members and 1 Guest are viewing this topic.
sweta
Heavy QuantumATK user
Posts: 84
Country:
Reputation: 0
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?
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5565
Country:
Reputation: 93
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='--')
Logged
sweta
Heavy QuantumATK user
Posts: 84
Country:
Reputation: 0
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
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5565
Country:
Reputation: 93
Re: two probe with atk-vnl
«
Reply #18 on:
September 25, 2012, 10:58 »
The script works for any bias.
Logged
sweta
Heavy QuantumATK user
Posts: 84
Country:
Reputation: 0
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?
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5565
Country:
Reputation: 93
Re: two probe with atk-vnl
«
Reply #20 on:
October 1, 2012, 09:36 »
P.xlim(0,2)
Logged
sweta
Heavy QuantumATK user
Posts: 84
Country:
Reputation: 0
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
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5565
Country:
Reputation: 93
Re: two probe with atk-vnl
«
Reply #22 on:
October 1, 2012, 11:48 »
xlim > ylim
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
two probe with atk-vnl