-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I have noticed when trying to use py4vasp on VASP output files that the vaspout.h5 file is missing and as a result following the tutorials is becoming difficult.
Support told me to send a install request as there is no version on myriad currently compatible.
"
py4vasp extracts all information from the HDF5 output so you need to make sure to compile VASP adding -DVASP_HDF5 to the CPP_OPTIONS in the makefile.include. You will also need to add the HDF5 library to the include (INCS) and linking (LLIBS) instructions. py4vasp also requires a VASP version > 6.2 and because py4vasp is developed alongside VASP, we recommend that you use versions of these two codes released about at the same time for maximum compatibility.
"