phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Locked
Message
Author
shweta_choudhary
Newbie
Newbie
Posts: 21
Joined: Tue May 16, 2023 12:56 pm

phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

#1 Post by shweta_choudhary » Mon Sep 08, 2025 7:02 am

Dear support team,

I am using vasp 6.5.0, phelel_param.hdf5 not getting generate with ELPH_POT_GENERATE = .TRUE.. Do I need to add a tag while compiling to enable e-ph calculations?

Thanks,
Shweta


max_liebetreu
Global Moderator
Global Moderator
Posts: 45
Joined: Mon Mar 03, 2025 2:42 pm

Re: phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

#2 Post by max_liebetreu » Mon Sep 08, 2025 8:09 am

Dear Shweta,

Thank you for reaching out to us on the VASP Forum. First off, please upload all relevant files as a .zip according to our posting guidelines as found here.
Generally, electron-phonon computations only work while HDF5 support is enabled, as explained here.

Best regards,

Max Liebetreu
VASP developer


shweta_choudhary
Newbie
Newbie
Posts: 21
Joined: Tue May 16, 2023 12:56 pm

Re: phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

#3 Post by shweta_choudhary » Mon Sep 08, 2025 9:15 am

Dear Max,

I am attaching OUTCAR. I already have HDF5 support enabled, and vaspout.h5 is always written. I do not understand why the ELPH tag is not read.

Thank you,

You do not have the required permissions to view the files attached to this post.

max_liebetreu
Global Moderator
Global Moderator
Posts: 45
Joined: Mon Mar 03, 2025 2:42 pm

Re: phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

#4 Post by max_liebetreu » Mon Sep 08, 2025 11:47 am

Dear Shweta,

Thank you for the OUTCAR. After taking a closer look, I think I have identified the likely culprits.

  • In VASP 6.5.0, there was a bug where ELPH_POT_GENERATE only worked when ELPH_POT_FFT_MESH is also given. That bug is fixed in VASP 6.5.1 - therefore, please either upgrade to VASP 6.5.1 OR manually specify the info of the unit cell used for the subsequent electron-phonon step:

  • In addition, ELPH_POT_GENERATE should not be combined with LCALCEPS or LCALCPOL. Similarly, EFIELD_PEAD should also be omitted for generating the phelel_param.hdf5.

Please implement these changes next, and let me know if that resolves the problem.

Max Liebetreu
VASP developer


shweta_choudhary
Newbie
Newbie
Posts: 21
Joined: Tue May 16, 2023 12:56 pm

Re: phelel_param.hdf5 not generated with ELPH_POT_GENERATE = .TRUE.

#5 Post by shweta_choudhary » Mon Sep 08, 2025 12:14 pm

Thank you!


Locked