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

Modify BadInputSetWarning logic for relaxations of a likely metal #3634

Merged
merged 6 commits into from Feb 21, 2024

Conversation

Andrew-S-Rosen
Copy link
Member

@Andrew-S-Rosen Andrew-S-Rosen commented Feb 17, 2024

Closes #3633. Relaxing a metal with ISMEAR = 0 is fine, as noted in the VASP manual, provided SIGMA is sufficiently small (< 0.05 is the recommendation in the VASP manual).

If you have no a priori knowledge of your system, for instance, if you do not know whether your system is an insulator, semiconductor or metal then always use Gaussian smearing ISMEAR=0 in combination with a small SIGMA=0.03-0.05.

…MEAR = 0 and small SIGMA

Closes #3633. Relaxing a metal with ISMEAR = 0 is fine, as noted in the VASP manual, provided SIGMA is sufficiently small (< 0.05 is the recommendation in the VASP manual).

Signed-off-by: Andrew S. Rosen <asrosen93@gmail.com>
Andrew-S-Rosen and others added 3 commits February 17, 2024 14:04
Signed-off-by: Andrew S. Rosen <asrosen93@gmail.com>
Signed-off-by: Andrew S. Rosen <asrosen93@gmail.com>
@janosh janosh enabled auto-merge (squash) February 21, 2024 14:39
@janosh janosh added io Input/output functionality vasp Vienna Ab initio Simulation Package ux User experience labels Feb 21, 2024
@janosh janosh merged commit 6087c1a into master Feb 21, 2024
22 checks passed
@janosh janosh deleted the likelymetal branch February 21, 2024 14:56
@janosh janosh added the fix Bug fix PRs label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix PRs io Input/output functionality ux User experience vasp Vienna Ab initio Simulation Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BadInputSetWarning should not be raised for ISMEAR = 0 relaxations with metals if SIGMA is small
2 participants