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
Line 199 of vasp2xyzf.py (found here vasp2xyzf.py) contains "if TOTAL_FRAMES%SKIP == 0:". This seems to cause the stress tensor values of frame "f" to be assigned to frame "f - SKIP" (this only affects the stress; forces and energies are correctly read). Commenting out this line fixes the issue.
The text was updated successfully, but these errors were encountered:
Line 199 of vasp2xyzf.py (found here vasp2xyzf.py) contains "if TOTAL_FRAMES%SKIP == 0:". This seems to cause the stress tensor values of frame "f" to be assigned to frame "f - SKIP" (this only affects the stress; forces and energies are correctly read). Commenting out this line fixes the issue.
The text was updated successfully, but these errors were encountered: