QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: hejun8035 on April 18, 2011, 16:11

Title: How to setup verbosity_level in ATK11.2?
Post by: hejun8035 on April 18, 2011, 16:11
In ATK 11.2, the output file is too large, and can I setup the verbosity_level to reduce the output file?  Who can tell me how to setup verbosity_level in ATK11.2? ???
(It is very easy to setup verbosity_level in ATK2008.10)
Title: Re: How to setup verbosity_level in ATK11.2?
Post by: Forum Administrator on April 18, 2011, 22:23
This feature is not yet implemented in 11.2. It will come soon ;)
Title: Re: How to setup verbosity_level in ATK11.2?
Post by: hejun8035 on April 19, 2011, 07:03
Thank you very much!
However, I still have some other questions about calculated current-voltage curves while use ATK 11.2.
1. How to print the current in output file?
2. I only calculated the bias site by site in ATK11.2, this will waste a lot of time. How to introduce former nc file to save time?(I feel ATK2008.10 is excellent in this filed)
Title: Re: How to setup verbosity_level in ATK11.2?
Post by: Forum Administrator on April 19, 2011, 10:26
1.

Code: python
nlprint(transmission_spectrum.current())
See the manual (http://quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.transmissionspectrum.html)

2. ATK 11.2 is equally excellent ;) See this mini-tutorial (http://quantumwise.com/publications/tutorials/mini-tutorials/98-i-v-curve-and-voltage-drop).
Title: Re: How to setup verbosity_level in ATK11.2?
Post by: hejun8035 on April 20, 2011, 13:51
Thanks!