From 4c5d1591f54373005f9d770236379ee615c212ed Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Mon, 10 Feb 2025 13:21:55 -0500 Subject: [PATCH] Update settings.py (#2658) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/quacc/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/quacc/settings.py b/src/quacc/settings.py index 7c05474601..625837ac73 100644 --- a/src/quacc/settings.py +++ b/src/quacc/settings.py @@ -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