Skip to content

Commit

Permalink
Update settings.py (#2658)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Andrew-S-Rosen and pre-commit-ci[bot] authored Feb 10, 2025
1 parent 0b080d0 commit 4c5d159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/quacc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,11 @@ class QuaccSettings(BaseSettings):
)
VASP_PP_PATH: Optional[Path] = Field(
None,
description="Path to the VASP pseudopotential library. Must contain the directories `potpaw_PBE` and `potpaw` for PBE and LDA pseudopotentials, respectively.",
description="Path to the VASP pseudopotential library. Must contain the directories `potpaw_PBE` and `potpaw` for PBE and LDA pseudopotentials, respectively. If ASE's VASP_PP_PATH is set, you do not need to set this.",
)
VASP_VDW: Optional[Path] = Field(
None, description="Path to the vdw_kernel.bindat file for VASP vdW functionals."
None,
description="Path to the folder containing the vdw_kernel.bindat file for VASP vdW functionals. If ASE's ASE_VASP_VDW is set, you do not need to set this.",
)

# VASP Settings: General
Expand Down

0 comments on commit 4c5d159

Please sign in to comment.