Author Topic: Error during I-V calculation  (Read 4843 times)

0 Members and 1 Guest are viewing this topic.

Offline Hesam

  • Heavy QuantumATK user
  • ***
  • Posts: 29
  • Country: us
  • Reputation: 0
    • View Profile
Error during I-V calculation
« on: November 27, 2013, 08:18 »
I got following error when I wanted to do I-V calculation from extended Huckel. The python file is attached and version 12.8 has been used. I need to add that I made the python file using scriptor v13.8 and used it in cluster and run it with atk 12.8. [using atkpython]


+------------------------------------------------------------------------------+

|                                                                              |

| Device Huckel Calculation  [Finished Wed Nov 27 01:54:53 2013]               |

|                                                                              |

+------------------------------------------------------------------------------+

Traceback (most recent call last):
  File "PN_Diode_MoS2_v1.py", line 503, in <module>
    infinitesimal=1e-06*eV,
TypeError: __init__() got an unexpected keyword argument 'energies'

« Last Edit: November 27, 2013, 08:46 by Hesam »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5749
  • Country: dk
  • Reputation: 112
    • View Profile
    • QuantumATK at Synopsys
Re: Error during I-V calculation
« Reply #1 on: November 27, 2013, 09:36 »
Scripts are not necessarily backwards compatible; the general rule is they are not, in fact.

The "IVCurve" module was an experimental prototype in 12.8, so you need to use 13.8 to use this feature properly.