QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: njuxyh on April 20, 2014, 18:37

Title: how to export the bandstructure date to the Origin readable format in 13.8.1
Post 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!
Title: Re: how to export the bandstructure date to the Origin readable format in 13.8.1
Post by: kstokbro on April 21, 2014, 21:55
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.

Title: Re: how to export the bandstructure date to the Origin readable format in 13.8.1
Post by: njuxyh on April 22, 2014, 18:11
thank you very much, i will try it.