You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3950,7 +3950,7 @@
3950
3950
- d4: Grimme's DFT-D4 dispersion correction method using the external DFT-D4 library
3951
3951
- none: no vdW correction
3952
3952
3953
-
> Note: ABACUS supports automatic setting of DFT-D3 parameters for common functionals. To benefit from this feature, please specify the parameter dft_functional explicitly, otherwise the autoset procedure will crash. If not satisfied with the built-in parameters, any manual setting on vdw_s6, vdw_s8, vdw_a1 and vdw_a2 will overwrite the automatic values.
3953
+
> Note: DFT-D3 damping parameters are loaded from the bundled s-dftd3 v1.5.0 dataset. Individual user values overwrite the corresponding tabulated values. Setting all four of vdw_s6, vdw_s8, vdw_a1 and vdw_a2 defines a fully custom set and bypasses functional lookup.
3954
3954
-**Default**: none
3955
3955
3956
3956
### vdw_d4_xc
@@ -3976,25 +3976,25 @@
3976
3976
3977
3977
-**Type**: String
3978
3978
-**Availability**: *[`vdw_method`](#vdw_method) in [d2, d3_0, d3_bj]*
3979
-
-**Description**: This scale factor is used to optimize the interaction energy deviations in van der Waals (vdW) corrected calculations. The recommended values of this parameter are dependent on the chosen vdW correction method and the DFT functional being used. For DFT-D2, the recommended values are 0.75 (PBE), 1.2 (BLYP), 1.05 (B-P86), 1.0 (TPSS), and 1.05 (B3LYP). If not set, will use values of PBE functional. For DFT-D3, recommended values with different DFT functionals can be found on the here. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
3979
+
-**Description**: Scale factor s6. DFT-D2 keeps its established defaults; for DFT-D3, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the selected default.
3980
3980
3981
3981
### vdw_s8
3982
3982
3983
3983
-**Type**: String
3984
3984
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3985
-
-**Description**: This scale factor is relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
3985
+
-**Description**: Scale factor s8 for D3(0) and D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
3986
3986
3987
3987
### vdw_a1
3988
3988
3989
3989
-**Type**: String
3990
3990
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3991
-
-**Description**: This damping function parameter is relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
3991
+
-**Description**: Damping parameter rs6 for D3(0), or a1 for D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
3992
3992
3993
3993
### vdw_a2
3994
3994
3995
3995
-**Type**: String
3996
3996
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3997
-
-**Description**: This damping function parameter is only relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
3997
+
-**Description**: Damping parameter rs8 for D3(0), or a2 for D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
3998
3998
3999
3999
### vdw_d
4000
4000
@@ -4057,7 +4057,7 @@
4057
4057
-**Type**: String
4058
4058
-**Description**: Determines the method used for specifying the cutoff radius in periodic systems when applying Van der Waals correction. Available options are:
4059
4059
- radius: The supercell is selected within a sphere centered at the origin with a radius defined by vdw_cutoff_radius.
4060
-
- period: The extent of the supercell is explicitly specified using the vdw_cutoff_period keyword.
4060
+
- period: The extent of the D2 supercell is explicitly specified using the vdw_cutoff_period keyword. DFT-D3 and DFT-D4 require radius.
Copy file name to clipboardExpand all lines: docs/parameters.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4176,7 +4176,7 @@ parameters:
4176
4176
* d4: Grimme's DFT-D4 dispersion correction method using the external DFT-D4 library
4177
4177
* none: no vdW correction
4178
4178
4179
-
[NOTE] ABACUS supports automatic setting of DFT-D3 parameters for common functionals. To benefit from this feature, please specify the parameter dft_functional explicitly, otherwise the autoset procedure will crash. If not satisfied with the built-in parameters, any manual setting on vdw_s6, vdw_s8, vdw_a1 and vdw_a2 will overwrite the automatic values.
4179
+
[NOTE] DFT-D3 damping parameters are loaded from the bundled s-dftd3 v1.5.0 dataset. Individual user values overwrite the corresponding tabulated values. Setting all four of vdw_s6, vdw_s8, vdw_a1 and vdw_a2 defines a fully custom set and bypasses functional lookup.
4180
4180
default_value: none
4181
4181
unit: ""
4182
4182
availability: ""
@@ -4204,31 +4204,31 @@ parameters:
4204
4204
category: vdW correction
4205
4205
type: String
4206
4206
description: |
4207
-
This scale factor is used to optimize the interaction energy deviations in van der Waals (vdW) corrected calculations. The recommended values of this parameter are dependent on the chosen vdW correction method and the DFT functional being used. For DFT-D2, the recommended values are 0.75 (PBE), 1.2 (BLYP), 1.05 (B-P86), 1.0 (TPSS), and 1.05 (B3LYP). If not set, will use values of PBE functional. For DFT-D3, recommended values with different DFT functionals can be found on the here. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
4207
+
Scale factor s6. DFT-D2 keeps its established defaults; for DFT-D3, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the selected default.
4208
4208
default_value: ""
4209
4209
unit: ""
4210
4210
availability: "vdw_method in [d2, d3_0, d3_bj]"
4211
4211
- name: vdw_s8
4212
4212
category: vdW correction
4213
4213
type: String
4214
4214
description: |
4215
-
This scale factor is relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
4215
+
Scale factor s8 for D3(0) and D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
4216
4216
default_value: ""
4217
4217
unit: ""
4218
4218
availability: "vdw_method in [d3_0, d3_bj]"
4219
4219
- name: vdw_a1
4220
4220
category: vdW correction
4221
4221
type: String
4222
4222
description: |
4223
-
This damping function parameter is relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
4223
+
Damping parameter rs6 for D3(0), or a1 for D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
4224
4224
default_value: ""
4225
4225
unit: ""
4226
4226
availability: "vdw_method in [d3_0, d3_bj]"
4227
4227
- name: vdw_a2
4228
4228
category: vdW correction
4229
4229
type: String
4230
4230
description: |
4231
-
This damping function parameter is only relevant for D3(0) and D3(BJ) van der Waals (vdW) correction methods. The recommended values of this parameter with different DFT functionals can be found on the webpage. If not set, will search in ABACUS built-in dataset based on the dft_functional keywords. User set value will overwrite the searched value.
4231
+
Damping parameter rs8 for D3(0), or a2 for D3(BJ). If not set, ABACUS loads the s-dftd3 value for dft_functional. A user value overwrites the tabulated value.
4232
4232
default_value: ""
4233
4233
unit: ""
4234
4234
availability: "vdw_method in [d3_0, d3_bj]"
@@ -4300,7 +4300,7 @@ parameters:
4300
4300
description: |
4301
4301
Determines the method used for specifying the cutoff radius in periodic systems when applying Van der Waals correction. Available options are:
4302
4302
* radius: The supercell is selected within a sphere centered at the origin with a radius defined by vdw_cutoff_radius.
4303
-
* period: The extent of the supercell is explicitly specified using the vdw_cutoff_period keyword.
4303
+
* period: The extent of the D2 supercell is explicitly specified using the vdw_cutoff_period keyword. DFT-D3 and DFT-D4 require radius.
4304
4304
default_value: radius
4305
4305
unit: ""
4306
4306
availability: ""
@@ -4330,7 +4330,7 @@ parameters:
4330
4330
A value of zero disables smoothing for the two-body contribution.
4331
4331
default_value: "0.05"
4332
4332
unit: Bohr
4333
-
availability: vdw_method==d4
4333
+
availability: "vdw_method in [d3_0, d3_bj, d4]"
4334
4334
- name: vdw_cutoff_width3
4335
4335
category: vdW correction
4336
4336
type: Real
@@ -4339,7 +4339,7 @@ parameters:
4339
4339
A value of zero disables smoothing for the three-body contribution.
0 commit comments