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