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