Author Topic: No module named readTotalEnergy  (Read 1688 times)

0 Members and 1 Guest are viewing this topic.

Offline Shan

  • QuantumATK Guru
  • ****
  • Posts: 101
  • Country: in
  • Reputation: 0
    • View Profile
No module named readTotalEnergy
« on: July 12, 2012, 09:33 »
Dear experts,
 i got the below error when i am running the script for total energy vs gatevoltage as provided in benzene SET manual.
i searche in forum , there is an anwer but some text is overriding it so i am unable read it completely.
another thing is if i want to run the script using atkpython terminal of windows. what commands should i use.
 

| NanoLanguageScript execution started                                         |
+------------------------------------------------------------------------------+
+------------------------------------------------------------------------------+
|                                                                              |
| Atomistix ToolKit 11.2.2 [Build 3069]                                        |
|                                                                              |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
  File "c:\users\bhushan\appdata\local\temp\7973855527418567.py", line 3, in <module>
    from readTotalEnergy import readTotalEnergy
ImportError: No module named readTotalEnergy
NanoLanguageScript execution failure
+------------------------------------------------------------------------------+
| NanoLanguageScript execution finished                                        |
+------------------------------------------------------------------------------+


anyone please help me .
thank you in advance. 

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: No module named readTotalEnergy
« Reply #1 on: July 12, 2012, 12:00 »
Assume this is solved, given your follow-up question :)

Offline Shan

  • QuantumATK Guru
  • ****
  • Posts: 101
  • Country: in
  • Reputation: 0
    • View Profile
Re: No module named readTotalEnergy
« Reply #2 on: July 12, 2012, 12:18 »
yes Anders , thank you.