We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1295b9 commit d97ce17Copy full SHA for d97ce17
pymatgen/io/vasp/sets.py
@@ -781,7 +781,7 @@ def incar(self) -> Incar:
781
elif ismear == 0 and sigma > 0.05:
782
msg = f"ISMEAR = 0 with a small SIGMA ({sigma}) detected."
783
warnings.warn(
784
- f"{msg} See VASP recommendations on ISMEAR for metals (" "https://www.vasp.at/wiki/index.php/ISMEAR).",
+ f"{msg} See VASP recommendations on ISMEAR for metals (https://www.vasp.at/wiki/index.php/ISMEAR).",
785
BadInputSetWarning,
786
stacklevel=1,
787
)
0 commit comments