Author Topic: Export data format  (Read 1588 times)

0 Members and 1 Guest are viewing this topic.

Offline ams_nanolab

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 389
  • Country: in
  • Reputation: 11
    • View Profile
Export data format
« 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?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5413
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Export data format
« Reply #1 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.