QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: ruyam on December 25, 2014, 14:15

Title: Error while re-running the script through checkpoint file
Post by: ruyam 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?

Title: Re: Error while re-running the script through checkpoint file
Post by: Anders Blom on December 26, 2014, 00:28
Check tutorial again. nlread returns a list, you need to grab the last element, using [-1].