QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started 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?
-
Check tutorial again. nlread returns a list, you need to grab the last element, using [-1].