Closed lim520 closed 10 years ago
Have you checked if the relevant calculations converged and produced correct output in the calculation directory. The error looks like a problem with the data left after the calculation. Check the .out and CRASH files. To really debug this I would need access to the .out files for the calculation (even better to a whole calculation directory).
Thank you for your reply. I have checked the calculations and i see no crash file in the directory. I have emailed you the relevant files. Please have a look.
Dear Dr Jochym
Please find the attached files
With regards Linu Malakkal
On Fri, Mar 21, 2014 at 5:32 AM, Paweł T. Jochym notifications@github.comwrote:
Have you checked if the relevant calculations converged and produced correct output in the calculation directory. The error looks like a problem with the data left after the calculation. Check the .out and CRASH files. To really debug this I would need access to the .out files for the calculation (even better to a whole calculation directory).
— Reply to this email directly or view it on GitHubhttps://github.com/jochym/qe-util/issues/2#issuecomment-38267989 .
W dniu 21.03.2014 21:55, lim520 pisze:
Dear Dr Jochym
Please find the attached files
Dear Linu !
I have found some time to look over the out files from your calculation. It looks like the calculation never finished properly. There is no final concluding line and the output is broken mid-iteration. This is an immediate reason for the error message.
Try to find out why the calculation stopped. Check the queuing system output files for the clues. If you got lost you can send me the output and I will try to help.
I have noticed you have closed the issue on github. Was it intentional or accidental? If you would like to keep working on it just re-open the issue.
Regards, P.
Paweł T. Jochym Institute of Nuclear Physics, PAN Cracow, Poland
Dear Dr.Jochym
I was trying to optimize the structure for BeO and was encountering following errors.
In [12]:
print "Stress tensor (Voigt notation, GPa):\n", cryst.get_stress()/GPa
Print also the forces (eV/A)
print "\nForces on atoms (eV/A)"
print "======================"
print cryst.get_forces()
ValueError Traceback (most recent call last)