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
Can this code be used with Hybrid functional calculations (HSE06 for example) in VASP?
I tried and don't think the recipe for PBE works for HSE?
Because, we probably cannot do non-self consistent (nscf) calculation in HSE (with VASP). For band structure plotting in HSE we typically add additional K-points (with weight zero) along high symmetry directions on top of scf KPOINTS, and then do a scf calculation with new KPOINTS file.
Wondering if some similar recipe can be used with this code to calculate band effective masses with HSE calculations in VASP?
Will appreciate any help and suggestions.
Thanks,
Anuj
The text was updated successfully, but these errors were encountered:
Copy IBZKPT from step 1 to KPOINTS file, and add additional KPOINTS as desired and generated by "emc.py input_file" with weight zero.
DO HSE scf run using new KPOINTS file (with additional KPOINTS).
Calculate band effective masses using emc.py input_file EIGENVAL, but make sure to keep only those eigenvalues in EIGENVAL file that correspond to KPOINTS generated from "emc.py input_file"
Hi,
Can this code be used with Hybrid functional calculations (HSE06 for example) in VASP?
I tried and don't think the recipe for PBE works for HSE?
Because, we probably cannot do non-self consistent (nscf) calculation in HSE (with VASP). For band structure plotting in HSE we typically add additional K-points (with weight zero) along high symmetry directions on top of scf KPOINTS, and then do a scf calculation with new KPOINTS file.
Wondering if some similar recipe can be used with this code to calculate band effective masses with HSE calculations in VASP?
Will appreciate any help and suggestions.
Thanks,
Anuj
The text was updated successfully, but these errors were encountered: