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
»
how can we add gate probe in two probe configuration (atk)
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: how can we add gate probe in two probe configuration (atk) (Read 3737 times)
0 Members and 1 Guest are viewing this topic.
jagan
New QuantumATK user
Posts: 2
Reputation: 0
how can we add gate probe in two probe configuration (atk)
«
on:
April 6, 2010, 09:28 »
Hi everybody ,i had simulated the two probe configuration aucntau ,i want simulate this setup for gate three probe where i can include gate probe in the atk script.and what is better script required for that.
Logged
zh
Supreme QuantumATK Wizard
Posts: 1141
Reputation: 24
Re: how can we add gate probe in two probe configuration (atk)
«
Reply #1 on:
April 8, 2010, 07:09 »
You can refer to the manual for applying the gate voltage:
http://www.quantumwise.com/documents/manuals/ATK-2008.10/ref.gatedtwoprobemethod.html
or see the below example and add the corresponding part with slight modification into your own script:
configuration = TwoProbeConfiguration(...)
two_probe_method = TwoProbeMethod(...)
three_probe_method = GatedTwoProbeMethod(
two_probe_method = two_probe_method
gate_voltage = 5*Volt
)
scf = executeSelfConsistentCalculation(
configuration,
method=three_probe_method
)
...
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
how can we add gate probe in two probe configuration (atk)