You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
property job_completed not updated in an intuitive way
When reading a VASP OUTCAR the property job_completed is only updated if cpu_time() is first called. I guess this is not very intuitive from the user perspective. Calling read_energy() or accuracy_reached() has no effect.
Thanks, fixed now! Also, note that out.job_completed is changed to a function: out.completed(). I figure that we may use this for other things in the future, i.e. query SCF completed, or something similar.
property
job_completed
not updated in an intuitive wayWhen reading a VASP OUTCAR the property
job_completed
is only updated ifcpu_time()
is first called. I guess this is not very intuitive from the user perspective. Callingread_energy()
oraccuracy_reached()
has no effect.Reproducable code
Version details
Run the below code and add to bug-report:
The text was updated successfully, but these errors were encountered: