(git:d18deda)
Loading...
Searching...
No Matches
bibliography.F
Go to the documentation of this file.
1!--------------------------------------------------------------------------------------------------!
2! CP2K: A general program to perform molecular dynamics simulations !
3! Copyright 2000-2025 CP2K developers group <https://cp2k.org> !
4! !
5! SPDX-License-Identifier: GPL-2.0-or-later !
6!--------------------------------------------------------------------------------------------------!
7
8! **************************************************************************************************
9!> \brief collects all references to literature in CP2K
10!> as new algorithms / method are included from literature sources
11!> we add a citation, to give credit to the authors
12!> (often ourselves, but this need not to be the case), and as a form
13!> of documentation.
14!>
15!> add references here as an easy way to cite these references from the code
16!> (e.g., whenever the relevant part of the code is executed)
17!> and to add citations to the input
18!> at the end of the run a bibliography is printed that can be used, e.g., in papers
19!> \author Joost VandeVondele
20! **************************************************************************************************
22
25 USE string_utilities, ONLY: s2a
26#include "../base/base_uses.f90"
27
28 IMPLICIT NONE
29
30 PRIVATE
31
32 PUBLIC :: cite_reference ! for convenience
33 PUBLIC :: add_all_references ! f77_interface only
34
35 ! all reference keys
36 INTEGER, PUBLIC, SAVE :: richters2018, vandevondele2005a, vandevondele2003, &
93
94CONTAINS
95
96! **************************************************************************************************
97!> \brief adds references that can later be cited / printed using the key
98!> \par History
99!> 08.2007 created [Joost VandeVondele]
100!> \note
101!> - please add DOI whenever available, this will result in a clickable
102!> link in the input reference manual.
103!> - please provide for journal articles:
104!> - all author names, abbreviate the first names
105!> - the title of the article
106!> - the abbreviated journal name (please use the ISO4 standard)
107!> - volume
108!> - pages (in case there is starting and end page: please provide start page-end page;
109!> in case there is article number, e.g. J. Chem. Phys, Phys. Rev., then provide
110!> the article number)
111! **************************************************************************************************
113 CALL add_reference(key=ceriotti2012, &
114 authors=s2a("M. Ceriotti", "D. Manolopoulos"), &
115 title="Efficient First-Principles Calculation "// &
116 "of the Quantum Kinetic Energy and Momentum Distribution of Nuclei", &
117 source="Phys. Rev. Lett.", volume="109", pages="100604", &
118 year=2012, doi="10.1103/PhysRevLett.109.100604")
119
120 CALL add_reference(key=ceriotti2010, &
121 authors=s2a("M. Ceriotti", "M. Parrinello", "T. Markland", "D. Manolopoulos"), &
122 title="Efficient stochastic thermostatting of path integral molecular dynamics", &
123 source="J. Chem. Phys.", volume="133", pages="124104", &
124 year=2010, doi="10.1063/1.3489925")
125
127 authors=s2a("J. Wellendorff", "K. Lundgaard", "A. Mogelhoj", "V. Petzold", &
128 "D. Landis", "J. Norskov", "T. Bligaard", "K. Jacobsen"), &
129 title="Density functionals for surface science: "// &
130 "Exchange-correlation model development with Bayesian error estimation", &
131 source="Phys. Rev. B", volume="85", pages="235149", &
132 year=2012, doi="10.1103/PhysRevB.85.235149")
133
134 CALL add_reference(key=brelaz1979, &
135 authors=s2a("D. Brelaz"), &
136 title="New methods to color the vertices of a graph", &
137 source="Commun. ACM", volume="22", pages="251-256", &
138 year=1979, doi="10.1145/359094.359101")
139
140 CALL add_reference(key=bengtsson1999, &
141 authors=s2a("L. Bengtsson"), &
142 title="Dipole correction for surface supercell calculations", &
143 source="Phys. Rev. B", volume="59", pages="12301-12304", &
144 year=1999, doi="10.1103/PhysRevB.59.12301")
145
146 CALL add_reference(key=foiles1986, &
147 authors=s2a("S. M. Foiles", "M. I. Baskes", "M. S. Daw"), &
148 title="Embedded-atom-method functions for the fcc metals Cu, Ag, Au, Ni, Pd, Pt, and their alloys", &
149 source="Phys. Rev. B", volume="33", pages="7983-7991", &
150 year=1986, doi="10.1103/PhysRevB.33.7983")
151
152 CALL add_reference(key=quip_ref, &
153 authors=s2a("QUIP"), &
154 title="libAtoms/QUIP libraries from http://www.libatoms.org, "// &
155 "please cite web site and references for appropriate potential invoked", &
156 source="web site", &
157 year=2014)
158
159 CALL add_reference(key=batzner2022, &
160 authors=s2a("S. Batzner", "A. Musaelian", "L. Sun", "M. Geiger", "J. P. Mailoa", &
161 "M. Kornbluth", "N. Molinari", "T. E. Smidt", "B. Kozinsky"), &
162 title="E(3)-equivariant graph neural networks for data-efficient and accurate interatomic potentials", &
163 source="Nat. Commun.", volume="13", pages="2453", &
164 year=2022, doi="10.1038/s41467-022-29939-5")
165
166 CALL add_reference(key=vandencic2006, &
167 authors=s2a("E. Vanden-Eijnden", "G. Ciccotti"), &
168 title="Second-order integrators for Langevin equations with holonomic constraints", &
169 source="Chem. Phys. Lett.", volume="429", pages="310-316", &
170 year=2006, doi="10.1016/j.cplett.2006.07.086")
171
172 CALL add_reference(key=hu2007, &
173 authors=s2a("H. Hu", "Z. Y. Lu", "M. Elstner", "J. Hermans", "W. T. Yang"), &
174 title="Simulating water with the self-consistent-charge "// &
175 "density functional tight binding method: From molecular clusters to the liquid state", &
176 source="J. Phys. Chem. A", volume="111", pages="5685-5691", &
177 year=2007, doi="10.1021/jp070308d")
178
179 CALL add_reference(key=zhao1994, &
180 authors=s2a("Q. S. Zhao", "R. C. Morrison", "R. G. Parr"), &
181 title="From electron densities to Kohn-Sham kinetic energies, "// &
182 "orbital energies, exchange-correlation potentials, and exchange-correlation energies", &
183 source="Phys. Rev. A", volume="50", pages="2138-2142", &
184 year=1994, doi="10.1103/PhysRevA.50.2138")
185
186 CALL add_reference(key=tozer1996, &
187 authors=s2a("D. J. Tozer", "V. E. Ingamells", "N. C. Handy"), &
188 title="Exchange-correlation potentials", &
189 source="J. Chem. Phys.", volume="105", pages="9200-9213", &
190 year=1996, doi="10.1063/1.472753")
191
192 CALL add_reference(key=blochl1995, &
193 authors=s2a"P. E. Blchl"), &
194 title=‐‐"Electrostatic decoupling of periodic images of planewaveexpanded"// &
195 " densities and derived atomic point charges", &
196 source="J. Chem. Phys.", volume="103", pages="7422-7428", &
197 year=1995, doi="10.1063/1.470314")
198
199 CALL add_reference(key=laino2008, &
200 authors=s2a("T. Laino", "J. Hutter"), &
201 title='Notes on "Ewald summation of electrostatic multipole interactions '// &
202 'up to quadrupolar level [J. Chem. Phys. 119, 7471 (2003)]', &
203 source="J. Chem. Phys.", volume="129", pages="074102", &
204 year=2008, doi="10.1063/1.2970887")
205
206 CALL add_reference(key=e2002, &
207 authors=s2a("W. N. E", "W. Q. Ren", "E. Vanden-Eijnden"), &
208 title="String method for the study of rare events", &
209 source="Phys. Rev. B", volume="66", pages="052301", &
210 year=2002, doi="10.1103/PhysRevB.66.052301")
211
212 CALL add_reference(key=wales2004, &
213 authors=s2a("S. A. Trygubenko", "D. J. Wales"), &
214 title="A doubly nudged elastic band method for finding transition states", &
215 source="J. Chem. Phys.", volume="120", pages="2082-2094", &
216 year=2004, doi="10.1063/1.1636455")
217
218 CALL add_reference(key=jonsson2000_2, &
219 authors=s2a("G. Henkelman", "B. P. Uberuaga", "H. Jonsson"), &
220 title="A climbing image nudged elastic band method for finding "// &
221 "saddle points and minimum energy paths", &
222 source="J. Chem. Phys.", volume="113", pages="9901-9904", &
223 year=2000, doi="10.1063/1.1329672")
224
225 CALL add_reference(key=jonsson2000_1, &
226 authors=s2a("G. Henkelman", "H. Jonsson"), &
227 title="Improved tangent estimate in the nudged elastic band method for "// &
228 "finding minimum energy paths and saddle points", &
229 source="J. Chem. Phys.", volume="113", pages="9978-9985", &
230 year=2000, doi="10.1063/1.1323224")
231
232 CALL add_reference(key=jonsson1998, &
233 authors=s2a("H. Jonsson", "G. Mills", "K. W. Jacobsen"), &
234 title="Nudged elastic band method for finding minimum energy paths of transitions", &
235 source="Classical and Quantum Dynamics in Condensed Phase Simulations", pages="385-404", &
236 year=1998)
237
238 CALL add_reference(key=elber1987, &
239 authors=s2a("R. Elber", "M. Karplus"), &
240 title="A method for determining reaction paths in large molecules: Application to myoglobin", &
241 source="Chem. Phys. Lett.", volume="139", pages="375-380", &
242 year=1987, doi="10.1016/0009-2614(87)80576-6")
243
244 CALL add_reference(key=weber2008, &
245 authors=s2a("V. Weber", "J. VandeVondele", "J. Hutter", "A. M. N. Niklasson"), &
246 title="Direct energy functional minimization under orthogonality constraints", &
247 source="J. Chem. Phys.", volume="128", pages="084113", &
248 year=2008, doi="10.1063/1.2841077")
249
250 CALL add_reference(key=stewart2007, &
251 authors=s2a("J. J. P. Stewart"), &
252 title="Optimization of parameters for semiempirical methods V: "// &
253 "Modification of NDDO approximations and application to 70 elements", &
254 source="J. Mol. Model.", volume="13", pages="1173-1213", &
255 year=2007, doi="10.1007/s00894-007-0233-4")
256
257 CALL add_reference(key=repasky2002, &
258 authors=s2a("M. P. Repasky", "J. Chandrasekhar", "W. L. Jorgensen"), &
259 title="PDDG/PM3 and PDDG/MNDO: Improved semiempirical methods", &
260 source="J. Comput. Chem.", volume="23", pages="1601-1622", &
261 year=2002, doi="10.1002/jcc.10162")
262
263 CALL add_reference(key=thiel1992, &
264 authors=s2a("W. Thiel", "A. A. Voityuk"), &
265 title="Extension of the MNDO formalism tod orbitals: Integral approximations "// &
266 "and preliminary numerical results", &
267 source="Theor. Chim. Acta", volume="81", pages="391-404", &
268 year=1992, doi="10.1007/BF01134863")
269
270 CALL add_reference(key=stewart1989, &
271 authors=s2a("J. J. P. Stewart"), &
272 title="Optimization of parameters for semiempirical methods I. Method", &
273 source="J. Comput. Chem.", volume="10", pages="209-220", &
274 year=1989, doi="10.1002/jcc.540100208")
275
276 CALL add_reference(key=rocha2006, &
277 authors=s2a("G. B. Rocha", "R. O. Freire", "A. M. Simas", "J. J. P. Stewart"), &
278 title="RMI: A reparameterization of AM1 for H, C, N, O, P, S, F, Cl, Br, and I", &
279 source="J. Comput. Chem.", volume="27", pages="1101-1111", &
280 year=2006, doi="10.1002/jcc.20425")
281
282 CALL add_reference(key=dewar1985, &
283 authors=s2a("M. J. S. Dewar", "E. G. Zoebisch", "E. F. Healy", "J. J. P. Stewart"), &
284 title="Development and use of quantum mechanical molecular models. 76. AM1: a new "// &
285 "general purpose quantum mechanical molecular model", &
286 source="J. Am. Chem. Soc.", volume="107", pages="3902-3909", &
287 year=1985, doi="10.1021/ja00299a024")
288
289 CALL add_reference(key=dewar1977, &
290 authors=s2a("M. J. S. Dewar", "W. Thiel"), &
291 title="Ground states of molecules. 38. The MNDO method. Approximations and parameters", &
292 source="J. Am. Chem. Soc.", volume="99", pages="4899-4907", &
293 year=1977, doi="10.1021/ja00457a004")
294
295 CALL add_reference(key=henkelman1999, &
296 authors=s2a("G. Henkelman", "H. Jonsson"), &
297 title="A dimer method for finding saddle points on high dimensional "// &
298 "potential surfaces using only first derivatives", &
299 source="J. Chem. Phys.", volume="111", pages="7010-7022", &
300 year=1999, doi="10.1063/1.480097")
301
302 CALL add_reference(key=henkelman2014, &
303 authors=s2a("P. Xiao", "Q. Wu", "G. Henkelman"), &
304 title="Basin constrained k-dimer method for saddle point finding", &
305 source="J. Chem. Phys.", volume="141", pages="164111", &
306 year=2014, doi="10.1063/1.4898664")
307
308 CALL add_reference(key=aguado2003, &
309 authors=s2a("A. Aguado", "P. A. Madden"), &
310 title="Ewald summation of electrostatic multipole interactions up to the quadrupolar level", &
311 source="J. Chem. Phys.", volume="119", pages="7471-7483", &
312 year=2003, doi="10.1063/1.1605941")
313
314 CALL add_reference(key=yamada2000, &
315 authors=s2a("K. Yamada", "K. Kurosaki", "M. Uno", "S. Yamanaka"), &
316 title="Evaluation of thermal properties of uranium dioxide by molecular dynamics", &
317 source="J. Alloys Compd.", volume="307", pages="10-16", &
318 year=2000, doi="10.1016/S0925-8388(00)00806-9")
319
320 CALL add_reference(key=tosi1964a, &
321 authors=s2a("F. G. Fumi", "M. P. Tosi"), &
322 title=—"Ionic sizes and born repulsive parameters in the NaCl-type alkali halidesI: "// &
323 "The Huggins-Mayer and Pauling forms", &
324 source="J. Phys. Chem. Solids", volume="25", pages="31-43", &
325 year=1964, doi="10.1016/0022-3697(64)90159-3")
326
327 CALL add_reference(key=tosi1964b, &
328 authors=s2a("M. P. Tosi", "F. G. Fumi"), &
329 title=—"Ionic sizes and born repulsive parameters in the NaCl-type alkali halidesII: "// &
330 "The generalized Huggins-Mayer form", &
331 source="J. Phys. Chem. Solids", volume="25", pages="45-52", &
332 year=1964, doi="10.1016/0022-3697(64)90160-X")
333
334 CALL add_reference(key=tersoff1988, &
335 authors=s2a("J. Tersoff"), &
336 title="Empirical interatomic potential for silicon with improved elastic properties", &
337 source="Phys. Rev. B", volume="38", pages="9902-9905", &
338 year=1988, doi="10.1103/PhysRevB.38.9902")
339
340 CALL add_reference(key=siepmann1995, &
341 authors=s2a("J. I. Siepmann", "M. Sprik"), &
342 title="Influence of surface topology and electrostatic potential on water/electrode systems ", &
343 source="J. Chem. Phys.", volume="102", pages="511-524", &
344 year=1995, doi="10.1063/1.469429")
345
346 CALL add_reference(key=bussi2007, &
347 authors=s2a("G. Bussi", "D. Donadio", "M. Parrinello"), &
348 title="Canonical sampling through velocity rescaling", &
349 source="J. Chem. Phys.", volume="126", pages="014101", &
350 year=2007, doi="10.1063/1.2408420")
351
352 CALL add_reference(key=nose1984a, &
353 authors=s2a("S. Nose"), &
354 title="A unified formulation of the constant temperature molecular dynamics methods ", &
355 source="J. Chem. Phys.", volume="81", pages="511-519", &
356 year=1984, doi="10.1063/1.447334")
357
358 CALL add_reference(key=nose1984b, &
359 authors=s2a("S. Nose"), &
360 title="A molecular dynamics method for simulations in the canonical ensemble", &
361 source="Mol. Phys.", volume="52", pages="255-268", &
362 year=1984, doi="10.1080/00268978400101201")
363
365 authors=s2a("J. VandeVondele", "M. Krack", "F. Mohamed", "M. Parrinello", &
366 "T. Chassaing", "J. Hutter"), &
367 title="QUICKSTEP: Fast and accurate density functional calculations "// &
368 "using a mixed Gaussian and plane waves approach", &
369 source="Comput. Phys. Commun.", volume="167", pages="103-128", &
370 year=2005, doi="10.1016/j.cpc.2004.12.014")
371
373 authors=s2a("J. VandeVondele", "J. Hutter"), &
374 title="An efficient orbital transformation method for electronic structure calculations", &
375 source="J. Chem. Phys.", volume="118", pages="4365-4369", &
376 year=2003, doi="10.1063/1.1543154")
377
378 CALL add_reference(key=laino2005, &
379 authors=s2a("T. Laino", "F. Mohamed", "A. Laio", "M. Parrinello"), &
380 title="An efficient real space multigrid QM/MM electrostatic coupling", &
381 source="J. Chem. Theory Comput.", volume="1", pages="1176-1184", &
382 year=2005, doi="10.1021/ct050123f")
383
384 CALL add_reference(key=laino2006, &
385 authors=s2a("T. Laino", "F. Mohamed", "A. Laio", "M. Parrinello"), &
386 title="An efficient linear-scaling electrostatic coupling for treating "// &
387 "periodic boundary conditions in QM/MM simulations", &
388 source="J. Chem. Theory Comput.", volume="2", pages="1370-1378", &
389 year=2006, doi="10.1021/ct6001169")
390
391 CALL add_reference(key=goedecker1996, &
392 authors=s2a("S. Goedecker", "M. Teter", "J. Hutter"), &
393 title="Separable dual-space Gaussian pseudopotentials", &
394 source="Phys. Rev. B", volume="54", pages="1703-1710", &
395 year=1996, doi="10.1103/PhysRevB.54.1703")
396
397 CALL add_reference(key=hartwigsen1998, &
398 authors=s2a("C. Hartwigsen", "S. Goedecker", "J. Hutter"), &
399 title="Relativistic separable dual-space Gaussian pseudopotentials from H to Rn", &
400 source="Phys. Rev. B", volume="58", pages="3641-3662", &
401 year=1998, doi="10.1103/PhysRevB.58.3641")
402
403 CALL add_reference(key=krack2005, &
404 authors=s2a("M. Krack"), &
405 title="Pseudopotentials for H to Kr optimized for "// &
406 "gradient-corrected exchange-correlation functionals", &
407 source="Theor. Chem. Acc.", volume="114", pages="145-152", &
408 year=2005, doi="10.1007/s00214-005-0655-y")
409
410 CALL add_reference(key=lippert1997, &
411 authors=s2a("G. Lippert", "J. Hutter", "M. Parrinello"), &
412 title="A hybrid Gaussian and plane wave density functional scheme", &
413 source="Mol. Phys.", volume="92", pages="477-487", &
414 year=1997, doi="10.1080/002689797170220")
415
416 CALL add_reference(key=lippert1999, &
417 authors=s2a("G. Lippert", "J. Hutter", "M. Parrinello"), &
418 title="The Gaussian and augmented-plane-wave density functional method for "// &
419 "ab initio molecular dynamics simulations", &
420 source="Theor. Chem. Acc.", volume="103", pages="124-140", &
421 year=1999, doi="10.1007/s002140050523")
422
423 CALL add_reference(key=krack2002, &
424 authors=s2a("M. Krack", "A. Gambirasio", "M. Parrinello"), &
425 title="Ab initio x-ray scattering of liquid water", &
426 source="J. Chem. Phys.", volume="117", pages="9409-9412", &
427 year=2002, doi="10.1063/1.1517040")
428
429 CALL add_reference(key=krack2000, &
430 authors=s2a("M. Krack", "M. Parrinello"), &
431 title="All-electron ab-initio molecular dynamics", &
432 source="Phys. Chem. Chem. Phys.", volume="2", pages="2105-2112", &
433 year=2000, doi="10.1039/b001167n")
434
435 CALL add_reference(key=iannuzzi2007, &
436 authors=s2a("M. Iannuzzi", "J. Hutter"), &
437 title="Inner-shell spectroscopy by the Gaussian and augmented plane wave method", &
438 source="Phys. Chem. Chem. Phys.", volume="9", pages="1599-1610", &
439 year=2007, doi="10.1039/b615522g")
440
441 CALL add_reference(key=iannuzzi2006, &
442 authors=s2a("M. Iannuzzi", "B. Kirchner", "J. Hutter"), &
443 title="Density functional embedding for molecular systems", &
444 source="Chem. Phys. Lett.", volume="421", pages="16-20", &
445 year=2006, doi="10.1016/j.cplett.2005.08.155")
446
447 CALL add_reference(key=iannuzzi2005, &
448 authors=s2a("M. Iannuzzi", "T. Chassaing", "T. Wallman", "J. Hutter"), &
449 title="Ground and excited state density functional calculations with the "// &
450 "Gaussian and augmented-plane-wave method", &
451 source="CHIMIA", volume="59", pages="499-503", &
452 year=2005, doi="10.2533/000942905777676164")
453
454 CALL add_reference(key=toukmaji1996, &
455 authors=s2a("A. Y. Toukmaji", "J. A. Board"), &
456 title="Ewald summation techniques in perspective: A survey", &
457 source="Comput. Phys. Commun.", volume="95", pages="73-92", &
458 year=1996, doi="10.1016/0010-4655(96)00016-1")
459
460 CALL add_reference(key=martyna1999, &
461 authors=s2a("G. J. Martyna", "M. E. Tuckerman"), &
462 title="A reciprocal space based method for treating long range interactions in "// &
463 "ab initio and force-field-based calculations in clusters", &
464 source="J. Chem. Phys.", volume="110", pages="2810-2821", &
465 year=1999, doi="10.1063/1.477923")
466
468 authors=s2a("J. VandeVondele", "M. Sprik"), &
469 title="A molecular dynamics study of the hydroxyl radical in solution "// &
470 "applying self-interaction-corrected density functional methods", &
471 source="Phys. Chem. Chem. Phys.", volume="7", pages="1363-1367", &
472 year=2005, doi="10.1039/b501603g")
473
474 CALL add_reference(key=perdew1981, &
475 authors=s2a("J. P. Perdew", "A. Zunger"), &
476 title="Self-interaction correction to density-functional approximations for many-electron systems", &
477 source="Phys. Rev. B", volume="23", pages="5048-5079", &
478 year=1981, doi="10.1103/PhysRevB.23.5048")
479
480 CALL add_reference(key=avezac2005, &
481 authors=s2a("M. d'Avezac", "M. Calandra", "F. Mauri"), &
482 title="Density functional theory description of hole-trapping in SiO2: "// &
483 "A self-interaction-corrected approach", &
484 source="Phys. Rev. B", volume="71", pages="205210", &
485 year=2005, doi="10.1103/PhysRevB.71.205210")
486
487 CALL add_reference(key=zhechkov2005, &
488 authors=s2a("L. Zhechkov", "T. Heine", "S. Patchkovskii", "G. Seifert", "H. A. Duarte"), &
489 title="An efficient a Posteriori treatment for dispersion interaction in "// &
490 "density-functional-based tight binding", &
491 source="J. Chem. Theory Comput.", volume="1", pages="841-847", &
492 year=2005, doi="10.1021/ct050065y")
493
494 CALL add_reference(key=elstner1998, &
495 authors=s2a("M. Elstner", "D. Porezag", "G. Jungnickel", "J. Elsner", &
496 "M. Haugk", "T. Frauenheim", "S. Suhai", "G. Seifert"), &
497 title="Self-consistent-charge density-functional tight-binding method for "// &
498 "simulations of complex materials properties", &
499 source="Phys. Rev. B", volume="58", pages="7260-7268", &
500 year=1998, doi="10.1103/PhysRevB.58.7260")
501
502 CALL add_reference(key=seifert1996, &
503 authors=s2a("G. Seifert", "D. Porezag", "T. Frauenheim"), &
504 title="Calculations of molecules, clusters, and solids with a simplified LCAO-DFT-LDA scheme", &
505 source="Int. J. Quantum Chem.", volume="58", pages="185-192", &
506 year=1996, doi="10.1002/(SICI)1097-461X(1996)58:2<185::AID-QUA7>3.0.CO;2-U")
507
508 CALL add_reference(key=porezag1995, &
509 authors=s2a("D. Porezag", "T. Frauenheim", "T. Kohler", "G. Seifert", "R. Kaschner"), &
510 title="Construction of tight-binding-like potentials on the basis of density-functional "// &
511 "theory: Application to carbon", &
512 source="Phys. Rev. B", volume="51", pages="12947-12957", &
513 year=1995, doi="10.1103/PhysRevB.51.12947")
514
515 CALL add_reference(key=frigo2005, &
516 authors=s2a("M. Frigo", "S. G. Johnson"), &
517 title="The design and implementation of FFTW3", &
518 source="Proc. IEEE", volume="93", pages="216-231", &
519 year=2005, doi="10.1109/JPROC.2004.840301")
520
521 CALL add_reference(key=genovese2006, &
522 authors=s2a("L. Genovese", "T. Deutsch", "A. Neelov", "S. Goedecker", "G. Beylkin"), &
523 title="Efficient solution of Poisson's equation with free boundary conditions", &
524 source="J. Chem. Phys.", volume="125", pages="074105", &
525 year=2006, doi="10.1063/1.2335442")
526
527 CALL add_reference(key=genovese2007, &
528 authors=s2a("L. Genovese", "T. Deutsch", "S. Goedecker"), &
529 title="Efficient and accurate three-dimensional Poisson solver for surface problems", &
530 source="J. Chem. Phys.", volume="127", pages="054704", &
531 year=2007, doi="10.1063/1.2754685")
532
533 CALL add_reference(key=minary2003, &
534 authors=s2a("P. Minary", "G. J. Martyna", "M. E. Tuckerman"), &
535 title="Algorithms and novel applications based on the isokinetic ensemble. "// &
536 "I. Biophysical and path integral molecular dynamics", &
537 source="J. Chem. Phys.", volume="118", pages="2510-2526", &
538 year=2003, doi="10.1063/1.1534582")
539
540 CALL add_reference(key=evans1983, &
541 authors=s2a("D. J. Evans", "W. G. Hoover", "B. H. Failor", "B. Moran", "A. J. C. Ladd"), &
542 title="Nonequilibrium molecular dynamics via Gauss's principle of least constraint", &
543 source="Phys. Rev. A", volume="28", pages="1016-1021", &
544 year=1983, doi="10.1103/PhysRevA.28.1016")
545
546 CALL add_reference(key=byrd1995, &
547 authors=s2a("R. H. Byrd", "P. H. Lu", "J. Nocedal", "C. Y. Zhu"), &
548 title="A Limited Memory Algorithm for Bound Constrained Optimization", &
549 source="SIAM J. Sci. Comput.", volume="16", pages="1190-1208", &
550 year=1995, doi="10.1137/0916069")
551
553 authors=s2a("J. VandeVondele", "J. Hutter"), &
554 title="Gaussian basis sets for accurate calculations on molecular systems "// &
555 "in gas and condensed phases", &
556 source="J. Chem. Phys.", volume="127", pages="114105", &
557 year=2007, doi="10.1063/1.2770708")
558
559 CALL add_reference(key=ortiz1994, &
560 authors=s2a("G. Ortiz", "P. Ballone"), &
561 title="Correlation energy, structure factor, radial distribution function, "// &
562 "and momentum distribution of the spin-polarized uniform electron gas", &
563 source="Phys. Rev. B", volume="50", pages="1391-1405", &
564 year=1994, doi="10.1103/PhysRevB.50.1391")
565
566 CALL add_reference(key=becke1988, &
567 authors=s2a("A. D. Becke"), &
568 title="Density-functional exchange-energy approximation with correct asymptotic behavior", &
569 source="Phys. Rev. A", volume="38", pages="3098-3100", &
570 year=1988, doi="10.1103/PhysRevA.38.3098")
571
572 CALL add_reference(key=perdew1996, &
573 authors=s2a("J. P. Perdew", "K. Burke", "M. Ernzerhof"), &
574 title="Generalized gradient approximation made simple", &
575 source="Phys. Rev. Lett.", volume="77", pages="3865-3868", &
576 year=1996, doi="10.1103/PhysRevLett.77.3865")
577
578 CALL add_reference(key=zhang1998, &
579 authors=s2a("Y. K. Zhang", "W. T. Yang"), &
580 title="Comment on Generalized gradient approximation made simple", &
581 source="Phys. Rev. Lett.", volume="80", pages="890-890", &
582 year=1998, doi="10.1103/PhysRevLett.80.890")
583
584 CALL add_reference(key=perdew2008, &
585 authors=s2a("J. P. Perdew", "A. Ruzsinszky", "G. I. Csonka", "O. A. Vydrov", &
586 "G. E. Scuseria", "L. A. Constantin", "X. Zhou", "K. Burke"), &
587 title="Restoring the Density-Gradient Expansion for Exchange in Solids and Surfaces", &
588 source="Phys. Rev. Lett.", volume="100", pages="136406-136409", &
589 year=2008, doi="10.1103/PhysRevLett.100.136406")
590
591 CALL add_reference(key=lee1988, &
592 authors=s2a("C. T. Lee", "W. T. Yang", "R. G. Parr"), &
593 title="Development of the Colle-Salvetti correlation-energy formula into a functional of the electron density", &
594 source="Phys. Rev. B", volume="37", pages="785-789", &
595 year=1988, doi="10.1103/PhysRevB.37.785")
596
597 CALL add_reference(key=heyd2004, &
598 authors=s2a("J. Heyd", "G. E. Scuseria"), &
599 title="Assessment and validation of a screened Coulomb hybrid density functional", &
600 source="J. Chem. Phys.", volume="120", pages="7274-7280", &
601 year=2004, doi="10.1063/1.1668634")
602
603 CALL add_reference(key=heyd2003, &
604 authors=s2a("J. Heyd", "G. E. Scuseria", "M. Ernzerhof"), &
605 title="Hybrid functionals based on a screened Coulomb potential", &
606 source="J. Chem. Phys.", volume="118", pages="8207-8215", &
607 year=2003, doi="10.1063/1.1564060")
608
609 CALL add_reference(key=heyd2006, &
610 authors=s2a("J. Heyd", "G. E. Scuseria", "M. Ernzerhof"), &
611 title="Erratum: Hybrid functionals based on a screened Coulomb potential [J. Chem. Phys. 118, 8207, 2003]", &
612 source="J. Chem. Phys.", volume="124", pages="219906", &
613 year=2006, doi="10.1063/1.2204597")
614
615 CALL add_reference(key=vydrov2006, &
616 authors=s2a("O. A. Vydrov", "J. Heyd", "A. V. Krukau", "G. E. Scuseria"), &
617 title="Importance of short-range versus long-range Hartree-Fock exchange "// &
618 "for the performance of hybrid density functionals", &
619 source="J. Chem. Phys.", volume="125", pages="074106", &
620 year=2006, doi="10.1063/1.2244560")
621
622 CALL add_reference(key=vosko1980, &
623 authors=s2a("S. H. Vosko", "L. Wilk", "M. Nusair"), &
624 title="Accurate spin-dependent electron liquid correlation energies for local spin density calculations: a critical analysis", &
625 source="Can. J. Phys.", volume="58", pages="1200-1211", &
626 year=1980, doi="10.1139/p80-159")
627
628 CALL add_reference(key=essmann1995, &
629 authors=s2a("U. Essmann", "L. Perera", "M. L. Berkowitz", "T. Darden", &
630 "H. Lee", "L. G. Pedersen"), &
631 title="A smooth particle mesh Ewald method", &
632 source="J. Chem. Phys.", volume="103", pages="8577-8593", &
633 year=1995, doi="10.1063/1.470117")
634
635 CALL add_reference(key=ewald1921, &
636 authors=s2a("P. P. Ewald"), &
637 title="Die Berechnung optischer und elektrostatischer Gitterpotentiale", &
638 source="Ann. Phys.", volume="369", pages="253-287", &
639 year=1921, doi="10.1002/andp.19213690304")
640
641 CALL add_reference(key=darden1993, &
642 authors=s2a("T. Darden", "D. York", "L. Pedersen"), &
643 title="Particle mesh Ewald: An N log(N) method for Ewald sums in large systems ", &
644 source="J. Chem. Phys.", volume="98", pages="10089-10092", &
645 year=1993, doi="10.1063/1.464397")
646
647 CALL add_reference(key=dudarev1997, &
648 authors=s2a("S. L. Dudarev", "D. N. Manh", "A. P. Sutton"), &
649 title="Effect of Mott-Hubbard correlations on the electronic structure "// &
650 "and structural stability of uranium dioxide", &
651 source="Philos. Mag. B", volume="75", pages="613-628", &
652 year=1997, doi="10.1080/13642819708202343")
653
654 CALL add_reference(key=dudarev1998, &
655 authors=s2a("S. L. Dudarev", "G. A. Botton", "S. Y. Savrasov", "C. J. Humphreys", &
656 "A. P. Sutton"), &
657 title="Electron-energy-loss spectra and the structural stability of "// &
658 "nickel oxide: An LSDA+U study", &
659 source="Phys. Rev. B", volume="57", pages="1505-1509", &
660 year=1998, doi="10.1103/PhysRevB.57.1505")
661
662 CALL add_reference(key=hunt2003, &
663 authors=s2a("P. Hunt", "M. Sprik", "R. Vuilleumier"), &
664 title="Thermal versus electronic broadening in the density of states of liquid water", &
665 source="Chem. Phys. Lett.", volume="376", pages="68-74", &
666 year=2003, doi="10.1016/S0009-2614(03)00954-0")
667
668 CALL add_reference(key=guidon2008, &
669 authors=s2a("M. Guidon", "F. Schiffmann", "J. Hutter", "J. VandeVondele"), &
670 title="Ab initio molecular dynamics using hybrid density functionals", &
671 source="J. Chem. Phys.", volume="128", pages="214104", &
672 year=2008, doi="10.1063/1.2931945")
673
674 CALL add_reference(key=stewart1982, &
675 authors=s2a("J. J. P. Stewart", "P. Csaszar", "P. Pulay"), &
676 title="Fast semi-empirical calculations", &
677 source="J. Comput. Chem.", volume="3", pages="227-228", &
678 year=1982, doi="10.1002/jcc.540030214")
679
680 CALL add_reference(key=tao2003, &
681 authors=s2a("J. M. Tao", "J. P. Perdew", "V. N. Staroverov", "G. E. Scuseria"), &
682 title="Climbing the density functional ladder: Nonempirical meta-generalized "// &
683 "gradient approximation designed for molecules and solids", &
684 source="Phys. Rev. Lett.", volume="91", pages="146401", &
685 year=2003, doi="10.1103/PhysRevLett.91.146401")
686
688 authors=s2a("J. VandeVondele", "M. Iannuzzi", "J. Hutter"), &
689 title="Large scale condensed matter calculations using the Gaussian and "// &
690 "augmented plane waves method", &
691 source="Computer Simulations in Condensed Matter Systems: "// &
692 "From Materials to Chemical Biology, Vol 1", volume="703", pages="287-314", &
693 year=2006, doi="10.1007/3-540-35273-2_8")
694
695 CALL add_reference(key=grimme2006, &
696 authors=s2a("S. Grimme"), &
697 title="Semiempirical GGA-type density functional constructed with "// &
698 "a long-range dispersion correction", &
699 source="J. Comput. Chem.", volume="27", pages="1787-1799", &
700 year=2006, doi="10.1002/jcc.20495")
701
702 CALL add_reference(key=grimme2010, &
703 authors=s2a("S. Grimme", "J. Antony", "S. Ehrlich", "H. Krieg"), &
704 title="A consistent and accurate ab initio parametrization of density "// &
705 "functional dispersion correction (DFT-D) for the 94 elements H-Pu", &
706 source="J. Chem. Phys.", volume="132", pages="154104", &
707 year=2010, doi="10.1063/1.3382344")
708
709 CALL add_reference(key=grimme2011, &
710 authors=s2a("S. Grimme", "S. Ehrlich", "L. Goerigk"), &
711 title="Effect of the damping function in dispersion corrected density functional theory", &
712 source="J. Comput. Chem.", volume="32", pages="1456", &
713 year=2011, doi="10.1002/jcc.21759")
714
715 CALL add_reference(key=grimme2013, &
716 authors=s2a("S. Grimme"), &
717 title="A simplified Tamm-Dancoff density functional approach for the "// &
718 "electronic excitation spectra of very large molecules", &
719 source="J. Chem. Phys.", volume="138", pages="244104", &
720 year=2013, doi="10.1063/1.4811331")
721
722 CALL add_reference(key=grimme2016, &
723 authors=s2a("S. Grimme", "C. Bannwarth"), &
724 title="Ultra-fast computation of electronic spectra for large systems by "// &
725 "tight-binding based simplified Tamm-Dancoff approximation (sTDA-xTB)", &
726 source="J. Chem. Phys.", volume="145", pages="054103", &
727 year=2016, doi="10.1063/1.4959605")
728
729 CALL add_reference(key=grimme2017, &
730 authors=s2a("S. Grimme", "C. Bannwarth", "P. Shushkov"), &
731 title="A Robust and Accurate Tight-Binding Quantum Chemical Method for "// &
732 "Structures, Vibrational Frequencies, and Noncovalent Interactions of "// &
733 "Large Molecular Systems Parametrized for All spd-Block Elements (Z = 1-86)", &
734 source="J. Chem. Theory Comput.", volume="13", pages="1989", &
735 year=2017, doi="10.1021/acs.jctc.7b00118")
736
737 CALL add_reference(key=branduardi2007, &
738 authors=s2a("D. Branduardi", "F. L. Gervasio", "M. Parrinello"), &
739 title="From A to B in free energy space", &
740 source="J. Chem. Phys.", volume="126", pages="054103", &
741 year=2007, doi="10.1063/1.2432340")
742
743 CALL add_reference(key=schenter2008, &
744 authors=s2a("D. T. Chang", "G. K. Schenter", "B. C. Garrett"), &
745 title="Self-consistent polarization neglect of diatomic differential overlap: "// &
746 "Applications to water clusters", &
747 source="J. Chem. Phys.", volume="128", pages="164111", &
748 year=2008, doi="10.1063/1.2905230")
749
750 CALL add_reference(key=proynov2007, &
751 authors=s2a("E. Proynov", "Z. Gan", "J. Kong"), &
752 title="Analytical representation of the Becke-Roussel exchange functional", &
753 source="Chem. Phys. Lett.", volume="455", pages="103-109", &
754 year=2008, doi="10.1016/j.cplett.2008.02.039")
755
757 authors=s2a("A. D. Becke", "M. R. Roussel"), &
758 title="Exchange holes in inhomogeneous systems: A coordinate-space model", &
759 source="Phys. Rev. A", volume="39", pages="3761-3767", &
760 year=1989, doi="10.1103/PhysRevA.39.3761")
761
762 CALL add_reference(key=becke1997, &
763 authors=s2a("A. D. Becke"), &
764 title="Density-functional thermochemistry . 5. "// &
765 "Systematic optimization of exchange-correlation functionals", &
766 source="J. Chem. Phys.", volume="107", pages="8554-8560", &
767 year=1997, doi="10.1063/1.475007")
768
769 CALL add_reference(key=ricci2003, &
770 authors=s2a("A. Ricci", "G. Ciccotti"), &
771 title="Algorithms for Brownian dynamics", &
772 source="Mol. Phys.", volume="101", pages="1927-1931", &
773 year=2003, doi="10.1080/0026897031000108113")
774
775 CALL add_reference(key=kolafa2004, &
776 authors=s2a("J. Kolafa"), &
777 title="Time-reversible always stable predictor-corrector method for "// &
778 "molecular dynamics of polarizable molecules", &
779 source="J. Comput. Chem.", volume="25", pages="335-342", &
780 year=2004, doi="10.1002/jcc.10385")
781
782 CALL add_reference(key=kuhne2007, &
783 authors=s2a"T. D. Khne", "M. Krack", "F. R. Mohamed", "M. Parrinello"), &
784 title="Efficient and accurate Car-Parrinello-like approach to "// &
785 "Born-Oppenheimer molecular dynamics", &
786 source="Phys. Rev. Lett.", volume="98", pages="066401", &
787 year=2007, doi="10.1103/PhysRevLett.98.066401")
788
789 CALL add_reference(key=rengaraj2020, &
790 authors=s2a("V. Rengaraj", "M. Lass", "C. Plessl", "T. D. Kuhne"), &
791 title="Accurate Sampling with Noisy Forces from Approximate Computing", &
792 source="Computation", volume="8", pages="39", &
793 year=2020, doi="10.3390/computation8020039")
794
795 CALL add_reference(key=kunert2003, &
796 authors=s2a("T. Kunert", "R. Schmidt"), &
797 title="Non-adiabatic quantum molecular dynamics: "// &
798 "General formalism and case study H-2(+) in strong laser fields", &
799 source="Eur. Phys. J. D", volume="25", pages="15-24", &
800 year=2003, doi="10.1140/epjd/e2003-00086-8")
801
802 CALL add_reference(key=ceriotti2009, &
803 authors=s2a("M. Ceriotti", "G. Bussi", "M. Parrinello"), &
804 title="Langevin equation with colored noise for constant-temperature "// &
805 "molecular dynamics simulations", &
806 source="Phys. Rev. Lett.", volume="102", pages="020601", &
807 year=2009, doi="10.1103/PhysRevLett.102.020601")
808
809 CALL add_reference(key=ceriotti2009b, &
810 authors=s2a("M. Ceriotti", "G. Bussi", "M. Parrinello"), &
811 title="Nuclear Quantum Effects in Solids Using a Colored-Noise Thermostat", &
812 source="Phys. Rev. Lett.", volume="103", pages="030603", &
813 year=2009, doi="10.1103/PhysRevLett.103.030603")
814
815 CALL add_reference(key=guidon2009, &
816 authors=s2a("M. Guidon", "J. Hutter", "J. VandeVondele"), &
817 title="Robust Periodic Hartree-Fock Exchange for Large-Scale Simulations "// &
818 "Using Gaussian Basis Sets", &
819 source="J. Chem. Theory Comput.", volume="5", pages="3010-3021", &
820 year=2009, doi="10.1021/ct900494g")
821
822 CALL add_reference(key=barducbus2008, &
823 authors=s2a("A. Barducci", "G. Bussi", "M. Parrinello"), &
824 title="Well-Tempered Metadynamics: A Smoothly Converging and Tunable Free-Energy Method", &
825 source="Phys. Rev. Lett.", volume="100", pages="020603", &
826 year=2008, doi="10.1103/PhysRevLett.100.020603")
827
828 CALL add_reference(key=guidon2010, &
829 authors=s2a("M. Guidon", "J. Hutter", "J. VandeVondele"), &
830 title="Auxiliary Density Matrix Methods for Hartree-Fock Exchange Calculations", &
831 source="J. Chem. Theory Comput.", volume="6", pages="2348-2364", &
832 year=2010, doi="10.1021/ct1002225")
833
834 CALL add_reference(key=marques2012, &
835 authors=s2a("M. A. L. Marques", "M. J. T. Oliveira", "T. Burnus"), &
836 title="LIBXC: A library of exchange and correlation functionals for density functional theory", &
837 source="Comput. Phys. Commun.", volume="183", pages="2272-2281", &
838 year=2012, doi="10.1016/j.cpc.2012.05.007")
839
840 CALL add_reference(key=lehtola2018, &
841 authors=s2a("S. Lehtola", "C. Steigemann", "M. J. T. Oliveira", "M. A. L. Marques"), &
842 title="Recent developments in libxc - A comprehensive library of "// &
843 "functionals for density functional theory", &
844 source="SoftwareX", volume="7", pages="1-5", &
845 year=2018, doi="10.1016/j.softx.2017.11.002")
846
847 CALL add_reference(key=jones2011, &
848 authors=s2a("A. Jones", "B. Leimkuhler"), &
849 title="Adaptive stochastic methods for sampling driven molecular systems", &
850 source="J. Chem. Phys.", volume="135", pages="084125", &
851 year=2011, doi="10.1063/1.3626941")
852
853 CALL add_reference(key=bernstein2012, &
854 authors=s2a("N. Bernstein", "C. Varnai", "I. Solt", "S. A. Winfield", &
855 "M. C. Payne", "I. Simon", "M. Fuxreiter", "G. Csanyi"), &
856 title="QM/MM simulation of liquid water with an adaptive quantum region", &
857 source="Phys. Chem. Chem. Phys.", volume="14", pages="646-656", &
858 year=2012, doi="10.1039/c1cp22600b")
859
860 CALL add_reference(key=bernstein2009, &
861 authors=s2a("N. Bernstein", "J. R. Kermode", "G. Csanyi"), &
862 title="Hybrid atomistic simulation methods for materials systems", &
863 source="Rep. Prog. Phys.", volume="72", pages="026501", &
864 year=2009, doi="10.1088/0034-4885/72/2/026501")
865
866 CALL add_reference(key=dick1958, &
867 authors=s2a("B. G. Dick", "A. W. Overhauser"), &
868 title="Theory of the Dielectric Constants of Alkali Halide Crystals", &
869 source="Phys. Rev.", volume="112", pages="90", &
870 year=1958, doi="10.1103/PhysRev.112.90")
871
872 CALL add_reference(key=mitchell1993, &
873 authors=s2a("P. J. Mitchell", "D. Fincham"), &
874 title="Shell model simulations by adiabatic dynamics", &
875 source="J. Phys. Condens. Matter", volume="5", pages="1031", &
876 year=1993, doi="10.1088/0953-8984/5/8/006")
877
878 CALL add_reference(key=devynck2012, &
879 authors=s2a("F. Devynck", "M. Iannuzzi", "M. Krack"), &
880 title="Frenkel pair recombinations in UO2: Importance of explicit "// &
881 "description of polarizability in core-shell molecular dynamics simulations", &
882 source="Phys. Rev. B", volume="85", pages="184103", &
883 year=2012, doi="10.1103/PhysRevB.85.184103")
884
886 authors=s2a("J. VandeVondele", "U. Borstnik", "J. Hutter"), &
887 title="Linear Scaling Self-Consistent Field Calculations with "// &
888 "Millions of Atoms in the Condensed Phase", &
889 source="J. Chem. Theory Comput.", volume="8", pages="3565-3573", &
890 year=2012, doi="10.1021/ct200897x")
891
892 CALL add_reference(key=niklasson2003, &
893 authors=s2a("A. M. N. Niklasson", "C. J. Tymczak", "M. Challacombe"), &
894 title="Trace resetting density matrix purification in O(N) self-consistent-field theory", &
895 source="J. Chem. Phys.", volume="118", pages="8611-8620", &
896 year=2003, doi="10.1063/1.1559913")
897
898 CALL add_reference(key=shao2003, &
899 authors=s2a("Y. Shao", "C. Saravanan", "M. Head-Gordon", "C. A. White"), &
900 title="Curvy steps for density matrix-based energy minimization: "// &
901 "Application to large-scale self-consistent-field calculations", &
902 source="J. Chem. Phys.", volume="118", pages="6144-6151", &
903 year=2003, doi="10.1063/1.1558476")
904
906 authors=s2a("J. VandeVondele", "U. Rothlisberger"), &
907 title="Canonical adiabatic free energy sampling (CAFES): "// &
908 "A novel method for the exploration of free energy surfaces", &
909 source="J. Phys. Chem. B", volume="106", pages="203-208", &
910 year=2002, doi="10.1021/jp013346k")
911
912 CALL add_reference(key=dion2004, &
913 authors=s2a("M. Dion", "H. Rydberg", "E. Schroder", "D. C. Langreth", "B. I. Lundqvist"), &
914 title="Van der Waals density functional for general geometries", &
915 source="Phys. Rev. Lett.", volume="92", pages="246401", &
916 year=2004, doi="10.1103/PhysRevLett.92.246401")
917
918 CALL add_reference(key=romanperez2009, &
919 authors=s2a("G. Roman-Perez", "J. M. Soler"), &
920 title="Efficient Implementation of a van der Waals Density Functional: "// &
921 "Application to Double-Wall Carbon Nanotubes", &
922 source="Phys. Rev. Lett.", volume="103", pages="096102", &
923 year=2009, doi="10.1103/PhysRevLett.103.096102")
924
925 CALL add_reference(key=delben2012, &
926 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
927 title="Second-Order Moller-Plesset Perturbation Theory in the Condensed Phase: "// &
928 "An Efficient and Massively Parallel Gaussian and Plane Waves Approach", &
929 source="J. Chem. Theory Comput.", volume="8", pages="4177-4188", &
930 year=2012, doi="10.1021/ct300531w")
931
932 CALL add_reference(key=sabatini2013, &
933 authors=s2a("R. Sabatini", "T. Gorni", "S. de Gironcoli"), &
934 title="Nonlocal van der Waals density functional made simple and efficient", &
935 source="Phys. Rev. B", volume="87", pages="041108(R)", &
936 year=2013, doi="10.1103/PhysRevB.87.041108")
937
938 CALL add_reference(key=walewski2014, &
939 authors=s2a("L. Walewski", "H. Forbert", "D. Marx"), &
940 title="Reactive path integral quantum simulations of molecules solvated in superfluid helium", &
941 source="Comput. Phys. Commun.", volume="185", pages="884-899", &
942 year=2014, doi="10.1016/j.cpc.2013.12.011")
943
944 CALL add_reference(key=delben2013, &
945 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
946 title="Electron Correlation in the Condensed Phase from a Resolution of "// &
947 "Identity Approach Based on the Gaussian and Plane Waves Scheme", &
948 source="J. Chem. Theory Comput.", volume="9", pages="2654-2671", &
949 year=2013, doi="10.1021/ct4002202")
950
951 CALL add_reference(key=kikuchi2009, &
952 authors=s2a("Y. Kikuchi", "Y. Imamura", "H. Nakai"), &
953 title="One-Body Energy Decomposition Schemes Revisited: Assessment of "// &
954 "Mulliken-, Grid-, and Conventional Energy Density Analyses", &
955 source="Int. J. Quantum Chem.", volume="109", pages="2464-2473", &
956 year=2009, doi="10.1002/qua.22017")
957
958 CALL add_reference(key=putrino2000, &
959 authors=s2a("A. Putrino", "D. Sebastiani", "M. Parrinello"), &
960 title="Generalized Variational Density Functional Perturbation Theory", &
961 source="J. Chem. Phys.", volume="113", pages="7102-7109", &
962 year=2000, doi="10.1063/1.1312830")
963
964 CALL add_reference(key=tran2013, &
965 authors=s2a("F. Tran", "J. Hutter"), &
966 title="Nonlocal van der Waals functionals: The case of rare-gas dimers and solids", &
967 source="J. Chem. Phys.", volume="138", pages="204103", &
968 year=2013, doi="10.1063/1.4807332")
969
970 CALL add_reference(key=putrino2002, &
971 authors=s2a("A. Putrino", "M. Parrinello"), &
972 title="Anharmonic Raman Spectra in High-Pressure Ice from Ab Initio Simulations", &
973 source="Phys. Rev. Lett.", volume="88", pages="176401", &
974 year=2002, doi="10.1103/PhysRevLett.88.176401")
975
976 CALL add_reference(key=sebastiani2001, &
977 authors=s2a("D. Sebastiani", "M. Parrinello"), &
978 title="A New Ab Initio Approach for NMR Chemical Shifts in Periodic Systems", &
979 source="J. Phys. Chem. A", volume="105", pages="1951-1958", &
980 year=2001, doi="10.1021/jp002807j")
981
982 CALL add_reference(key=weber2009, &
983 authors=s2a("V. Weber", "M. Iannuzzi", "S. Giani", "J. Hutter", "R. Declerck", "M. Waroduier"), &
984 title="Magnetic Linear Response Properties Calculations with the "// &
985 "Gaussian and Augmanted-Plane-Wave Method", &
986 source="J. Chem. Phys.", volume="131", pages="014106", &
987 year=2009, doi="10.1063/1.3156803")
988
989 CALL add_reference(key=golze2013, &
990 authors=s2a("D. Golze", "M. Iannuzzi", "M. T. Nguyen", "D. Passerone", "J. Hutter"), &
991 title="Simulation of Adsorption Processes at Metallic Interfaces: "// &
992 "An Image Charge Augmented QM/MM Approach", &
993 source="J. Chem. Theory Comput.", volume="9", pages="5086-5097", &
994 year=2013, doi="10.1021/ct400698y")
995
996 CALL add_reference(key=golze2015, &
997 authors=s2a("D. Golze", "J. Hutter", "M. Iannuzzi"), &
998 title="Wetting of water on hexagonal boron nitride@Rh(111): "// &
999 "a QM/MM model based on atomic charges derived for nano-structured substrates", &
1000 source="Phys. Chem. Chem. Phys.", volume="17", pages="14307-14316", &
1001 year=2015, doi="10.1039/C4CP04638B")
1002
1003 CALL add_reference(key=golze2017a, &
1004 authors=s2a("D. Golze", "N. Benedikter", "M. Iannuzzi", "J. Wilhelm", "J. Hutter"), &
1005 title="Fast evaluation of solid harmonic Gaussian integrals for local "// &
1006 "resolution-of-the-identity methods and range-separated hybrid functionals", &
1007 source="J. Chem. Phys.", volume="146", pages="034105", &
1008 year=2017, doi="10.1063/1.4973510")
1009
1010 CALL add_reference(key=golze2017b, &
1011 authors=s2a("D. Golze", "M. Iannuzzi", "J. Hutter"), &
1012 title="Local Fitting of the Kohn-Sham Density in a Gaussian and "// &
1013 "Plane Waves Scheme for Large-Scale Density Functional Theory Simulations", &
1014 source="J. Chem. Theory Comput.", volume="13", pages="2202-2214", &
1015 year=2017, doi="10.1021/acs.jctc.7b00148")
1016
1017 CALL add_reference(key=fattebert2002, &
1018 authors=s2a("J. L. Fattebert", "F. Gygi"), &
1019 title="Density functional theory for efficient ab initio "// &
1020 "molecular dynamics simulations in solution", &
1021 source="J. Comput. Chem.", volume="23", pages="662-666", &
1022 year=2002, doi="10.1002/jcc.10069")
1023
1024 CALL add_reference(key=andreussi2012, &
1025 authors=s2a("O. Andreussi", "I. Dabo", "N. Marzari"), &
1026 title="Revised self-consistent continuum solvation in electronic-structure calculations", &
1027 source="J. Chem. Phys.", volume="136", pages="064102", &
1028 year=2012, doi="10.1063/1.3676407")
1029
1030 CALL add_reference(key=tuckerman1992, &
1031 authors=s2a("M. Tuckerman", "B. J. Berne", "G. J. Martyna"), &
1032 title="Reversible multiple time scale molecular dynamics", &
1033 source="J. Chem. Phys.", volume="97", pages="1990-2001", &
1034 year=1992, doi="10.1063/1.463137")
1035
1036 CALL add_reference(key=goedecker2004, &
1037 authors=s2a("S. Goedecker"), &
1038 title="Minima hopping: An efficient search method for the global minimum of "// &
1039 "the potential energy surface of complex molecular systems", &
1040 source="J. Chem. Phys.", volume="120", pages="9911-9917", &
1041 year=2004, doi="10.1063/1.1724816")
1042
1043 CALL add_reference(key=khaliullin2007, &
1044 authors=s2a("R. Z. Khaliullin", "E. A. Cobar", "R. C. Lochan", &
1045 "A. T. Bell", "M. Head-Gordon"), &
1046 title="Unravelling the origin of intermolecular interactions using "// &
1047 "absolutely localized molecular orbitals", &
1048 source="J. Phys. Chem. A", volume="111", pages="8753-8765", &
1049 year=2007, doi="10.1021/jp073685z")
1050
1051 CALL add_reference(key=khaliullin2008, &
1052 authors=s2a("R. Z. Khaliullin", "A. T. Bell", "M. Head-Gordon"), &
1053 title="Analysis of charge transfer effects in molecular complexes "// &
1054 "based on absolutely localized molecular orbitals", &
1055 source="J. Chem. Phys.", volume="128", pages="184112", &
1056 year=2008, doi="10.1063/1.2912041")
1057
1058 CALL add_reference(key=khaliullin2013, &
1059 authors=s2a("R. Z. Khaliullin", "J. VandeVondele", "J. Hutter"), &
1060 title="Efficient Linear-Scaling Density Functional Theory for Molecular Systems", &
1061 source="J. Chem. Theory Comput.", volume="9", pages="4421-4427", &
1062 year=2013, doi="10.1021/ct400595k")
1063
1064 CALL add_reference(key=hutter2014, &
1065 authors=s2a("J. Hutter", "M. Iannuzzi", "F. Schiffmann", "J. VandeVondele"), &
1066 title="CP2K: atomistic simulations of condensed matter systems", &
1067 source="WIREs Comput Mol Sci.", volume="4", pages="15-25", &
1068 year=2014, doi="10.1002/wcms.1159")
1069
1070 CALL add_reference(key=kantorovich2008, &
1071 authors=s2a("L. Kantorovich"), &
1072 title="Generalized Langevin equation for solids. I. Rigorous derivation and main properties", &
1073 source="Phys. Rev. B", volume="78", pages="094304", &
1074 year=2008, doi="10.1103/PhysRevB.78.094304")
1075
1077 authors=s2a("L. Kantorovich", "N. Rompotis"), &
1078 title="Generalized Langevin equation for solids. II. Stochastic boundary "// &
1079 "conditions for nonequilibrium molecular dynamics simulations", &
1080 source="Phys. Rev. B", volume="78", pages="094305", &
1081 year=2008, doi="10.1103/PhysRevB.78.094305")
1082
1083 CALL add_reference(key=niklasson2014, &
1084 authors=s2a("E. Rubensson", "A. Niklasson"), &
1085 title="Interior Eigenvalues from Density Matrix Expansions in "// &
1086 "Quantum Mechanical Molecular Dynamics", &
1087 source="SIAM J. Sci. Comput.", volume="36", pages="B147-B170", &
1088 year=2014, doi="10.1137/130911585")
1089
1090 CALL add_reference(key=borstnik2014, &
1091 authors=s2a("U. Borstnik", "J. VandeVondele", "V. Weber", "J. Hutter"), &
1092 title="Sparse matrix multiplication: The distributed block-compressed sparse row library", &
1093 source="Parallel Comput.", volume="40", pages="47-58", &
1094 year=2014, doi="10.1016/j.parco.2014.03.012")
1095
1096 CALL add_reference(key=rayson2009, &
1097 authors=s2a("M. J. Rayson", "P. R. Briddon"), &
1098 title="Highly efficient method for Kohn-Sham density functional "// &
1099 "calculations of 500-10 000 atom systems", &
1100 source="Phys. Rev. B", volume="80", pages="205104", &
1101 year=2009, doi="10.1103/PhysRevB.80.205104")
1102
1103 CALL add_reference(key=merlot2014, &
1104 authors=s2a("P. Merlot", "R. Izsak", "A. Borgo", &
1105 "T. Kjaergaard", "T. Helgaker", "S. Reine"), &
1106 title="Charge-constrained auxiliary-density-matrix methods for the "// &
1107 "Hartree-Fock exchange contribution", &
1108 source="J. Chem. Phys.", volume="141", pages="094104", &
1109 year=2014, doi="10.1063/1.4894267")
1110
1111 CALL add_reference(key=lin2009, &
1112 authors=s2a("L. Lin", "J. F. Lu", "L. X. Ying", "R. Car", "W. N. E"), &
1113 title="Fast algorithm for extracting the diagonal of the inverse matrix with "// &
1114 "application to the electronic structure analysis of metallic systems", &
1115 source="Commun. Math. Sci.", volume="7", pages="755-777", &
1116 year=2009, doi="10.4310/CMS.2009.v7.n3.a12")
1117
1118 CALL add_reference(key=lin2013, &
1119 authors=s2a("L. Lin", "M. Chen", "C. Yang", "L. He"), &
1120 title="Accelerating atomic orbital-based electronic structure calculation "// &
1121 "via pole expansion and selected inversion", &
1122 source="J. Phys. Condens. Matter", volume="25", pages="295501", &
1123 year=2013, doi="10.1088/0953-8984/25/29/295501")
1124
1125 CALL add_reference(key=delben2015, &
1126 authors=s2a("M. Del Ben", "O. Schuett", "T. Wentz", "P. Messmer", "J. Hutter", "J. VandeVondele"), &
1127 title="Enabling simulation at the fifth rung of DFT: "// &
1128 "Large scale RPA calculations with excellent time to solution", &
1129 source="Comput. Phys. Commun.", volume="187", pages="120-129", &
1130 year=2015, doi="10.1016/j.cpc.2014.10.021")
1131
1132 CALL add_reference(key=souza2002, &
1133 authors=s2a("I. Souza", "J. Iniguez", "D. Vanderbilt"), &
1134 title="First-principles approach to insulators in finite electric fields", &
1135 source="Phys. Rev. Lett.", volume="89", pages="117602", &
1136 year=2002, doi="10.1103/PhysRevLett.89.117602")
1137
1138 CALL add_reference(key=umari2002, &
1139 authors=s2a("P. Umari", "A. Pasquarello"), &
1140 title="Ab initio molecular dynamics in a finite homogeneous electric field", &
1141 source="Phys. Rev. Lett.", volume="89", pages="157602", &
1142 year=2002, doi="10.1103/PhysRevLett.89.157602")
1143
1144 CALL add_reference(key=stengel2009, &
1145 authors=s2a("M. Stengel", "N. A. Spaldin", "D. Vanderbilt"), &
1146 title="Ab initio molecular dynamics in a finite homogeneous electric field "// &
1147 "Electric displacement as the fundamental variable in electronic-structure calculations", &
1148 source="Nat. Phys.", volume="5", pages="304-308", &
1149 year=2009, doi="10.1038/NPHYS1185")
1150
1151 CALL add_reference(key=luber2014, &
1152 authors=s2a("S. Luber", "M. Iannuzzi", "J. Hutter"), &
1153 title="Raman spectra from ab initio molecular dynamics and its "// &
1154 "application to liquid S-methyloxirane", &
1155 source="J. Chem. Phys.", volume="141", pages="094503", &
1156 year=2014, doi="10.1063/1.4894425")
1157
1158 CALL add_reference(key=berghold2011, &
1159 authors=s2a("G. Berghold", "M. Parrinello", "J. Hutter"), &
1160 title="Polarized atomic orbitals for linear scaling methods", &
1161 source="J. Chem. Phys.", volume="116", pages="1800-1810", &
1162 year=2002, doi="10.1063/1.1431270")
1163
1164 CALL add_reference(key=delben2015b, &
1165 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
1166 title="Forces and stress in second order Moller-Plesset perturbation theory "// &
1167 "for condensed phase systems within the resolution-of-identity "// &
1168 "Gaussian and plane waves approach", &
1169 source="J. Chem. Phys.", volume="143", pages="102803", &
1170 year=2015, doi="10.1063/1.4919238")
1171
1172 CALL add_reference(key=campana2009, &
1173 authors=s2a("C. Campana", "B. Mussard", "T. K. Woo"), &
1174 title="Electrostatic Potential Derived Atomic Charges for "// &
1175 "Periodic Systems Using a Modified Error Functional", &
1176 source="J. Chem. Theory Comput.", volume="5", pages="2866", &
1177 year=2009, doi="10.1021/ct9003405")
1178
1179 CALL add_reference(key=schiffmann2015, &
1180 authors=s2a("F. Schiffmann", "J. VandeVondele"), &
1181 title="Efficient preconditioning of the electronic structure problem in "// &
1182 "large scale ab initio molecular dynamics simulations", &
1183 source="J. Chem. Phys.", volume="142", pages="244117", &
1184 year=2015, doi="10.1063/1.4922988")
1185
1186 CALL add_reference(key=bruck2014, &
1187 authors=s2a("S. Bruck", "M. Calderara", "M. H. Bani-Hashemian", "J. VandeVondele", "M. Luisier"), &
1188 title="Towards ab-initio simulations of nanowire field-effect transistors", &
1189 source="2014 International Workshop on Computational Electronics (IWCE)", &
1190 year=2014, doi="10.1109/IWCE.2014.6865831")
1191
1192 CALL add_reference(key=rappe1992, &
1193 authors=s2a("A. K. Rappe", "C. J. Casewit", "K. S. Colwell", "W. A. Goddard", "W. M. Skiff"), &
1194 title="UFF, a full periodic table force field for molecular mechanics "// &
1195 "and molecular dynamics simulations", &
1196 source="J. Am. Chem. Soc.", volume="114", pages="10024-10035", &
1197 year=1992, doi="10.1021/ja00051a040")
1198
1199 CALL add_reference(key=monkhorst1976, &
1200 authors=s2a("H. J. Monkhorst", "J. D. Pack"), &
1201 title="Special points for Brillouin-zone integrations", &
1202 source="Phys. Rev. B", volume="13", pages="5188-5192", &
1203 year=1976, doi="10.1103/PhysRevB.13.5188")
1204
1205 CALL add_reference(key=macdonald1978, &
1206 authors=s2a("A. H. MacDonald"), &
1207 title="Comment on special points for Brillouin-zone integrations", &
1208 source="Phys. Rev. B", volume="18", pages="5897-5899", &
1209 year=1978, doi="10.1103/PhysRevB.18.5897")
1210
1211 CALL add_reference(key=gilbert2008, &
1212 authors=s2a("A. T. B. Gilbert", "N. A. Besley", "P. M. W. Gill"), &
1213 title="Self-consistent field calculations of excited states using the "// &
1214 "maximum overlap method (MOM)", &
1215 source="J. Phys. Chem. A", volume="112", pages="13164-13171", &
1216 year=2008, doi="10.1021/jp801738f")
1217
1218 CALL add_reference(key=barca2018, &
1219 authors=s2a("G. M. J. Barca", "A. T. B. Gilbert", "P. M. W. Gill"), &
1220 title="Simple models for difficult electronic excitations", &
1221 source="J. Chem. Theory Comput.", volume="14", pages="1501-1509", &
1222 year=2018, doi="10.1021/acs.jctc.7b00994")
1223
1224 CALL add_reference(key=schonherr2014, &
1225 authors=s2a("M. Schonherr", "B. Slater", "J. Hutter", "J. VandeVondele"), &
1226 title="Dielectric Properties of Water Ice, the Ice Ih/XI Phase Transition, "// &
1227 "and an Assessment of Density Functional Theory", &
1228 source="J. Phys. Chem. B", volume="118", pages="590-596", &
1229 year=2014, doi="10.1021/jp4103355")
1230
1231 CALL add_reference(key=ceriotti2014, &
1232 authors=s2a("M. Ceriotti", "J. More", "D. E. Manolopoulos"), &
1233 title="i-PI: A Python interface for ab initio path integral molecular dynamics simulations", &
1234 source="Comput. Phys. Commun.", volume="185", pages="1019-1026", &
1235 year=2014, doi="10.1016/j.cpc.2013.10.027")
1236
1238 authors=s2a("M. H. Bani-Hashemian", "S. Bruck", "M. Luisier", "J. VandeVondele"), &
1239 title="A generalized Poisson solver for first-principles device simulations", &
1240 source="J. Chem. Phys.", volume="144", pages="044113", &
1241 year=2016, doi="10.1063/1.4940796")
1242
1243 CALL add_reference(key=kapil2016, &
1244 authors=s2a("V. Kapil", "J. VandeVondele", "M. Ceriotti"), &
1245 title="Accurate molecular dynamics and nuclear quantum effects at low cost by multiple steps "// &
1246 "in real and imaginary time: Using density functional theory to accelerate wavefunction methods", &
1247 source="J. Chem. Phys.", volume="144", pages="054111", &
1248 year=2016, doi="10.1063/1.4941091")
1249
1250 CALL add_reference(key=heinzmann1976, &
1251 authors=s2a("R. Heinzmann", "R. Ahlrichs"), &
1252 title="Population analysis based on occupation numbers of modified atomic orbitals (MAOs)", &
1253 source="Theoret. Chim. Acta", volume="42", pages="33-45", &
1254 year=1976, doi="10.1007/BF00548289")
1255
1256 CALL add_reference(key=ehrhardt1985, &
1257 authors=s2a("C. Ehrhardt", "R. Ahlrichs"), &
1258 title="Population analysis based on occupation numbers II. Relationship between shared "// &
1259 "electron numbers and bond energies and characterization of hypervalent contributions", &
1260 source="Theoret. Chim. Acta", volume="68", pages="231-245", &
1261 year=1985, doi="10.1007/BF00526774")
1262
1263 CALL add_reference(key=rybkin2016, &
1264 authors=s2a("V. V. Rybkin", "J. VandeVondele"), &
1265 title="Spin-Unrestricted Second-Order Moller-Plesset (MP2) Forces for the Condensed Phase: "// &
1266 "From Molecular Radicals to F-Centers in Solids", &
1267 source="J. Chem. Theory Comput.", volume="12", pages="2214-2223", &
1268 year=2016, doi="10.1021/acs.jctc.6b00015")
1269
1270 CALL add_reference(key=west2006, &
1271 authors=s2a("D. West", "S. K. Estreicher"), &
1272 title="First-Principles Calculations of Vibrational Lifetimes and Decay Channels:"// &
1273 " Hydrogen-Related Modes in Si", &
1274 source="Phys. Rev. Lett.", volume="96", pages="115504", &
1275 year=2006, doi="10.1103/PhysRevLett.96.115504")
1276
1277 CALL add_reference(key=bates2013, &
1278 authors=s2a("J. E. Bates"), &
1279 title="Communication: Random phase approximation renormalized many-body perturbation theory", &
1280 source="J. Chem. Phys.", volume="139", pages="171103", &
1281 year=2013, doi="10.1063/1.4827254")
1282
1283 CALL add_reference(key=andermatt2016, &
1284 authors=s2a("S. Andermatt", "J. Cha", "F. Schiffmann", "J. VandeVondele"), &
1285 title="Combining Linear-Scaling DFT with Subsystem DFT in Born Oppenheimer "// &
1286 "and Ehrenfest Molecular Dynamics Simulations: From Molecules to a Virus in Solution", &
1287 source="J. Chem. Theory Comput.", volume="12", pages="3214-3227", &
1288 year=2016, doi="10.1021/acs.jctc.6b00398")
1289
1290 CALL add_reference(key=zhu2016, &
1291 authors=s2a("L. Zhu", "M. Amsler", "T. Fuhrer", "B. Schaefer", "S. Faraji", "S. Rostami", &
1292 "S. A. Ghasemi", "A. Sadeghi", "M. Grauzinyte", "C. Wolverton", "S. Goedecker"), &
1293 title="A fingerprint based metric for measuring similarities of crystalline structures", &
1294 source="J. Chem. Phys.", volume="144", pages="034203", &
1295 year=2016, doi="10.1063/1.4940026")
1296
1297 CALL add_reference(key=schuett2016, &
1298 authors=s2a("O. Schuett", "P. Messmer", "J. Hutter", "J. VandeVondele"), &
1299 title="GPU-Accelerated Sparse Matrix-Matrix Multiplication for Linear Scaling Density Functional Theory", &
1300 source="Electronic Structure Calculations on Graphics Processing Units", pages="173-190", &
1301 year=2016, doi="10.1002/9781118670712.ch8")
1302
1303 CALL add_reference(key=schran2020a, &
1304 authors=s2a("C. Schran", "J. Behler", "D. Marx"), &
1305 title="Automated Fitting of Neural Network Potentials at Coupled Cluster Accuracy: "// &
1306 "Protonated Water Clusters as Testing Ground", &
1307 source="J. Chem. Theory Comput.", volume="16", pages="88-99", &
1308 year=2020, doi="10.1021/acs.jctc.9b00805")
1309
1310 CALL add_reference(key=schran2020b, &
1311 authors=s2a("C. Schran", "K. Brezina", "O. Marsalek"), &
1312 title="Committee neural network potentials control generalization errors and enable active learning", &
1313 source="J. Chem. Phys.", volume="153", pages="104105", &
1314 year=2020, doi="10.1063/5.0016004")
1315
1316 CALL add_reference(key=behler2007, &
1317 authors=s2a("J. Behler", "M. Parrinello"), &
1318 title="Generalized neural-network representation of high-dimensional potential-energy surfaces", &
1319 source="Phys. Rev. Lett.", volume="98", pages="146401", &
1320 year=2007, doi="10.1103/PhysRevLett.98.146401")
1321
1322 CALL add_reference(key=behler2011, &
1323 authors=s2a("J. Behler"), &
1324 title="Atom-centered symmetry functions for constructing high-dimensional neural network potentials", &
1325 source="J. Chem. Phys.", volume="134", pages="074106", &
1326 year=2011, doi="10.1063/1.3553717")
1327
1328 CALL add_reference(key=lu2004, &
1329 authors=s2a("W. C. Lu", "C. Z. Wang", "M. W. Schmidt", "L. Bytautas", "K. M. Ho", "K. Ruedenberg"), &
1330 title="Molecule intrinsic minimal basis sets. I. Exact resolution of ab initio "// &
1331 "optimized molecular orbitals in terms of deformed atomic minimal-basis orbitals", &
1332 source="J. Chem. Phys.", volume="120", pages="2629-2637", &
1333 year=2004, doi="10.1063/1.1638731")
1334
1335 CALL add_reference(key=migliore2009, &
1336 authors=s2a("A. Migliore"), &
1337 title="Full-electron calculation of effective electronic couplings and excitation energies of charge "// &
1338 "transfer states: Application to hole transfer in DNA stacks ", &
1339 source="J. Chem. Phys.", volume="131", pages="114113", &
1340 year=2009, doi="10.1063/1.3232007")
1341
1342 CALL add_reference(key=mavros2015, &
1343 authors=s2a("M. G. Mavros", "T. Van Voorhis"), &
1344 title="Communication: CDFT-CI couplings can be unreliable when there is fractional charge transfer", &
1345 source="J. Chem. Phys.", volume="143", pages="231102", &
1346 year=2015, doi="10.1063/1.4938103")
1347
1348 CALL add_reference(key=becke1988b, &
1349 authors=s2a("A. D. Becke"), &
1350 title="A multicenter numerical integration scheme for polyatomic molecules", &
1351 source="J. Chem. Phys.", volume="88", pages="2547-2553", &
1352 year=1988, doi="10.1063/1.454033")
1353
1354 CALL add_reference(key=holmberg2017, &
1355 authors=s2a("N. Holmberg", "K. Laasonen"), &
1356 title="Efficient Constrained Density Functional Theory Implementation for Simulation of "// &
1357 "Condensed Phase Electron Transfer Reactions", &
1358 source="J. Chem. Theory Comput.", volume="13", pages="587-601", &
1359 year=2017, doi="10.1021/acs.jctc.6b01085")
1360
1361 CALL add_reference(key=marek2014, &
1362 authors=s2a("A. Marek", "V. Blum", "R. Johanni", "V. Havu", "B. Lang", &
1363 "T. Auckenthaler", "A. Heinecke", "H. Bungartz", "H. Lederer"), &
1364 title="The ELPA library: scalable parallel eigenvalue solutions for "// &
1365 "electronic structure theory and computational science", &
1366 source="J. Phys. Condens. Matter", volume="26", pages="213201", &
1367 year=2014, doi="10.1088/0953-8984/26/21/213201")
1368
1369 CALL add_reference(key=vanvoorhis2015, &
1370 authors=s2a("T. VanVoorhis", "M. Welborn", "J. Chen", "L. Wang"), &
1371 title="Why many semiempirical molecular orbital fail for liquid water and how to fix them", &
1372 source="J. Comput. Chem.", volume="36", pages="934-939", &
1373 year=2015, doi="10.1002/jcc.23887")
1374
1375 CALL add_reference(key=stoychev2016, &
1376 authors=s2a("G. L. Stoychev", "A. A. Auer", "F. Neese"), &
1377 title="Automatic Generation of Auxiliary Basis Sets", &
1378 source="J. Chem. Theory Comput.", volume="13", pages="554-562", &
1379 year=2017, doi="10.1021/acs.jctc.6b01041")
1380
1381 CALL add_reference(key=kondov2007, &
1382 authors=s2a("I. Kondov", "M. Cizek", "C. Benesch", "H. Wang", "M. Thoss"), &
1383 title="Quantum dynamics of photoinduced electron-transfer reactions in dye-semiconductor systems: "// &
1384 "First-principles description and application to coumarin 343-TiO2", &
1385 source="J. Phys. Chem. C", volume="111", pages="11970-11981", &
1386 year=2007, doi="10.1021/jp072217m")
1387
1388 CALL add_reference(key=futera2017, &
1389 authors=s2a("Z. Futera", "J. Blumberger"), &
1390 title="Electronic Couplings for Charge Transfer across Molecule/Metal and "// &
1391 "Molecule/Semiconductor Interfaces: Performance of the Projector Operator-Based Diabatization Approach", &
1392 source="J. Phys. Chem. C", volume="121", pages="19677-19689", &
1393 year=2017, doi="10.1021/acs.jpcc.7b06566")
1394
1395 CALL add_reference(key=bailey2006, &
1396 authors=s2a("A. R. Rocha", "V. M. Garcia-Suarez", "S. Bailey", "C. Lambert", "J. Ferrer", "S. Sanvito"), &
1397 title="Spin and molecular electronics in atomically generated orbital landscapes", &
1398 source="Phys. Rev. B", volume="73", pages="085414", &
1399 year=2006, doi="10.1103/PhysRevB.73.085414")
1400
1401 CALL add_reference(key=papior2017, &
1402 authors=s2a("N. Papior", "N. Lorente", "T. Frederiksen", "A. Garcia", "M. Brandbyge"), &
1403 title="Improvements on non-equilibrium and transport Green function techniques", &
1404 source="Comput. Phys. Commun.", volume="212", pages="8-24", &
1405 year=2017, doi="10.1016/j.cpc.2016.09.022")
1406
1407 CALL add_reference(key=brieuc2016, &
1408 authors=s2a("F. Brieuc", "H. Dammak", "M. Hayoun"), &
1409 title="Quantum thermal Bath for Path Integral Molecular Dynamics Simulation", &
1410 source="J. Chem. Theory Comput.", volume="12", pages="1351-1359", &
1411 year=2016, doi="10.1021/acs.jctc.5b01146")
1412
1413 CALL add_reference(key=huang2011, &
1414 authors=s2a("C. Huang", "M. Pavone", "E. A. Carter"), &
1415 title="Quantum mechanical embedding theory based on a unique embedding potential", &
1416 source="J. Chem. Phys.", volume="134", pages="154110", &
1417 year=2011, doi="10.1063/1.3577516")
1418
1420 authors=s2a("T. Heaton-Burgess", "F. A. Bulat", "W. T. Yang"), &
1421 title="Optimized effective potentials in finite basis sets", &
1422 source="Phys. Rev. Lett.", volume="98", pages="256401", &
1423 year=2007, doi="10.1103/PhysRevLett.98.256401")
1424
1425 CALL add_reference(key=scheiber2018, &
1426 authors=s2a("H. Scheiber", "Y. Shi", "R. Z. Khaliullin"), &
1427 title="Compact orbitals enable low-cost linear-scaling ab initio "// &
1428 "molecular dynamics for weakly-interacting systems", &
1429 source="J. Chem. Phys.", volume="148", pages="231103", &
1430 year=2018, doi="10.1063/1.5029939")
1431
1432 CALL add_reference(key=schuett2018, &
1433 authors=s2a("O. Schuett", "J. VandeVondele"), &
1434 title="Machine Learning Adaptive Basis Sets for Efficient Large Scale "// &
1435 "Density Functional Theory Simulation", &
1436 source="J. Chem. Theory Comput.", volume="14", pages="4168-4175", &
1437 year=2018, doi="10.1021/acs.jctc.8b00378")
1438
1439 CALL add_reference(key=holmberg2018, &
1440 authors=s2a("N. Holmberg", "K. Laasonen"), &
1441 title="Diabatic model for electrochemical hydrogen evolution based on "// &
1442 "constrained DFT configuration interaction", &
1443 source="J. Chem. Phys.", volume="149", pages="104702", &
1444 year=2018, doi="10.1063/1.5038959")
1445
1446 CALL add_reference(key=togo2018, &
1447 authors=s2a("A. Togo", "I. Tanaka"), &
1448 title="Spglib : a software library for crystal symmetry search", &
1449 source="arXiv", pages="1808.01590", &
1450 year=2018)
1451
1452 CALL add_reference(key=staub2019, &
1453 authors=s2a("R. Staub", "M. Iannuzzi", "R. Z. Khaliullin", "S. N. Steinmann"), &
1454 title="Energy Decomposition Analysis for Metal Surface-Adsorbate Interactions "// &
1455 "by Block Localized Wave Functions", &
1456 source="J. Chem. Theory Comput.", volume="15", pages="265-275", &
1457 year=2019, doi="10.1021/acs.jctc.8b00957")
1458
1459 CALL add_reference(key=clabaut2020, &
1460 authors=s2a("P. Clabaut", "P. Fleurat-Lessard", "C. Michel", "S. N. Steinmann"), &
1461 title="Ten Facets, One Force Field: The GAL19 Force Field for Water-Noble Metal Interfaces", &
1462 source="J. Chem. Theory Comput.", volume="16", pages="4565-4578", &
1463 year=2020, doi="10.1021/acs.jctc.0c00091")
1464
1465 CALL add_reference(key=clabaut2021, &
1466 authors=s2a("P. Clabaut"), &
1467 title="Solvation and adsorptions at the solid/water interface: Developments and applications", &
1468 source=é"Ph.D. thesis at Universit de Lyon", &
1469 year=2021)
1470
1471 CALL add_reference(key=richters2018, &
1472 authors=s2a("D. Richters", "M. Lass", "A. Walther", "C. Plessl", "T. D. Kuehne"), &
1473 title="A General Algorithm to Calculate the Inverse Principal p-th Root of "// &
1474 "Symmetric Positive Definite Matrices", &
1475 source="Commun. Comput. Phys.", volume="25", pages="564-585", &
1476 year=2018, doi="10.4208/cicp.OA-2018-0053")
1477
1478 CALL add_reference(key=kruse2012, &
1479 authors=s2a("H. Kruse", "S. Grimme"), &
1480 title="A geometrical correction for the inter- and intra-molecular basis set superposition error "// &
1481 "in Hartree-Fock and density functional theory calculations for large systems", &
1482 source="J. Chem. Phys.", volume="136", pages="154101", &
1483 year=2012, doi="10.1063/1.3700154")
1484
1485 CALL add_reference(key=ren2011, &
1486 authors=s2a("X. Ren", "A. Tkatchenko", "P. Rinke", "M. Scheffler"), &
1487 title="Beyond the Random-Phase Approximation for the Electron Correlation Energy: "// &
1488 "The Importance of Single Excitations", &
1489 source="Phys. Rev. Lett.", volume="106", pages="153003", &
1490 year=2011, doi="10.1103/PhysRevLett.106.153003")
1491
1492 CALL add_reference(key=ren2013, &
1493 authors=s2a("X. Ren", "P. Rinke", "G. Scuseria", "M. Scheffler"), &
1494 title="Renormalized second-order perturbation theory for the electron correlation energy: "// &
1495 "Concept, implementation, and benchmarks", &
1496 source="Phys. Rev. B", volume="88", pages="035120", &
1497 year=2013, doi="10.1103/PhysRevB.88.035120")
1498
1499 CALL add_reference(key=martin2003, &
1500 authors=s2a("R. L. Martin"), &
1501 title="Natural transition orbitals", &
1502 source="J. Chem. Phys.", volume="118", pages="4775-4777", &
1503 year=2003, doi="10.1063/1.1558471")
1504
1505 CALL add_reference(key=cohen2000, &
1506 authors=s2a("M. H. Cohen", "D. Frydel", "K. Burke", "E. Engel"), &
1507 title="Total energy density as an interpretative tool", &
1508 source="J. Chem. Phys.", volume="113", pages="2990", &
1509 year=2000, doi="10.1063/1.1286805")
1510
1511 CALL add_reference(key=rogers2002, &
1512 authors=s2a("C. L. Rogers", "A. M. Rappe"), &
1513 title="Geometric formulation of quantum stress fields", &
1514 source="Phys. Rev. B", volume="65", pages="224117", &
1515 year=2002, doi="10.1103/PhysRevB.65.224117")
1516
1517 CALL add_reference(key=filippetti2000, &
1518 authors=s2a("A. Filippetti", "V. Fiorentini"), &
1519 title="Theory and applications of the stress density", &
1520 source="Phys. Rev. B", volume="61", pages="8433", &
1521 year=2000, doi="10.1103/PhysRevB.61.8433")
1522
1523 CALL add_reference(key=limpanuparb2011, &
1524 authors=s2a("T. Limpanuparb", "P. M. W. Gill"), &
1525 title="Resolutions of the Coulomb Operator: V. The Long-Range Ewald Operator", &
1526 source="J. Chem. Theory Comput.", volume="7", pages="2353-2357", &
1527 year=2011, doi="10.1021/ct200305n")
1528
1529 CALL add_reference(key=yin2017, &
1530 authors=s2a("W. Yin", "M. Krack", "X. Li", "L. Chen", "L. Liu"), &
1531 title="Periodic continuum solvation model integrated with "// &
1532 "first-principles calculations for solid surfaces", &
1533 source="Prog. Nat. Sci.", volume="27", pages="283-288", &
1534 year=2017, doi="10.1016/j.pnsc.2017.03.003")
1535
1536 CALL add_reference(key=goerigk2017, &
1537 authors=s2a("L. Goerigk", "A. Hansen", "C. Bauer", &
1538 "S. Ehrlich", "A. Najibi", "S. Grimme"), &
1539 title="A look at the density functional theory zoo with the advanced GMTKN55 database for "// &
1540 "general main group thermochemistry, kinetics and noncovalent interactions", &
1541 source="Phys. Chem. Chem. Phys.", volume="19", pages="32184-32215", &
1542 year=2017, doi="10.1039/C7CP04913G")
1543
1544 CALL add_reference(key=wilhelm2016a, &
1545 authors=s2a("J. Wilhelm", "M. Del Ben", "J. Hutter"), &
1546 title="GW in the Gaussian and plane waves scheme with application to linear acenes", &
1547 source="J. Chem. Theory Comput.", volume="12", pages="3623-3635", &
1548 year=2016, doi="10.1021/acs.jctc.6b00380")
1549
1550 CALL add_reference(key=wilhelm2016b, &
1551 authors=s2a("J. Wilhelm", "P. Seewald", "M. Del Ben", "J. Hutter"), &
1552 title="Large-Scale Cubic-Scaling Random Phase Approximation Correlation", &
1553 source="J. Chem. Theory Comput.", volume="12", pages="5851-5859", &
1554 year=2016, doi="10.1021/acs.jctc.6b00840")
1555
1556 CALL add_reference(key=wilhelm2017, &
1557 authors=s2a("J. Wilhelm", "J. Hutter"), &
1558 title="Periodic GW calculations in the Gaussian and plane-waves scheme", &
1559 source="Phys. Rev. B", volume="95", pages="235123", &
1560 year=2017, doi="10.1103/PhysRevB.95.235123")
1561
1562 CALL add_reference(key=wilhelm2018, &
1563 authors=s2a("J. Wilhelm", "D. Golze", "L. Talirz", "J. Hutter", "C. A. Pignedoli"), &
1564 title="Toward GW calculations on thousands of atoms", &
1565 source="J. Phys. Chem. Lett.", volume="9", pages="306-312", &
1566 year=2018, doi="10.1021/acs.jpclett.7b02740")
1567
1568 CALL add_reference(key=wilhelm2021, &
1569 authors=s2a("J. Wilhelm", "P. Seewald", "D. Golze"), &
1570 title="Low-Scaling GW with Benchmark Accuracy and Application to Phosphorene Nanosheets", &
1571 source="J. Chem. Theory Comput.", volume="9", pages="1662-1677", &
1572 year=2021, doi="10.1021/acs.jctc.0c01282")
1573
1574 CALL add_reference(key=lass2018, &
1575 authors=s2a("M. Lass", "S. Mohr", "H. Wiebeler", "T. D. Kuehne", "C. Plessl"), &
1576 title="A Massively Parallel Algorithm for the Approximate Calculation of "// &
1577 "Inverse P-Th Roots of Large Sparse Matrices", &
1578 source="Proceedings of the Platform for Advanced Scientific Computing (PASC) Conference", &
1579 year=2018, doi="10.1145/3218176.3218231")
1580
1581 CALL add_reference(key=cp2kqs2020, &
1582 authors=s2a("T. D. Kuehne", "M. Iannuzzi", "M. Del Ben", "V. V. Rybkin", &
1583 "P. Seewald", "F. Stein", "T. Laino", "R. Z. Khaliullin", &
1584 "O. Schuett", "F. Schiffmann", "D. Golze", "J. Wilhelm", &
1585 "S. Chulkov", "M. H. Bani-Hashemian", "V. Weber", &
1586 "U. Borstnik", "M. Taillefumier", "A. S. Jakobovits", &
1587 "A. Lazzaro", "H. Pabst", "T. Mueller", "R. Schade", "M. Guidon", &
1588 "S. Andermatt", "N. Holmberg", "G. K. Schenter", "A. Hehn", &
1589 "A. Bussy", "F. Belleflamme", "G. Tabacchi", "A. Gloess", &
1590 "M. Lass", "I. Bethune", "C. J. Mundy", "C. Plessl", &
1591 "M. Watkins", "J. VandeVondele", "M. Krack", "J. Hutter"), &
1592 title="CP2K: An electronic structure and molecular dynamics software package - Quickstep: "// &
1593 "Efficient and accurate electronic structure calculations", &
1594 source="J. Chem. Phys.", volume="152", pages="194103", &
1595 year=2020, doi="10.1063/5.0007045")
1596
1597 CALL add_reference(key=rycroft2009, &
1598 authors=s2a("C. H. Rycroft"), &
1599 title="VORO++: A three-dimensional Voronoi cell library in C++", &
1600 source="Chaos", volume="19", pages="041111", &
1601 year=2009, doi="10.1063/1.3215722")
1602
1603 CALL add_reference(key=thomas2015, &
1604 authors=s2a("M. Thomas", "M. Brehm", "B. Kirchner"), &
1605 title="Voronoi dipole moments for the simulation of bulk phase vibrational spectra", &
1606 source="Phys. Chem. Chem. Phys.", volume="17", pages="3207-3213", &
1607 year=2015, doi="10.1039/C4CP05272B")
1608
1609 CALL add_reference(key=brehm2018, &
1610 authors=s2a("M. Brehm", "M. Thomas"), &
1611 title="An Efficient Lossless Compression Algorithm for Trajectories of "// &
1612 "Atom Positions and Volumetric Data", &
1613 source="J. Chem. Inf. Model.", volume="58", pages="2092-2107", &
1614 year=2018, doi="10.1021/acs.jcim.8b00501")
1615
1616 CALL add_reference(key=brehm2020, &
1617 authors=s2a("M. Brehm", "M. Thomas", "S. Gehrke", "B. Kirchner"), &
1618 title="TRAVIS - A free analyzer for trajectories from molecular simulation", &
1619 source="J. Chem. Phys.", volume="152", pages="164105", &
1620 year=2020, doi="10.1063/5.0005078")
1621
1622 CALL add_reference(key=shigeta2001, &
1623 authors=s2a("Y. Shigeta", "A. M. Ferreira", "V. G. Zakrzewski", "J. V. Ortiz"), &
1624 title=–"Electron propagator calculations with KohnSham reference states", &
1625 source="Int. J. Quantum Chem.", volume="85", pages="411-420", &
1626 year=2001, doi="10.1002/qua.1543")
1627
1628 CALL add_reference(key=bussy2021a, &
1629 authors=s2a("A. Bussy", "J. Hutter"), &
1630 title="Efficient and low-scaling linear-response time-dependent density "// &
1631 "functional theory implementation for core-level spectroscopy of large and periodic systems", &
1632 source="Phys. Chem. Chem. Phys.", volume="23", pages="4736-4746", &
1633 year=2021, doi="10.1039/D0CP06164F")
1634
1635 CALL add_reference(key=bussy2021b, &
1636 authors=s2a("A. Bussy", "J. Hutter"), &
1637 title="First-principles correction scheme for linear-response time-dependent density "// &
1638 "functional theory calculations of core electronic states", &
1639 source="J. Chem. Phys.", volume="155", pages="034108", &
1640 year=2021, doi="10.1063/5.0058124")
1641
1642 CALL add_reference(key=bussy2023, &
1643 authors=s2a("A. Bussy", "O. Schuett", "J. Hutter"), &
1644 title="Sparse tensor based nuclear gradients for periodic Hartree-Fock and "// &
1645 "low-scaling correlated wave function methods in the CP2K software package: "// &
1646 "A massively parallel and GPU accelerated implementation.", &
1647 source="J. Chem. Phys.", volume="158", pages="164109", &
1648 year=2023, doi="10.1063/5.0144493")
1649
1650 CALL add_reference(key=bussy2024, &
1651 authors=s2a("A. Bussy", "J. Hutter"), &
1652 title=–"Efficient periodic resolution-of-the-identity HartreeFock exchange "// &
1653 "method with k-point sampling and Gaussian basis sets", &
1654 source="J. Chem. Phys.", volume="160", pages="064116", &
1655 year=2024, doi="10.1063/5.0189659")
1656
1657 CALL add_reference(key=heinecke2016, &
1658 authors=s2a("A. Heinecke", "G. Henry", "M. Hutchinson", "H. Pabst"), &
1659 title="LIBXSMM: Accelerating Small Matrix Multiplications by Runtime Code Generation", &
1660 source="Proceedings of Intl. Supercomputing Conference", pages="981-991", &
1661 year=2016, doi="10.1109/SC.2016.83")
1662
1663 CALL add_reference(key=brehm2021, &
1664 authors=s2a("M. Brehm", "M. Thomas"), &
1665 title="Optimized Atomic Partial Charges and Radii Defined by "// &
1666 "Radical Voronoi Tessellation of Bulk Phase Simulations", &
1667 source="Molecules", volume="26", pages="1875", &
1668 year=2021, doi="10.3390/molecules26071875")
1669
1670 CALL add_reference(key=ditler2021, &
1671 authors=s2a("E. Ditler", "C. Kumar", "S. Luber"), &
1672 title="Analytic calculation and analysis of atomic polar tensors for molecules "// &
1673 "and materials using the Gaussian and plane waves approach", &
1674 source="J. Chem. Phys.", volume="154", pages="104121", &
1675 year=2021, doi="10.1063/5.0041056")
1676
1677 CALL add_reference(key=ditler2022, &
1678 authors=s2a("E. Ditler", "T. Zimmermann", "C. Kumar", "S. Luber"), &
1679 title="Implementation of Nuclear Velocity Perturbation and Magnetic Field "// &
1680 "Perturbation Theory in CP2K and Their Application to Vibrational Circular Dichroism", &
1681 source="J. Chem. Theory Comput.", volume="18", pages="2448-2461", &
1682 year=2022, doi="10.1021/acs.jctc.2c00006")
1683
1684 CALL add_reference(key=mattiat2019, &
1685 authors=s2a("J. Mattiat", "S. Luber"), &
1686 title="Vibrational (resonance) Raman optical activity with "// &
1687 "real time time dependent density functional theory", &
1688 source="J. Chem. Phys.", volume="151", pages="234110", &
1689 year=2019, doi="10.1063/1.5132294")
1690
1691 CALL add_reference(key=mattiat2022, &
1692 authors=s2a("J. Mattiat", "S. Luber"), &
1693 title="Comparison of Length, Velocity, and Symmetric Gauges for the Calculation of "// &
1694 "Absorption and Electric Circular Dichroism Spectra with "// &
1695 "Real-Time Time-Dependent Density Functional Theory", &
1696 source="J. Chem. Theory Comput.", volume="18", pages="5513-5526", &
1697 year=2022, doi="10.1021/acs.jctc.2c00644")
1698
1699 CALL add_reference(key=belleflamme2023, &
1700 authors=s2a("F. Belleflamme", "A. Hehn", "M. Iannuzzi", "J. Hutter"), &
1701 title="A variational formulation of the Harris functional as a correction to "// &
1702"approximate KohnSham density functional theory", &
1703 source="J. Chem. Phys.", volume="158", pages="054111", &
1704 year=2023, doi="10.1063/5.0122671")
1705
1706 CALL add_reference(key=knizia2013, &
1707 authors=s2a("G. Knizia"), &
1708 title="Intrinsic Atomic Orbitals: An Unbiased Bridge between Quantum Theory and Chemical Concepts", &
1709 source="J. Chem. Theory Comput.", volume="9", pages="4834-4843", &
1710 year=2013, doi="10.1021/ct400687b")
1711
1712 CALL add_reference(key=musaelian2023, &
1713 authors=s2a("A. Musaelian", "S. Batzner", "A. Johansson", &
1714 "L. Sun", "C. J. Owen", "M. Kornbluth", "B. Kozinsky"), &
1715 title="Learning local equivariant representations for large-scale atomistic dynamics", &
1716 source="Nat. Commun.", volume="14", pages="579", &
1717 year=2023, doi="10.1038/s41467-023-36329-y")
1718
1719 CALL add_reference(key=eriksen2020, &
1720 authors=s2a("J. J. Eriksen"), &
1721 title="Mean-Field density matrix decompositions", &
1722 source="J. Chem. Phys.", volume="153", pages="214109", &
1723 year=2020, doi="10.1063/5.0030764")
1724
1725 CALL add_reference(key=graml2024, &
1726 authors=s2a("M. Graml", "K. Zollner", &
1727 óé"D. Hernangmez-Prez", "P. E. Faria Junior", "J. Wilhelm"), &
1728 title="Low-scaling GW algorithm applied to twisted transition-metal dichalcogenide heterobilayers", &
1729 source="J. Chem. Theory Comput.", volume="20", pages="2202-2208", &
1730 year=2024, doi="10.1021/acs.jctc.3c01230")
1731
1732 CALL add_reference(key=wang2018, &
1733 authors=s2a("H. Wang", "L. Zhang", "J. Han", "W. E"), &
1734 title="DeePMD-kit: A Deep Learning Package for Many-body Potential Energy "// &
1735 "Representation and Molecular Dynamics", &
1736 source="Comput. Phys. Commun.", volume="228", pages=" 178-184", &
1737 year=2018, doi="10.1016/j.cpc.2018.03.016")
1738
1739 CALL add_reference(key=zeng2023, &
1740 authors=s2a("J. Zeng", "D. Zhang", "D. Lu", "P. Mo", "Z. Li", &
1741 "Y. Chen", "M. Rynik", "L. Huang", "Z. Li", "S. Shi", &
1742 "Y. Wang", "H. Ye", "P. Tuo", "J. Yang", "Y. Ding", &
1743 "Y. Li", "D. Tisi", "Q. Zeng", "H. Bao", "Y. Xia", &
1744 "J. Huang", "K. Muraoka", "Y. Wang", "J. Chang", "F. Yuan", &
1745 "S. L. Bore", "C. Cai", "Y. Lin", "B. Wang", "J. Xu", &
1746 "J. Zhu", "C. Luo", "Y. Zhang", "R. E. A. Goodall", &
1747 "W. Liang", "A. K. Singh", "S. Yao", "J. Zhang", &
1748 "R. Wentzcovitch", "J. Han", "J. Liu", "W. Jia", "D. M. York", &
1749 "W. E", "R. Car", "L. Zhang", "H. Wang"), &
1750 title="DeePMD-kit v2: A software package for deep potential models", &
1751 source="J. Chem. Phys.", volume="159", pages="054801", &
1752 year=2023, doi="10.1063/5.0155600")
1753
1754 CALL add_reference(key=solca2024, &
1755 authors=s2a"R. Solc", "M. Simberg", "R. Meli", &
1756 "A. Invernizzi", "A. Reverdell", "J. Biddiscombe"), &
1757 title="DLA-Future: A Task-Based Linear Algebra Library "// &
1758  "Which Provides aGPU-Enabled Distributed Eigensolver", &
1759 source="Asynchronous Many-Task Systems and Applications (WAMTA2024)", &
1760 year=2024, doi="10.1007/978-3-031-61763-8_13")
1761
1762 CALL add_reference(key=caldeweyher2017, &
1763 authors=s2a("E. Caldeweyher", "C. Bannwarth", "S. Grimme"), &
1764 title="Extension of the D3 dispersion coefficient model", &
1765 source="J. Chem. Phys.", volume="147", pages="034112", &
1766 year=2017, doi="10.1063/1.4993215")
1767
1768 CALL add_reference(key=caldeweyher2019, &
1769 authors=s2a("E. Caldeweyher", "S. Ehlert", "A. Hansen", "H. Neugebauer", &
1770 "S. Spicher", "C. Bannwarth", "S. Grimme"), &
1771 title="A generally applicable atomic-charge dependent London dispersion correction", &
1772 source="J. Chem. Phys.", volume="150", pages="154122", &
1773 year=2019, doi="10.1063/1.5090222")
1774
1775 CALL add_reference(key=caldeweyher2020, &
1776 authors=s2a("E. Caldeweyher", "J. M. Mewes", "S. Ehlert", "S. Grimme"), &
1777 title="Extension and evaluation of the D4 London-dispersion model for periodic systems", &
1778 source="Phys. Chem. Chem. Phys.", volume="22", pages="8499-8512", &
1779 year=2020, doi="10.1039/d0cp00502a")
1780
1781 CALL add_reference(key=freeman1977, &
1782 authors=s2a("D. L. Freeman"), &
1783 title="Coupled-cluster expansion applied to the electron gas: Inclusion of ring and exchange effects", &
1784 source="Phys. Rev. B", volume="15", pages="5512", &
1785 year=1977, doi="10.1103/PhysRevB.15.5512")
1786
1787 CALL add_reference(key=gruneis2009, &
1788 authors=s2a("A. Grueneis", "M. Marsman", "J. Harl", &
1789 "L. Schimka", "G. Kresse"), &
1790 title="Making the random phase approximation to electronic correlation accurate", &
1791 source="J. Chem. Phys.", volume="131", pages="154115", &
1792 year=2009, doi="10.1063/1.3250347")
1793
1794 CALL add_reference(key=stein2022, &
1795 authors=s2a("F. Stein", "J. Hutter"), &
1796 title="Double-hybrid density functionals for the condensed phase: "// &
1797 "Gradients, stress tensor, and auxiliary-density matrix method acceleration", &
1798 source="J. Chem. Phys.", volume="156", pages="024120", &
1799 year=2022, doi="10.1063/5.0082327")
1800
1801 CALL add_reference(key=stein2024, &
1802 authors=s2a("F. Stein", "J. Hutter"), &
1803 title="Massively parallel implementation of gradients within the random phase approximation: "// &
1804 "Application to the polymorphs of benzene", &
1805 source="J. Chem. Phys.", volume="160", pages="024120", &
1806 year=2024, doi="10.1063/5.0180704")
1807
1808 CALL add_reference(key=blase2018, &
1809 authors=s2a("X. Blase", "I. Duchemin", "D. Jacquemin"), &
1810 title="The Bethe-Salpeter equation in chemistry: relations with TD-DFT, applications and challenges", &
1811 source="Chem. Soc. Rev.", volume="47", pages="1022-1043", &
1812 year=2018, doi="10.1039/c7cs00049a")
1813
1814 CALL add_reference(key=blase2020, &
1815 authors=s2a("X. Blase", "I. Duchemin", "D. Jacquemin", "P. Loos"), &
1816 title=–"The BetheSalpeter Equation Formalism: From Physics to Chemistry", &
1817 source="J. Phys. Chem. Lett", volume="11", pages="7371-7382", &
1818 year=2020, doi="10.1021/acs.jpclett.0c01875")
1819
1820 CALL add_reference(key=bruneval2015, &
1821 authors=s2a("F. Bruneval", "S. M. Hamed", "J. B. Neaton"), &
1822 title="A systematic benchmark of the ab initio Bethe-Salpeter equation approach for "// &
1823 "low-lying optical excitations of small organic molecules", &
1824 source="J. Chem. Phys.", volume="142", pages="244101", &
1825 year=2015, doi="10.1063/1.4922489")
1826
1827 CALL add_reference(key=golze2019, &
1828 authors=s2a("D. Golze", "M. Dvorak", "P. Rinke"), &
1829 title="The GW Compendium: A Practical Guide to Theoretical Photoemission Spectroscopy", &
1830 source="Front. Chem.", volume="7", pages="377", &
1831 year=2019, doi="10.3389/fchem.2019.00377")
1832
1833 CALL add_reference(key=gui2018, &
1834 authors=s2a("X. Gui", "C. Holzer", "W. Klopper"), &
1835 title="Accuracy Assessment of GW Starting Points for Calculating "// &
1836 "Molecular Excitation Energies Using the Bethe-Salpeter Formalism", &
1837 source="J. Chem. Theory Comput.", volume="14", pages="2127-2136", &
1838 year=2018, doi="10.1021/acs.jctc.8b00014")
1839
1840 CALL add_reference(key=jacquemin2017, &
1841 authors=s2a("D. Jacquemin", "I. Duchemin", "X. Blase"), &
1842 title="Is the Bethe-Salpeter Formalism Accurate for Excitation Energies? "// &
1843 "Comparisons with TD-DFT, CASPT2, and EOM-CCSD", &
1844 source="J. Phys. Chem. Lett.", volume="8", pages="1524-1529", &
1845 year=2017, doi="10.1021/acs.jpclett.7b00381")
1846
1847 CALL add_reference(key=liu2020, &
1848 authors=s2a("C. Liu", "J. Kloppenburg", "Y. Yao", "X. Ren", "H. Appel", &
1849 "Y. Kanai", "V. Blum"), &
1850 title="All-electron ab initio Bethe-Salpeter equation approach to "// &
1851 "neutral excitations in molecules with numeric atom-centered orbitals", &
1852 source="J. Chem. Phys.", volume="152", pages="044105", &
1853 year=2020, doi="10.1063/1.5123290")
1854
1855 CALL add_reference(key=sander2015, &
1856 authors=s2a("T. Sander", "E. Maggio", "G. Kresse"), &
1857 title="Beyond the Tamm-Dancoff approximation for extended systems using exact diagonalization", &
1858 source="Phys. Rev. B", volume="92", pages="045209", &
1859 year=2015, doi="10.1103/PhysRevB.92.045209")
1860
1861 CALL add_reference(key=schreiber2008, &
1862 authors=s2a("M. Schreiber", "M. R. Silva-Junior", "S. P. A. Sauer", "W. Thiel"), &
1863 title="Benchmarks for electronically excited states: CASPT2, CC2, CCSD, and CC3", &
1864 source="J. Chem. Phys.", volume="128", pages="134110", &
1865 year=2008, doi="10.1063/1.2889385")
1866
1867 CALL add_reference(key=vansetten2015, &
1868 authors=s2a("M. J. van Setten", "F. Caruso", "S. Sharifzadeh", "X. Ren", "M. Scheffler", &
1869 "F. Liu", "J. Lischner", "L. Lin", "J. R. Deslippe", "S. G. Louie", "C. Yang", &
1870 "F. Weigend", "J. B. Neaton", "F. Evers", "P. Rinke"), &
1871 title="GW100: Benchmarking G0W0 for Molecular Systems", &
1872 source="J. Chem. Theory Comput.", volume="11", pages="5665-5687", &
1873 year=2015, doi="10.1021/acs.jctc.5b00453")
1874
1875 CALL add_reference(key=setyawan2010, &
1876 authors=s2a("W. Setyawan", "S. Curtarolo"), &
1877 title="High-throughput electronic band structure calculations: Challenges and tools", &
1878 source="Comput. Mater. Sci.", volume="49", pages="299-312", &
1879 year=2010, doi="10.1016/j.commatsci.2010.05.010")
1880
1881 CALL add_reference(key=ahart2024, &
1882 authors=s2a("C. Ahart", "S. Chulkov", "C. Cucinotta"), &
1883 title="Enabling Ab Initio Molecular Dynamics under Bias: The CP2K+SMEAGOL Interface "// &
1884 "for Integrating Density Functional Theory and Non-Equilibrium Green Functions", &
1885 source="J. Chem. Theory Comput.", volume="20", pages="6772-6780", &
1886 year=2024, doi="10.1021/acs.jctc.4c00371")
1887
1888 CALL add_reference(key=knysh2024, &
1889 authors=s2a("I. Knysh", "F. Lipparini", "A. Blondel", "I. Duchemin", "X. Blase", &
1890 "P.-F. Loos", "D. Jacquemin"), &
1891 title="Reference CC3 Excitation Energies for Organic Chromophores: "// &
1892 "Benchmarking TD-DFT, BSE/GW, and Wave Function Methods", &
1893 source="J. Chem. Theory Comput.", volume="20", pages="8152-8174", &
1894 year=2024, doi="10.1021/acs.jctc.4c00906")
1895
1896 CALL add_reference(key=schambeck2024, &
1897 authors=s2a("M. Schambeck", "D. Golze", "J. Wilhelm"), &
1898 title="Solving multipole challenges in the GW 100 benchmark enables precise low-scaling GW calculations", &
1899 source="Phys. Rev. B", volume="110", pages="125146", &
1900 year=2024, doi="10.1103/PhysRevB.110.125146")
1901
1902 CALL add_reference(key=pracht2019, &
1903 authors=s2a("P. Pracht", "E. Caldeweyher", "S. Ehlert", "S. Grimme"), &
1904 title="A Robust Non-Self-Consistent Tight-Binding Quantum Chemistry Method for large Molecules", &
1905 source="ChemRxiv", volume="", pages="", &
1906 year=2019, doi="10.26434/chemrxiv.8326202.v1")
1907
1908 CALL add_reference(key=mewes2018, &
1909 authors=s2a("S. Mewes", "F. Plasser", "A. Krylov", "A. Dreuw"), &
1910 title="Benchmarking Excited-State Calculations Using Exciton Properties", &
1911 source="J. Chem. Theory Comput.", volume="14", pages="710-725", &
1912 year=2018, doi="10.1021/acs.jctc.7b01145 ")
1913
1914 CALL add_reference(key=sertcan2024, &
1915 authors=s2a("B. Sertcan-Gokmen", "J. Hutter", "A. Hehn"), &
1916 title="Excited-State Forces with the Gaussian and Augmented Plane Wave Method "// &
1917"for the TammDancoff Approximation of Time-Dependent Density Functional Theory", &
1918 source="J. Chem. Theory Comput.", volume="20", pages="8494-8504", &
1919 year=2024, doi="10.1021/acs.jctc.4c00614")
1920
1921 END SUBROUTINE add_all_references
1922
1923END MODULE bibliography
collects all references to literature in CP2K as new algorithms / method are included from literature...
integer, save, public vandevondele2005b
integer, save, public blase2018
integer, save, public blochl1995
integer, save, public rengaraj2020
integer, save, public tosi1964b
integer, save, public schuett2018
integer, save, public hunt2003
integer, save, public umari2002
integer, save, public guidon2010
integer, save, public vandevondele2003
integer, save, public cp2kqs2020
integer, save, public marques2012
integer, save, public bengtsson1999
integer, save, public scheiber2018
integer, save, public branduardi2007
integer, save, public goedecker1996
integer, save, public brehm2021
integer, save, public vandevondele2002
integer, save, public barducbus2008
integer, save, public lin2009
integer, save, public kunert2003
integer, save, public heinecke2016
integer, save, public iannuzzi2007
integer, save, public perdew1996
integer, save, public bernstein2012
integer, save, public stoychev2016
integer, save, public schonherr2014
integer, save, public yin2017
integer, save, public nose1984a
integer, save, public proynov2007
integer, save, public dion2004
integer, save, public stein2024
integer, save, public stewart2007
integer, save, public schran2020b
integer, save, public holmberg2017
integer, save, public golze2015
integer, save, public vandevondele2006
integer, save, public ceriotti2009
integer, save, public heyd2004
integer, save, public toukmaji1996
integer, save, public west2006
integer, save, public golze2017b
integer, save, public sander2015
integer, save, public wellendorff2012
integer, save, public caldeweyher2020
integer, save, public grimme2006
integer, save, public khaliullin2008
integer, save, public huang2011
integer, save, public putrino2000
subroutine, public add_all_references()
adds references that can later be cited / printed using the key
integer, save, public stein2022
integer, save, public kapil2016
integer, save, public weber2009
integer, save, public berghold2011
integer, save, public tersoff1988
integer, save, public becke1997
integer, save, public stengel2009
integer, save, public rappe1992
integer, save, public krack2002
integer, save, public e2002
integer, save, public vandevondele2005a
integer, save, public lehtola2018
integer, save, public perdew2008
integer, save, public caldeweyher2019
integer, save, public wilhelm2016b
integer, save, public caldeweyher2017
integer, save, public tuckerman1992
integer, save, public brehm2020
integer, save, public elber1987
integer, save, public rayson2009
integer, save, public heaton_burgess2007
integer, save, public delben2015
integer, save, public jonsson2000_1
integer, save, public mattiat2022
integer, save, public kuhne2007
integer, save, public papior2017
integer, save, public romanperez2009
integer, save, public golze2017a
integer, save, public grimme2017
integer, save, public zhao1994
integer, save, public schiffmann2015
integer, save, public togo2018
integer, save, public vosko1980
integer, save, public marek2014
integer, save, public goerigk2017
integer, save, public lippert1999
integer, save, public eriksen2020
integer, save, public monkhorst1976
integer, save, public bernstein2009
integer, save, public dewar1977
integer, save, public lass2018
integer, save, public elstner1998
integer, save, public kondov2007
integer, save, public avezac2005
integer, save, public vanvoorhis2015
integer, save, public quip_ref
integer, save, public repasky2002
integer, save, public weber2008
integer, save, public bussy2024
integer, save, public schran2020a
integer, save, public ceriotti2012
integer, save, public goedecker2004
integer, save, public heyd2006
integer, save, public dick1958
integer, save, public vandevondele2012
integer, save, public hu2007
integer, save, public behler2011
integer, save, public andreussi2012
integer, save, public foiles1986
integer, save, public lin2013
integer, save, public migliore2009
integer, save, public grimme2016
integer, save, public beckeroussel1989
integer, save, public martin2003
integer, save, public ditler2021
integer, save, public aguado2003
integer, save, public luber2014
integer, save, public solca2024
integer, save, public genovese2006
integer, save, public belleflamme2023
integer, save, public iannuzzi2006
integer, save, public iannuzzi2005
integer, save, public liu2020
integer, save, public devynck2012
integer, save, public ricci2003
integer, save, public henkelman1999
integer, save, public bussy2021a
integer, save, public jacquemin2017
integer, save, public wilhelm2016a
integer, save, public sebastiani2001
integer, save, public kikuchi2009
integer, save, public guidon2008
integer, save, public rocha2006
integer, save, public lippert1997
integer, save, public holmberg2018
integer, save, public tozer1996
integer, save, public tosi1964a
integer, save, public khaliullin2007
integer, save, public vydrov2006
integer, save, public golze2019
integer, save, public fattebert2002
integer, save, public andermatt2016
integer, save, public vandevondele2007
integer, save, public jones2011
integer, save, public staub2019
integer, save, public zhu2016
integer, save, public knysh2024
integer, save, public merlot2014
integer, save, public jonsson1998
integer, save, public schambeck2024
integer, save, public thiel1992
integer, save, public shao2003
integer, save, public heyd2003
integer, save, public pracht2019
integer, save, public ceriotti2010
integer, save, public siepmann1995
integer, save, public wilhelm2018
integer, save, public ehrhardt1985
integer, save, public rybkin2016
integer, save, public putrino2002
integer, save, public laino2006
integer, save, public becke1988b
integer, save, public laino2008
integer, save, public perdew1981
integer, save, public knizia2013
integer, save, public borstnik2014
integer, save, public porezag1995
integer, save, public mewes2018
integer, save, public tao2003
integer, save, public shigeta2001
integer, save, public zeng2023
integer, save, public filippetti2000
integer, save, public setyawan2010
integer, save, public delben2013
integer, save, public kantorovich2008
integer, save, public delben2012
integer, save, public graml2024
integer, save, public stewart1982
integer, save, public ren2013
integer, save, public guidon2009
integer, save, public golze2013
integer, save, public delben2015b
integer, save, public yamada2000
integer, save, public hartwigsen1998
integer, save, public vandencic2006
integer, save, public grimme2013
integer, save, public souza2002
integer, save, public gui2018
integer, save, public schenter2008
integer, save, public henkelman2014
integer, save, public sertcan2024
integer, save, public frigo2005
integer, save, public laino2005
integer, save, public tran2013
integer, save, public mavros2015
integer, save, public jonsson2000_2
integer, save, public limpanuparb2011
integer, save, public ortiz1994
integer, save, public byrd1995
integer, save, public barca2018
integer, save, public wilhelm2017
integer, save, public gilbert2008
integer, save, public schreiber2008
integer, save, public lu2004
integer, save, public cohen2000
integer, save, public genovese2007
integer, save, public essmann1995
integer, save, public schuett2016
integer, save, public dudarev1997
integer, save, public ren2011
integer, save, public bussy2023
integer, save, public bruneval2015
integer, save, public vansetten2015
integer, save, public niklasson2014
integer, save, public lee1988
integer, save, public heinzmann1976
integer, save, public brelaz1979
integer, save, public darden1993
integer, save, public wales2004
integer, save, public batzner2022
integer, save, public krack2000
integer, save, public nose1984b
integer, save, public ewald1921
integer, save, public grimme2011
integer, save, public martyna1999
integer, save, public walewski2014
integer, save, public mattiat2019
integer, save, public futera2017
integer, save, public wilhelm2021
integer, save, public gruneis2009
integer, save, public richters2018
integer, save, public mitchell1993
integer, save, public bailey2006
integer, save, public minary2003
integer, save, public thomas2015
integer, save, public dewar1985
integer, save, public kantorovich2008a
integer, save, public rogers2002
integer, save, public khaliullin2013
integer, save, public kruse2012
integer, save, public banihashemian2016
integer, save, public grimme2010
integer, save, public freeman1977
integer, save, public musaelian2023
integer, save, public bussi2007
integer, save, public brieuc2016
integer, save, public evans1983
integer, save, public sabatini2013
integer, save, public bates2013
integer, save, public niklasson2003
integer, save, public stewart1989
integer, save, public macdonald1978
integer, save, public campana2009
integer, save, public becke1988
integer, save, public ceriotti2014
integer, save, public blase2020
integer, save, public seifert1996
integer, save, public zhang1998
integer, save, public ditler2022
integer, save, public ceriotti2009b
integer, save, public zhechkov2005
integer, save, public bruck2014
integer, save, public brehm2018
integer, save, public hutter2014
integer, save, public krack2005
integer, save, public behler2007
integer, save, public clabaut2021
integer, save, public rycroft2009
integer, save, public kolafa2004
integer, save, public bussy2021b
integer, save, public wang2018
integer, save, public clabaut2020
integer, save, public ahart2024
integer, save, public dudarev1998
provides a uniform framework to add references to CP2K cite and output these
subroutine, public add_reference(key, authors, title, source, volume, pages, year, doi)
add a reference to the bibliography
subroutine, public cite_reference(key)
marks a given reference as cited.
Utilities for string manipulations.