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

Discussion: sigma value in NSCF calculation #772

Open
Andrew-S-Rosen opened this issue Mar 11, 2024 · 0 comments
Open

Discussion: sigma value in NSCF calculation #772

Andrew-S-Rosen opened this issue Mar 11, 2024 · 0 comments

Comments

@Andrew-S-Rosen
Copy link
Member

Andrew-S-Rosen commented Mar 11, 2024

I want to open up a discussion here.

In the NonSCFSetGenerator, the following logic is applied:

elif self.mode in ("line", "boltztrap"):
# if line mode or explicit k-points (boltztrap) can't use ISMEAR=-5
# use small sigma to avoid partial occupancies for small band gap materials
# use a larger sigma if the material is a metal
sigma = 0.2 if bandgap == 0 else 0.01
updates.update({"ISMEAR": 0, "SIGMA": sigma})

For metals, does it make sense to be using SIGMA = 0.2 in combination with ISMEAR = 0? My understanding is that if you're using ISMEAR =0, one should really be using a small SIGMA (e.g. <= 0.05). Should this be SIGMA = 0.2 and ISMEAR = 1 for metals vs. SIGMA = 0.01 and ISMEAR = 0 for non-metals?

I am confident that @utf has opinions on this.

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

1 participant