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
@@ -3941,7 +3941,7 @@
3941
3941
- d4: Grimme's DFT-D4 dispersion correction method using the external DFT-D4 library
3942
3942
- none: no vdW correction
3943
3943
3944
-
> 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.
3944
+
> 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.
3945
3945
-**Default**: none
3946
3946
3947
3947
### vdw_d4_xc
@@ -3967,25 +3967,25 @@
3967
3967
3968
3968
-**Type**: String
3969
3969
-**Availability**: *[`vdw_method`](#vdw_method) in [d2, d3_0, d3_bj]*
3970
-
-**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.
3970
+
-**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.
3971
3971
3972
3972
### vdw_s8
3973
3973
3974
3974
-**Type**: String
3975
3975
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3976
-
-**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.
3976
+
-**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.
3977
3977
3978
3978
### vdw_a1
3979
3979
3980
3980
-**Type**: String
3981
3981
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3982
-
-**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.
3982
+
-**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.
3983
3983
3984
3984
### vdw_a2
3985
3985
3986
3986
-**Type**: String
3987
3987
-**Availability**: *[`vdw_method`](#vdw_method) in [d3_0, d3_bj]*
3988
-
-**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.
3988
+
-**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.
3989
3989
3990
3990
### vdw_d
3991
3991
@@ -4048,7 +4048,7 @@
4048
4048
-**Type**: String
4049
4049
-**Description**: Determines the method used for specifying the cutoff radius in periodic systems when applying Van der Waals correction. Available options are:
4050
4050
- radius: The supercell is selected within a sphere centered at the origin with a radius defined by vdw_cutoff_radius.
4051
-
- period: The extent of the supercell is explicitly specified using the vdw_cutoff_period keyword.
4051
+
- 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
@@ -4168,7 +4168,7 @@ parameters:
4168
4168
* d4: Grimme's DFT-D4 dispersion correction method using the external DFT-D4 library
4169
4169
* none: no vdW correction
4170
4170
4171
-
[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.
4171
+
[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.
4172
4172
default_value: none
4173
4173
unit: ""
4174
4174
availability: ""
@@ -4196,31 +4196,31 @@ parameters:
4196
4196
category: vdW correction
4197
4197
type: String
4198
4198
description: |
4199
-
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.
4199
+
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.
4200
4200
default_value: ""
4201
4201
unit: ""
4202
4202
availability: "vdw_method in [d2, d3_0, d3_bj]"
4203
4203
- name: vdw_s8
4204
4204
category: vdW correction
4205
4205
type: String
4206
4206
description: |
4207
-
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.
4207
+
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.
4208
4208
default_value: ""
4209
4209
unit: ""
4210
4210
availability: "vdw_method in [d3_0, d3_bj]"
4211
4211
- name: vdw_a1
4212
4212
category: vdW correction
4213
4213
type: String
4214
4214
description: |
4215
-
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.
4215
+
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.
4216
4216
default_value: ""
4217
4217
unit: ""
4218
4218
availability: "vdw_method in [d3_0, d3_bj]"
4219
4219
- name: vdw_a2
4220
4220
category: vdW correction
4221
4221
type: String
4222
4222
description: |
4223
-
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.
4223
+
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.
4224
4224
default_value: ""
4225
4225
unit: ""
4226
4226
availability: "vdw_method in [d3_0, d3_bj]"
@@ -4292,7 +4292,7 @@ parameters:
4292
4292
description: |
4293
4293
Determines the method used for specifying the cutoff radius in periodic systems when applying Van der Waals correction. Available options are:
4294
4294
* radius: The supercell is selected within a sphere centered at the origin with a radius defined by vdw_cutoff_radius.
4295
-
* period: The extent of the supercell is explicitly specified using the vdw_cutoff_period keyword.
4295
+
* period: The extent of the D2 supercell is explicitly specified using the vdw_cutoff_period keyword. DFT-D3 and DFT-D4 require radius.
4296
4296
default_value: radius
4297
4297
unit: ""
4298
4298
availability: ""
@@ -4322,7 +4322,7 @@ parameters:
4322
4322
A value of zero disables smoothing for the two-body contribution.
4323
4323
default_value: "0.05"
4324
4324
unit: Bohr
4325
-
availability: vdw_method==d4
4325
+
availability: "vdw_method in [d3_0, d3_bj, d4]"
4326
4326
- name: vdw_cutoff_width3
4327
4327
category: vdW correction
4328
4328
type: Real
@@ -4331,7 +4331,7 @@ parameters:
4331
4331
A value of zero disables smoothing for the three-body contribution.
0 commit comments