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
»
is there any way to calculate the transmission spectrum gap ?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: is there any way to calculate the transmission spectrum gap ? (Read 3045 times)
0 Members and 1 Guest are viewing this topic.
395235863
Heavy QuantumATK user
Posts: 81
Country:
Reputation: 0
is there any way to calculate the transmission spectrum gap ?
«
on:
December 30, 2016, 04:37 »
is there any way to calculate the transmission spectrum gap from the transmissionspectrum.nc?
a script maybe better
Thank you very much!
Logged
Daniele Stradi
Supreme QuantumATK Wizard
Posts: 286
Country:
Reputation: 3
Re: is there any way to calculate the transmission spectrum gap ?
«
Reply #1 on:
December 30, 2016, 09:45 »
To evaluate the gap you can easily use the TransmissionSpectrum analyzer in VNL.
Unfortunately, there is no script available at the moment, but it should not be too difficult to write a script that:
1. nlreads the TransmissionSpectrum object from the transmissionspectrum.nc file. See:
http://docs.quantumwise.com/manuals/Types/nlread/nlread.html
2. extracts from the TransmissionSpectrum object (i) the energy using the query function .energy(), and (ii) the k-point averaged transmission using the query function .evaluate(). See:
http://docs.quantumwise.com/manuals/Types/TransmissionSpectrum/TransmissionSpectrum.html
3. scans over all energies and prints out the energies where the corresponding transmission goes below/above a certain threshold (e.g. 0.01).
You can follow the instruction on atkpython in the manual:
http://docs.quantumwise.com/manuals/Python.html
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
is there any way to calculate the transmission spectrum gap ?