QuantumATK Forum

QuantumATK => Scripts, Tutorials and Applications => Topic started by: hydro on March 29, 2015, 04:40

Title: How to export data without GUI?
Post by: hydro on March 29, 2015, 04:40
Hi,if i get a "**.nc" file ,and i want to get the date of bandstructure, how can i export txt file without GUI, just in python ?
Thank you!
Title: Re: How to export data without GUI?
Post by: Anders Blom on March 29, 2015, 12:53
The easiest option is to use "nlprint". If you want to format the data differently, you can query the Bandstructure object for the energies, route, and kpoints (see the reference manual for details) and print them yourself.
Title: Re: How to export data without GUI?
Post by: hydro on March 30, 2015, 04:27
OK,Thank you!