Author Topic: How to setup verbosity_level in ATK11.2?  (Read 3667 times)

0 Members and 1 Guest are viewing this topic.

Offline hejun8035

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Reputation: 0
    • View Profile
How to setup verbosity_level in ATK11.2?
« 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)

Offline Forum Administrator

  • Forum Administrator
  • Administrator
  • Heavy QuantumATK user
  • *****
  • Posts: 52
  • Country: dk
  • Reputation: 0
    • View Profile
    • QuantumATK at Synopsys
Re: How to setup verbosity_level in ATK11.2?
« Reply #1 on: April 18, 2011, 22:23 »
This feature is not yet implemented in 11.2. It will come soon ;)

Offline hejun8035

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Reputation: 0
    • View Profile
Re: How to setup verbosity_level in ATK11.2?
« Reply #2 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)
« Last Edit: April 19, 2011, 07:19 by hejun8035 »

Offline Forum Administrator

  • Forum Administrator
  • Administrator
  • Heavy QuantumATK user
  • *****
  • Posts: 52
  • Country: dk
  • Reputation: 0
    • View Profile
    • QuantumATK at Synopsys
Re: How to setup verbosity_level in ATK11.2?
« Reply #3 on: April 19, 2011, 10:26 »
1.
Code: python
nlprint(transmission_spectrum.current())
See the manual 2. ATK 11.2 is equally excellent ;) See this mini-tutorial.

Offline hejun8035

  • Heavy QuantumATK user
  • ***
  • Posts: 47
  • Reputation: 0
    • View Profile
Re: How to setup verbosity_level in ATK11.2?
« Reply #4 on: April 20, 2011, 13:51 »
Thanks!