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
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.
"
The text was updated successfully, but these errors were encountered:
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.
"
The text was updated successfully, but these errors were encountered: