Skip to content

Commit 34dcf1c

Browse files
Remove VASP_VDW_KERNEL_DIR (#1267)
Currently, it does nothing as noted in #959. The better PR would be to make it work, but we shouldn't have an unused setting around since that will confused users more.
1 parent 9990e84 commit 34dcf1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/atomate2/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ class Atomate2Settings(BaseSettings):
5555
VASP_NCL_CMD: str = Field(
5656
"vasp_ncl", description="Command to run non-collinear version of VASP."
5757
)
58-
VASP_VDW_KERNEL_DIR: Optional[str] = Field(
59-
None, description="Path to VDW VASP kernel."
60-
)
6158
VASP_INCAR_UPDATES: dict = Field(
6259
default_factory=dict, description="Updates to apply to VASP INCAR files."
6360
)

0 commit comments

Comments
 (0)