This blog is to discuss calculations using VASP code.
Some of the POTCAR files (e.g. potpaw_GGA files) are compressed using .Z extension. How to extract this in Linux?
Just use the following:
zcat POTCAR.Z > POTCAR
This will uncompress .Z format and save the file in POTCAR.
No comments:
Post a Comment