Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this code be used with HSE(Hybrid-DFT) calculations in VASP? #19

Open
agoyal06 opened this issue Dec 18, 2018 · 2 comments
Open

Can this code be used with HSE(Hybrid-DFT) calculations in VASP? #19

agoyal06 opened this issue Dec 18, 2018 · 2 comments

Comments

@agoyal06
Copy link

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

@agoyal06
Copy link
Author

Don't worry. I figured it out.

Here are the steps to follow:

  1. Do HSE scf run with VASP.
  2. Copy IBZKPT from step 1 to KPOINTS file, and add additional KPOINTS as desired and generated by "emc.py input_file" with weight zero.
  3. DO HSE scf run using new KPOINTS file (with additional KPOINTS).
  4. 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"

@afonari
Copy link
Owner

afonari commented Dec 19, 2018

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants