QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: Hesam on November 27, 2013, 08:18

Title: Error during I-V calculation
Post by: Hesam 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'

Title: Re: Error during I-V calculation
Post by: Anders Blom 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.