Skip to content

Commit 9ca8a3c

Browse files
authored
Update citations (dftd4#278)
1 parent 3eee6fe commit 9ca8a3c

File tree

4 files changed

+111
-7
lines changed

4 files changed

+111
-7
lines changed

CITATION.bib

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
@article{dftd4-1,
2+
author = {Eike Caldeweyher and Christoph Bannwarth and Stefan Grimme},
3+
journal = {J. Chem. Phys.},
4+
title = {Extension of the D3 dispersion coefficient model},
5+
year = {2017},
6+
month = {7},
7+
number = {3},
8+
pages = {034112},
9+
volume = {147},
10+
doi = {10.1063/1.4993215},
11+
publisher = {{AIP} Publishing}
12+
}
13+
14+
@article{dftd4-2,
15+
author = {Eike Caldeweyher and Sebastian Ehlert and Andreas Hansen and Hagen Neugebauer and Sebastian Spicher and Christoph Bannwarth and Stefan Grimme},
16+
journal = {J. Chem. Phys.},
17+
title = {A generally applicable atomic-charge dependent London dispersion correction},
18+
year = {2019},
19+
month = {4},
20+
number = {15},
21+
pages = {154122},
22+
volume = {150},
23+
doi = {10.1063/1.5090222},
24+
publisher = {{AIP} Publishing}
25+
}
26+
27+
@article{dftd4-periodic,
28+
author = {Eike Caldeweyher and Jan-Michael Mewes and Sebastian Ehlert and Stefan Grimme},
29+
journal = {Phys. Chem. Chem. Phys.},
30+
title = {Extension and evaluation of the D4 London-dispersion model for periodic systems},
31+
year = {2020},
32+
number = {16},
33+
pages = {8499--8512},
34+
volume = {22},
35+
doi = {10.1039/d0cp00502a},
36+
publisher = {Royal Society of Chemistry ({RSC})}
37+
}
38+
39+
@article{dftd4-rsh,
40+
author = {Friede, Marvin and Ehlert, Sebastian and Grimme, Stefan and Mewes, Jan-Michael},
41+
title = {Do Optimally Tuned Range-Separated Hybrid Functionals Require a Reparametrization of the Dispersion Correction? It Depends},
42+
journal = {Journal of Chemical Theory and Computation},
43+
volume = {19},
44+
number = {22},
45+
pages = {8097-8107},
46+
year = {2023},
47+
doi = {10.1021/acs.jctc.3c00717},
48+
note = {PMID: 37955590},
49+
url = {https://doi.org/10.1021/acs.jctc.3c00717}
50+
}
51+
52+
@article{dftd4-actinides,
53+
author = {Wittmann, Lukas and Gordiy, Igor and Friede, Marvin and Helmich-Paris, Benjamin and Grimme, Stefan and Hansen, Andreas and Bursch, Markus},
54+
title = {Extension of the D3 and D4 London dispersion corrections to the full actinides series},
55+
journal = {Phys. Chem. Chem. Phys.},
56+
year = {2024},
57+
volume = {26},
58+
issue = {32},
59+
pages = {21379-21394},
60+
publisher = {The Royal Society of Chemistry},
61+
doi = {10.1039/D4CP01514B},
62+
url = {http://dx.doi.org/10.1039/D4CP01514B},
63+
}

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,24 @@ Eike Caldeweyher, Jan-Michael Mewes, Sebastian Ehlert and Stefan Grimme, *Phys.
411411
DOI: [10.1039/D0CP00502A](https://doi.org/10.1039/D0CP00502A)
412412
chemrxiv: [10.26434/chemrxiv.10299428](https://doi.org/10.26434/chemrxiv.10299428.v1)
413413

414+
<br>
415+
416+
In the range-separate hybrid context:
417+
418+
Marvin Friede, Sebastian Ehlert, Stefan Grimme and Jan-Michael Mewes, *J. Chem. Theory Comput.*, **2023**, 19 (22), 8097-8107.
419+
DOI: [10.1021/acs.jctc.3c00717](10.1021/acs.jctc.3c00717)
420+
421+
<br>
422+
423+
Extension to Fr, Ra, and full Actinide series:
424+
425+
Lukas Wittmann, Igor Gordiy, Marvin Friede, Benjamin Helmich-Paris, Stefan Grimme, Andreas Hansen and Markus Bursch, *Phys. Chem. Chem. Phys.*, **2024**, 26, 21379-21394.
426+
DOI: [10.1039/D4CP01514B](10.1039/D4CP01514B)
427+
428+
<br>
429+
430+
Citations can also be viewed via `dftd4 --citation` or in the [BibTeX file](CITATION.bib).
431+
414432

415433
## License
416434

app/help.f90

+18-7
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ subroutine header(unit)
119119
" | Mulliken Center for Theoretical Chemistry |",&
120120
" | University of Bonn |",&
121121
" ----------------------------------------------------------- ",""
122+
122123
end subroutine header
123124

124125

@@ -152,18 +153,27 @@ subroutine citation(unit)
152153
"ChemRxiv: 10.26434/chemrxiv.7430216.v2", &
153154
"", &
154155
"Periodic DFTD4 model:", &
155-
"Eike Caldeweyher, Jan-Michael Mewes, Sebastian Ehlert", &
156-
"and Stefan Grimme, Phys. Chem. Chem. Phys., 2020, 22, 8499-8512.", &
156+
"Eike Caldeweyher, Jan-Michael Mewes, Sebastian Ehlert and Stefan Grimme,", &
157+
"Phys. Chem. Chem. Phys., 2020, 22, 8499-8512.", &
157158
"DOI: 10.1039/D0CP00502A", &
158159
"ChemRxiv: 10.26434/chemrxiv.10299428.v1", &
159160
"", &
161+
"DFTD4 for range-separated hybrids:", &
162+
"Marvin Friede, Sebastian Ehlert, Stefan Grimme, Jan-Michael Mewes,", &
163+
"J. Chem. Theory Comput., 2023, 19 (22), 8097-8107.", &
164+
"DOI: 10.1021/acs.jctc.3c00717", &
165+
"", &
166+
"Extension to Fr, Ra, and full Actinide series:", &
167+
"Lukas Wittmann, Igor Gordiy, Marvin Friede, Benjamin Helmich-Paris, ", &
168+
"Stefan Grimme, Andreas Hansen and Markus Bursch,", &
169+
"Phys. Chem. Chem. Phys., 2024, 26, 21379-21394.", &
170+
"DOI: 10.1039/D4CP01514B", &
171+
"", &
160172
"Smooth D4S model:", &
161-
"Nikolay V. Tkachenko, Linus B. Dittmer, Rebecca Tomann", &
162-
"and Martin Head-Gordon, J. Phys. Chem. Lett., 2024, 15, 42, 1062910637.", &
173+
"Nikolay V. Tkachenko, Linus B. Dittmer, Rebecca Tomann and Martin Head-Gordon, ", &
174+
"J. Phys. Chem. Lett., 2024, 15, 42, 10629-10637.", &
163175
"DOI: 10.1021/acs.jpclett.4c02653", &
164-
"ChemRxiv: 10.26434/chemrxiv-2024-31x2z", &
165-
""
166-
176+
"ChemRxiv: 10.26434/chemrxiv-2024-31x2z"
167177

168178
end subroutine citation
169179

@@ -184,6 +194,7 @@ subroutine license(unit)
184194
"", &
185195
"You should have received a copy of the Lesser GNU General Public License", &
186196
"along with dftd4. If not, see <https://www.gnu.org/licenses/>."
197+
187198
end subroutine license
188199

189200

doc/index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,23 @@ References
4747
DOI: `10.1039/D0CP00502A <https://dx.doi.org/10.1039/D0CP00502A>`__
4848
chemrxiv: `10.26434/chemrxiv.10299428 <https://dx.doi.org/10.26434/chemrxiv.10299428>`__
4949

50+
- Marvin Friede, Sebastian Ehlert, Stefan Grimme and Jan-Michael Mewes,
51+
*J. Chem. Theory Comput.*, **2023**, 19 (22), 8097-8107.
52+
DOI: `10.1021/acs.jctc.3c00717 <10.1021/acs.jctc.3c00717>`__
53+
54+
- Lukas Wittmann, Igor Gordiy, Marvin Friede, Benjamin Helmich-Paris, Stefan Grimme, Andreas Hansen and Markus Bursch,
55+
*Phys. Chem. Chem. Phys.*, **2024**, 26, 21379-21394.
56+
DOI: `10.1039/D4CP01514B <10.1039/D4CP01514B>`__
57+
5058
- Nikolay V. Tkachenko, Linus B. Dittmer, Rebecca Tomann and Martin Head-Gordon,
5159
*J. Phys. Chem. Lett.*, **2024**, 15, 42, 10629–10637.
5260
DOI: `10.1021/acs.jpclett.4c02653 <https://dx.doi.org/10.1021/acs.jpclett.4c02653>`__
5361
chemrxiv: `10.26434/chemrxiv-2024-31x2z <https://dx.doi.org/10.26434/chemrxiv-2024-31x2z>`__
5462

63+
64+
Citations can also be viewed via `dftd4 --citation` or in the `BibTeX file <https://github.com/dftd4/dftd4/CITATION.bib>`__.
65+
66+
5567
.. toctree::
5668

5769
Recipes <recipe/index>

0 commit comments

Comments
 (0)