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
»
no support writing
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: no support writing (Read 3310 times)
0 Members and 1 Guest are viewing this topic.
rose
Heavy QuantumATK user
Posts: 47
Country:
Reputation: 0
no support writing
«
on:
September 4, 2015, 07:55 »
hi,
I do not like to create a new Topic so i ask here..
how can i save the TransmissionSpectrum based on omega and energy. I try to use nlsave in proper places but i got " no support writing " error.
where should i put nlsave and how to save the transmission spectrum versus omega and energy.
thanks
Rose
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5575
Country:
Reputation: 96
Re: no support writing
«
Reply #1 on:
September 4, 2015, 13:37 »
I'll make it for you then...
No idea what you are trying to do, or where that error come from. Please show script. nlsave only works for specific classes in NanoLanguage, and numpy.arrays
Logged
Jess Wellendorff
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 933
Country:
Reputation: 29
Re: no support writing
«
Reply #2 on:
September 4, 2015, 15:23 »
You could use the VNL "export" plugin to export a plain text file containing the T(energy) vs. energy data. What is omega in your post?
Logged
rose
Heavy QuantumATK user
Posts: 47
Country:
Reputation: 0
Re: no support writing
«
Reply #3 on:
September 4, 2015, 16:39 »
hi
I try to use the code discussed in
http://quantumwise.com/documents/tutorials/latest/LowLevelEntities/index.html/chap.acconductance.html
In this short tutorial the ac response is discussed. I really interested to see the T(E) as it is common in current studies. In this tutorial, on the other hand, the T is not only depend on E but on omega too, i.e. T(E,omega).
But I can not save it like the usual way nlsave('transmission', T, 'omega') and i got the aforementioned error.
I am really interested to plot the T(E) in different omega. how can I do that?
thanks
Rose
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5575
Country:
Reputation: 96
Re: no support writing
«
Reply #4 on:
September 4, 2015, 17:26 »
If your purpose is to plot, nlsave will not help you achieve that...
You should just write the corresponding lines of code, using "pylab" and make the plot, exactly like in the tutorial.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
no support writing