QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: njuxyh on April 20, 2014, 18:37
-
i am using the version 13.8.1, and now, the bandstructure is showed in VNL by bandstructure analyzer, but i want to show it in Origin, i notice there is a choice to choose " EXPORT Date as Text", but it seems has some needless information for origin.
So i want to know is there a direct way to export data to origin?
thanks!
-
We only have one text format for the export, this is in a standard ascii format. If this does not suit your needs you must make you own script for converting this format to origin.
You can also make a direct python script that prints out the bandstructure the way you want it or use nlprint.
-
thank you very much, i will try it.