QuantumATK Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
QuantumATK W-2024.09 version released on Sep 9, 2024
Home
Help
Search
Login
Register
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
Error while re-running the script through checkpoint file
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Error while re-running the script through checkpoint file (Read 2633 times)
0 Members and 1 Guest are viewing this topic.
ruyam
Heavy QuantumATK user
Posts: 60
Country:
Reputation: 0
Error while re-running the script through checkpoint file
«
on:
December 25, 2014, 14:15 »
I want to restart my stopped python file. I followed the commands/instructions in the tutorials:
http://quantumwise.com/publications/tutorials/item/502-restarting-stopped-calculations
But the error given was: AttributeError: 'list' object has no attribute 'update'.
How to cater it?
Logged
Anders Blom
QuantumATK Staff
Supreme QuantumATK Wizard
Posts: 5575
Country:
Reputation: 96
Re: Error while re-running the script through checkpoint file
«
Reply #1 on:
December 26, 2014, 00:28 »
Check tutorial again. nlread returns a list, you need to grab the last element, using [-1].
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
QuantumATK Forum
»
QuantumATK
»
General Questions and Answers
»
Error while re-running the script through checkpoint file