Skip to content

Commit d1ad8fb

Browse files
authored
Merge branch 'develop' into feature/container-blas-and-lapack
2 parents ab382f7 + 4e37d33 commit d1ad8fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/source_hamilt/module_vdw/vdwd3_autoset_xcparam.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ const std::pair<const char*, std::vector<double>> zero_data[] = {
243243
{"b97_d", {1.0, 0.892, 0.892, 0.909, 1.0, 1.0, 1.0, 14.0, 0.0}},
244244
{"b973c", {1.0, 1.06, 1.06, 1.5, 1.0, 1.0, 1.0, 14.0, 0.0}},
245245
{"pbe", {1.0, 1.217, 1.217, 0.722, 1.0, 1.0, 1.0, 14.0, 0.0}},
246+
{"pbesol", {1.0, 1.345, 1.345, 0.612, 1.0, 1.0, 1.0, 14.0, 0.0}},
247+
// issue#6646, d3 zero-damping support for PBEsol,
248+
// parameters retrived from https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/zero_damping
246249
{"rpw86pbe", {1.0, 1.224, 1.224, 0.901, 1.0, 1.0, 1.0, 14.0, 0.0}},
247250
{"b3lyp", {1.0, 1.261, 1.261, 1.703, 1.0, 1.0, 1.0, 14.0, 0.0}},
248251
{"tpss", {1.0, 1.166, 1.166, 1.105, 1.0, 1.0, 1.0, 14.0, 0.0}},

0 commit comments

Comments
 (0)