QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: ams_nanolab on January 11, 2017, 15:37

Title: Export data format
Post by: ams_nanolab on January 11, 2017, 15:37
Export of transmission data is giving out put in the following format

...
 -2.000000e+00   6.999983e+00
 -1.980000e+00   6.999996e+00
 -1.960000e+00   6.999998e+00
...

while I need the data in this format (below)
...
2.0106192983e+12   1.9142005976e+00
2.0734511514e+12   1.9023768591e+00
2.1362830044e+12   2.2092658409e+00
...

How to get this?
Title: Re: Export data format
Post by: Anders Blom on January 11, 2017, 15:57
This is simple, if you just check the manual for "TransmissionSpectrum" at http://docs.quantumwise.com/manuals/Types/TransmissionSpectrum/TransmissionSpectrum.html
Just get the energies and transmission values from the object and make your own for-loop to print.