(git:e5b1968)
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=asgeirsson2017, &
738 authors=s2a("V. Asgeirsson", "C. A. Bauer", "S. Grimme"), &
739 title="Quantum chemical calculation of electron ionization mass spectra "// &
740 "for general organic and inorganic molecules", &
741 source="Chem. Sci.", volume="8", pages="4879-4895", &
742 year=2017, doi="10.1039/C7SC00601B")
743
744 CALL add_reference(key=bannwarth2019, &
745 authors=s2a("C. Bannwarth", "S. Ehlert", "S. Grimme"), &
746 title="GFN2-xTB--An Accurate and Broadly Parametrized Self-Consistent "// &
747 "Tight-Binding Quantum Chemical Method with Multipole Electrostatics "// &
748 "and Density-Dependent Dispersion Contributions", &
749 source="J. Chem. Theory Comput.", volume="15", pages="1652-1671", &
750 year=2019, doi="10.1021/acs.jctc.8b01176")
751
752 CALL add_reference(key=branduardi2007, &
753 authors=s2a("D. Branduardi", "F. L. Gervasio", "M. Parrinello"), &
754 title="From A to B in free energy space", &
755 source="J. Chem. Phys.", volume="126", pages="054103", &
756 year=2007, doi="10.1063/1.2432340")
757
758 CALL add_reference(key=schenter2008, &
759 authors=s2a("D. T. Chang", "G. K. Schenter", "B. C. Garrett"), &
760 title="Self-consistent polarization neglect of diatomic differential overlap: "// &
761 "Applications to water clusters", &
762 source="J. Chem. Phys.", volume="128", pages="164111", &
763 year=2008, doi="10.1063/1.2905230")
764
765 CALL add_reference(key=proynov2007, &
766 authors=s2a("E. Proynov", "Z. Gan", "J. Kong"), &
767 title="Analytical representation of the Becke-Roussel exchange functional", &
768 source="Chem. Phys. Lett.", volume="455", pages="103-109", &
769 year=2008, doi="10.1016/j.cplett.2008.02.039")
770
772 authors=s2a("A. D. Becke", "M. R. Roussel"), &
773 title="Exchange holes in inhomogeneous systems: A coordinate-space model", &
774 source="Phys. Rev. A", volume="39", pages="3761-3767", &
775 year=1989, doi="10.1103/PhysRevA.39.3761")
776
777 CALL add_reference(key=becke1997, &
778 authors=s2a("A. D. Becke"), &
779 title="Density-functional thermochemistry . 5. "// &
780 "Systematic optimization of exchange-correlation functionals", &
781 source="J. Chem. Phys.", volume="107", pages="8554-8560", &
782 year=1997, doi="10.1063/1.475007")
783
784 CALL add_reference(key=ricci2003, &
785 authors=s2a("A. Ricci", "G. Ciccotti"), &
786 title="Algorithms for Brownian dynamics", &
787 source="Mol. Phys.", volume="101", pages="1927-1931", &
788 year=2003, doi="10.1080/0026897031000108113")
789
790 CALL add_reference(key=kolafa2004, &
791 authors=s2a("J. Kolafa"), &
792 title="Time-reversible always stable predictor-corrector method for "// &
793 "molecular dynamics of polarizable molecules", &
794 source="J. Comput. Chem.", volume="25", pages="335-342", &
795 year=2004, doi="10.1002/jcc.10385")
796
797 CALL add_reference(key=kuhne2007, &
798 authors=s2a"T. D. Khne", "M. Krack", "F. R. Mohamed", "M. Parrinello"), &
799 title="Efficient and accurate Car-Parrinello-like approach to "// &
800 "Born-Oppenheimer molecular dynamics", &
801 source="Phys. Rev. Lett.", volume="98", pages="066401", &
802 year=2007, doi="10.1103/PhysRevLett.98.066401")
803
804 CALL add_reference(key=rengaraj2020, &
805 authors=s2a("V. Rengaraj", "M. Lass", "C. Plessl", "T. D. Kuhne"), &
806 title="Accurate Sampling with Noisy Forces from Approximate Computing", &
807 source="Computation", volume="8", pages="39", &
808 year=2020, doi="10.3390/computation8020039")
809
810 CALL add_reference(key=kunert2003, &
811 authors=s2a("T. Kunert", "R. Schmidt"), &
812 title="Non-adiabatic quantum molecular dynamics: "// &
813 "General formalism and case study H-2(+) in strong laser fields", &
814 source="Eur. Phys. J. D", volume="25", pages="15-24", &
815 year=2003, doi="10.1140/epjd/e2003-00086-8")
816
817 CALL add_reference(key=ceriotti2009, &
818 authors=s2a("M. Ceriotti", "G. Bussi", "M. Parrinello"), &
819 title="Langevin equation with colored noise for constant-temperature "// &
820 "molecular dynamics simulations", &
821 source="Phys. Rev. Lett.", volume="102", pages="020601", &
822 year=2009, doi="10.1103/PhysRevLett.102.020601")
823
824 CALL add_reference(key=ceriotti2009b, &
825 authors=s2a("M. Ceriotti", "G. Bussi", "M. Parrinello"), &
826 title="Nuclear Quantum Effects in Solids Using a Colored-Noise Thermostat", &
827 source="Phys. Rev. Lett.", volume="103", pages="030603", &
828 year=2009, doi="10.1103/PhysRevLett.103.030603")
829
830 CALL add_reference(key=guidon2009, &
831 authors=s2a("M. Guidon", "J. Hutter", "J. VandeVondele"), &
832 title="Robust Periodic Hartree-Fock Exchange for Large-Scale Simulations "// &
833 "Using Gaussian Basis Sets", &
834 source="J. Chem. Theory Comput.", volume="5", pages="3010-3021", &
835 year=2009, doi="10.1021/ct900494g")
836
837 CALL add_reference(key=barducbus2008, &
838 authors=s2a("A. Barducci", "G. Bussi", "M. Parrinello"), &
839 title="Well-Tempered Metadynamics: A Smoothly Converging and Tunable Free-Energy Method", &
840 source="Phys. Rev. Lett.", volume="100", pages="020603", &
841 year=2008, doi="10.1103/PhysRevLett.100.020603")
842
843 CALL add_reference(key=guidon2010, &
844 authors=s2a("M. Guidon", "J. Hutter", "J. VandeVondele"), &
845 title="Auxiliary Density Matrix Methods for Hartree-Fock Exchange Calculations", &
846 source="J. Chem. Theory Comput.", volume="6", pages="2348-2364", &
847 year=2010, doi="10.1021/ct1002225")
848
849 CALL add_reference(key=marques2012, &
850 authors=s2a("M. A. L. Marques", "M. J. T. Oliveira", "T. Burnus"), &
851 title="LIBXC: A library of exchange and correlation functionals for density functional theory", &
852 source="Comput. Phys. Commun.", volume="183", pages="2272-2281", &
853 year=2012, doi="10.1016/j.cpc.2012.05.007")
854
855 CALL add_reference(key=lehtola2018, &
856 authors=s2a("S. Lehtola", "C. Steigemann", "M. J. T. Oliveira", "M. A. L. Marques"), &
857 title="Recent developments in libxc - A comprehensive library of "// &
858 "functionals for density functional theory", &
859 source="SoftwareX", volume="7", pages="1-5", &
860 year=2018, doi="10.1016/j.softx.2017.11.002")
861
862 CALL add_reference(key=jones2011, &
863 authors=s2a("A. Jones", "B. Leimkuhler"), &
864 title="Adaptive stochastic methods for sampling driven molecular systems", &
865 source="J. Chem. Phys.", volume="135", pages="084125", &
866 year=2011, doi="10.1063/1.3626941")
867
868 CALL add_reference(key=bernstein2012, &
869 authors=s2a("N. Bernstein", "C. Varnai", "I. Solt", "S. A. Winfield", &
870 "M. C. Payne", "I. Simon", "M. Fuxreiter", "G. Csanyi"), &
871 title="QM/MM simulation of liquid water with an adaptive quantum region", &
872 source="Phys. Chem. Chem. Phys.", volume="14", pages="646-656", &
873 year=2012, doi="10.1039/c1cp22600b")
874
875 CALL add_reference(key=bernstein2009, &
876 authors=s2a("N. Bernstein", "J. R. Kermode", "G. Csanyi"), &
877 title="Hybrid atomistic simulation methods for materials systems", &
878 source="Rep. Prog. Phys.", volume="72", pages="026501", &
879 year=2009, doi="10.1088/0034-4885/72/2/026501")
880
881 CALL add_reference(key=dick1958, &
882 authors=s2a("B. G. Dick", "A. W. Overhauser"), &
883 title="Theory of the Dielectric Constants of Alkali Halide Crystals", &
884 source="Phys. Rev.", volume="112", pages="90", &
885 year=1958, doi="10.1103/PhysRev.112.90")
886
887 CALL add_reference(key=mitchell1993, &
888 authors=s2a("P. J. Mitchell", "D. Fincham"), &
889 title="Shell model simulations by adiabatic dynamics", &
890 source="J. Phys. Condens. Matter", volume="5", pages="1031", &
891 year=1993, doi="10.1088/0953-8984/5/8/006")
892
893 CALL add_reference(key=devynck2012, &
894 authors=s2a("F. Devynck", "M. Iannuzzi", "M. Krack"), &
895 title="Frenkel pair recombinations in UO2: Importance of explicit "// &
896 "description of polarizability in core-shell molecular dynamics simulations", &
897 source="Phys. Rev. B", volume="85", pages="184103", &
898 year=2012, doi="10.1103/PhysRevB.85.184103")
899
901 authors=s2a("J. VandeVondele", "U. Borstnik", "J. Hutter"), &
902 title="Linear Scaling Self-Consistent Field Calculations with "// &
903 "Millions of Atoms in the Condensed Phase", &
904 source="J. Chem. Theory Comput.", volume="8", pages="3565-3573", &
905 year=2012, doi="10.1021/ct200897x")
906
907 CALL add_reference(key=niklasson2003, &
908 authors=s2a("A. M. N. Niklasson", "C. J. Tymczak", "M. Challacombe"), &
909 title="Trace resetting density matrix purification in O(N) self-consistent-field theory", &
910 source="J. Chem. Phys.", volume="118", pages="8611-8620", &
911 year=2003, doi="10.1063/1.1559913")
912
913 CALL add_reference(key=shao2003, &
914 authors=s2a("Y. Shao", "C. Saravanan", "M. Head-Gordon", "C. A. White"), &
915 title="Curvy steps for density matrix-based energy minimization: "// &
916 "Application to large-scale self-consistent-field calculations", &
917 source="J. Chem. Phys.", volume="118", pages="6144-6151", &
918 year=2003, doi="10.1063/1.1558476")
919
921 authors=s2a("J. VandeVondele", "U. Rothlisberger"), &
922 title="Canonical adiabatic free energy sampling (CAFES): "// &
923 "A novel method for the exploration of free energy surfaces", &
924 source="J. Phys. Chem. B", volume="106", pages="203-208", &
925 year=2002, doi="10.1021/jp013346k")
926
927 CALL add_reference(key=dion2004, &
928 authors=s2a("M. Dion", "H. Rydberg", "E. Schroder", "D. C. Langreth", "B. I. Lundqvist"), &
929 title="Van der Waals density functional for general geometries", &
930 source="Phys. Rev. Lett.", volume="92", pages="246401", &
931 year=2004, doi="10.1103/PhysRevLett.92.246401")
932
933 CALL add_reference(key=romanperez2009, &
934 authors=s2a("G. Roman-Perez", "J. M. Soler"), &
935 title="Efficient Implementation of a van der Waals Density Functional: "// &
936 "Application to Double-Wall Carbon Nanotubes", &
937 source="Phys. Rev. Lett.", volume="103", pages="096102", &
938 year=2009, doi="10.1103/PhysRevLett.103.096102")
939
940 CALL add_reference(key=delben2012, &
941 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
942 title="Second-Order Moller-Plesset Perturbation Theory in the Condensed Phase: "// &
943 "An Efficient and Massively Parallel Gaussian and Plane Waves Approach", &
944 source="J. Chem. Theory Comput.", volume="8", pages="4177-4188", &
945 year=2012, doi="10.1021/ct300531w")
946
947 CALL add_reference(key=sabatini2013, &
948 authors=s2a("R. Sabatini", "T. Gorni", "S. de Gironcoli"), &
949 title="Nonlocal van der Waals density functional made simple and efficient", &
950 source="Phys. Rev. B", volume="87", pages="041108(R)", &
951 year=2013, doi="10.1103/PhysRevB.87.041108")
952
953 CALL add_reference(key=walewski2014, &
954 authors=s2a("L. Walewski", "H. Forbert", "D. Marx"), &
955 title="Reactive path integral quantum simulations of molecules solvated in superfluid helium", &
956 source="Comput. Phys. Commun.", volume="185", pages="884-899", &
957 year=2014, doi="10.1016/j.cpc.2013.12.011")
958
959 CALL add_reference(key=delben2013, &
960 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
961 title="Electron Correlation in the Condensed Phase from a Resolution of "// &
962 "Identity Approach Based on the Gaussian and Plane Waves Scheme", &
963 source="J. Chem. Theory Comput.", volume="9", pages="2654-2671", &
964 year=2013, doi="10.1021/ct4002202")
965
966 CALL add_reference(key=kikuchi2009, &
967 authors=s2a("Y. Kikuchi", "Y. Imamura", "H. Nakai"), &
968 title="One-Body Energy Decomposition Schemes Revisited: Assessment of "// &
969 "Mulliken-, Grid-, and Conventional Energy Density Analyses", &
970 source="Int. J. Quantum Chem.", volume="109", pages="2464-2473", &
971 year=2009, doi="10.1002/qua.22017")
972
973 CALL add_reference(key=putrino2000, &
974 authors=s2a("A. Putrino", "D. Sebastiani", "M. Parrinello"), &
975 title="Generalized Variational Density Functional Perturbation Theory", &
976 source="J. Chem. Phys.", volume="113", pages="7102-7109", &
977 year=2000, doi="10.1063/1.1312830")
978
979 CALL add_reference(key=tran2013, &
980 authors=s2a("F. Tran", "J. Hutter"), &
981 title="Nonlocal van der Waals functionals: The case of rare-gas dimers and solids", &
982 source="J. Chem. Phys.", volume="138", pages="204103", &
983 year=2013, doi="10.1063/1.4807332")
984
985 CALL add_reference(key=putrino2002, &
986 authors=s2a("A. Putrino", "M. Parrinello"), &
987 title="Anharmonic Raman Spectra in High-Pressure Ice from Ab Initio Simulations", &
988 source="Phys. Rev. Lett.", volume="88", pages="176401", &
989 year=2002, doi="10.1103/PhysRevLett.88.176401")
990
991 CALL add_reference(key=sebastiani2001, &
992 authors=s2a("D. Sebastiani", "M. Parrinello"), &
993 title="A New Ab Initio Approach for NMR Chemical Shifts in Periodic Systems", &
994 source="J. Phys. Chem. A", volume="105", pages="1951-1958", &
995 year=2001, doi="10.1021/jp002807j")
996
997 CALL add_reference(key=weber2009, &
998 authors=s2a("V. Weber", "M. Iannuzzi", "S. Giani", "J. Hutter", "R. Declerck", "M. Waroduier"), &
999 title="Magnetic Linear Response Properties Calculations with the "// &
1000 "Gaussian and Augmanted-Plane-Wave Method", &
1001 source="J. Chem. Phys.", volume="131", pages="014106", &
1002 year=2009, doi="10.1063/1.3156803")
1003
1004 CALL add_reference(key=golze2013, &
1005 authors=s2a("D. Golze", "M. Iannuzzi", "M. T. Nguyen", "D. Passerone", "J. Hutter"), &
1006 title="Simulation of Adsorption Processes at Metallic Interfaces: "// &
1007 "An Image Charge Augmented QM/MM Approach", &
1008 source="J. Chem. Theory Comput.", volume="9", pages="5086-5097", &
1009 year=2013, doi="10.1021/ct400698y")
1010
1011 CALL add_reference(key=golze2015, &
1012 authors=s2a("D. Golze", "J. Hutter", "M. Iannuzzi"), &
1013 title="Wetting of water on hexagonal boron nitride@Rh(111): "// &
1014 "a QM/MM model based on atomic charges derived for nano-structured substrates", &
1015 source="Phys. Chem. Chem. Phys.", volume="17", pages="14307-14316", &
1016 year=2015, doi="10.1039/C4CP04638B")
1017
1018 CALL add_reference(key=golze2017a, &
1019 authors=s2a("D. Golze", "N. Benedikter", "M. Iannuzzi", "J. Wilhelm", "J. Hutter"), &
1020 title="Fast evaluation of solid harmonic Gaussian integrals for local "// &
1021 "resolution-of-the-identity methods and range-separated hybrid functionals", &
1022 source="J. Chem. Phys.", volume="146", pages="034105", &
1023 year=2017, doi="10.1063/1.4973510")
1024
1025 CALL add_reference(key=golze2017b, &
1026 authors=s2a("D. Golze", "M. Iannuzzi", "J. Hutter"), &
1027 title="Local Fitting of the Kohn-Sham Density in a Gaussian and "// &
1028 "Plane Waves Scheme for Large-Scale Density Functional Theory Simulations", &
1029 source="J. Chem. Theory Comput.", volume="13", pages="2202-2214", &
1030 year=2017, doi="10.1021/acs.jctc.7b00148")
1031
1032 CALL add_reference(key=fattebert2002, &
1033 authors=s2a("J. L. Fattebert", "F. Gygi"), &
1034 title="Density functional theory for efficient ab initio "// &
1035 "molecular dynamics simulations in solution", &
1036 source="J. Comput. Chem.", volume="23", pages="662-666", &
1037 year=2002, doi="10.1002/jcc.10069")
1038
1039 CALL add_reference(key=andreussi2012, &
1040 authors=s2a("O. Andreussi", "I. Dabo", "N. Marzari"), &
1041 title="Revised self-consistent continuum solvation in electronic-structure calculations", &
1042 source="J. Chem. Phys.", volume="136", pages="064102", &
1043 year=2012, doi="10.1063/1.3676407")
1044
1045 CALL add_reference(key=tuckerman1992, &
1046 authors=s2a("M. Tuckerman", "B. J. Berne", "G. J. Martyna"), &
1047 title="Reversible multiple time scale molecular dynamics", &
1048 source="J. Chem. Phys.", volume="97", pages="1990-2001", &
1049 year=1992, doi="10.1063/1.463137")
1050
1051 CALL add_reference(key=goedecker2004, &
1052 authors=s2a("S. Goedecker"), &
1053 title="Minima hopping: An efficient search method for the global minimum of "// &
1054 "the potential energy surface of complex molecular systems", &
1055 source="J. Chem. Phys.", volume="120", pages="9911-9917", &
1056 year=2004, doi="10.1063/1.1724816")
1057
1058 CALL add_reference(key=khaliullin2007, &
1059 authors=s2a("R. Z. Khaliullin", "E. A. Cobar", "R. C. Lochan", &
1060 "A. T. Bell", "M. Head-Gordon"), &
1061 title="Unravelling the origin of intermolecular interactions using "// &
1062 "absolutely localized molecular orbitals", &
1063 source="J. Phys. Chem. A", volume="111", pages="8753-8765", &
1064 year=2007, doi="10.1021/jp073685z")
1065
1066 CALL add_reference(key=khaliullin2008, &
1067 authors=s2a("R. Z. Khaliullin", "A. T. Bell", "M. Head-Gordon"), &
1068 title="Analysis of charge transfer effects in molecular complexes "// &
1069 "based on absolutely localized molecular orbitals", &
1070 source="J. Chem. Phys.", volume="128", pages="184112", &
1071 year=2008, doi="10.1063/1.2912041")
1072
1073 CALL add_reference(key=khaliullin2013, &
1074 authors=s2a("R. Z. Khaliullin", "J. VandeVondele", "J. Hutter"), &
1075 title="Efficient Linear-Scaling Density Functional Theory for Molecular Systems", &
1076 source="J. Chem. Theory Comput.", volume="9", pages="4421-4427", &
1077 year=2013, doi="10.1021/ct400595k")
1078
1079 CALL add_reference(key=hutter2014, &
1080 authors=s2a("J. Hutter", "M. Iannuzzi", "F. Schiffmann", "J. VandeVondele"), &
1081 title="CP2K: atomistic simulations of condensed matter systems", &
1082 source="WIREs Comput Mol Sci.", volume="4", pages="15-25", &
1083 year=2014, doi="10.1002/wcms.1159")
1084
1085 CALL add_reference(key=kantorovich2008, &
1086 authors=s2a("L. Kantorovich"), &
1087 title="Generalized Langevin equation for solids. I. Rigorous derivation and main properties", &
1088 source="Phys. Rev. B", volume="78", pages="094304", &
1089 year=2008, doi="10.1103/PhysRevB.78.094304")
1090
1092 authors=s2a("L. Kantorovich", "N. Rompotis"), &
1093 title="Generalized Langevin equation for solids. II. Stochastic boundary "// &
1094 "conditions for nonequilibrium molecular dynamics simulations", &
1095 source="Phys. Rev. B", volume="78", pages="094305", &
1096 year=2008, doi="10.1103/PhysRevB.78.094305")
1097
1098 CALL add_reference(key=niklasson2014, &
1099 authors=s2a("E. Rubensson", "A. Niklasson"), &
1100 title="Interior Eigenvalues from Density Matrix Expansions in "// &
1101 "Quantum Mechanical Molecular Dynamics", &
1102 source="SIAM J. Sci. Comput.", volume="36", pages="B147-B170", &
1103 year=2014, doi="10.1137/130911585")
1104
1105 CALL add_reference(key=borstnik2014, &
1106 authors=s2a("U. Borstnik", "J. VandeVondele", "V. Weber", "J. Hutter"), &
1107 title="Sparse matrix multiplication: The distributed block-compressed sparse row library", &
1108 source="Parallel Comput.", volume="40", pages="47-58", &
1109 year=2014, doi="10.1016/j.parco.2014.03.012")
1110
1111 CALL add_reference(key=rayson2009, &
1112 authors=s2a("M. J. Rayson", "P. R. Briddon"), &
1113 title="Highly efficient method for Kohn-Sham density functional "// &
1114 "calculations of 500-10 000 atom systems", &
1115 source="Phys. Rev. B", volume="80", pages="205104", &
1116 year=2009, doi="10.1103/PhysRevB.80.205104")
1117
1118 CALL add_reference(key=merlot2014, &
1119 authors=s2a("P. Merlot", "R. Izsak", "A. Borgo", &
1120 "T. Kjaergaard", "T. Helgaker", "S. Reine"), &
1121 title="Charge-constrained auxiliary-density-matrix methods for the "// &
1122 "Hartree-Fock exchange contribution", &
1123 source="J. Chem. Phys.", volume="141", pages="094104", &
1124 year=2014, doi="10.1063/1.4894267")
1125
1126 CALL add_reference(key=lin2009, &
1127 authors=s2a("L. Lin", "J. F. Lu", "L. X. Ying", "R. Car", "W. N. E"), &
1128 title="Fast algorithm for extracting the diagonal of the inverse matrix with "// &
1129 "application to the electronic structure analysis of metallic systems", &
1130 source="Commun. Math. Sci.", volume="7", pages="755-777", &
1131 year=2009, doi="10.4310/CMS.2009.v7.n3.a12")
1132
1133 CALL add_reference(key=lin2013, &
1134 authors=s2a("L. Lin", "M. Chen", "C. Yang", "L. He"), &
1135 title="Accelerating atomic orbital-based electronic structure calculation "// &
1136 "via pole expansion and selected inversion", &
1137 source="J. Phys. Condens. Matter", volume="25", pages="295501", &
1138 year=2013, doi="10.1088/0953-8984/25/29/295501")
1139
1140 CALL add_reference(key=delben2015, &
1141 authors=s2a("M. Del Ben", "O. Schuett", "T. Wentz", "P. Messmer", "J. Hutter", "J. VandeVondele"), &
1142 title="Enabling simulation at the fifth rung of DFT: "// &
1143 "Large scale RPA calculations with excellent time to solution", &
1144 source="Comput. Phys. Commun.", volume="187", pages="120-129", &
1145 year=2015, doi="10.1016/j.cpc.2014.10.021")
1146
1147 CALL add_reference(key=souza2002, &
1148 authors=s2a("I. Souza", "J. Iniguez", "D. Vanderbilt"), &
1149 title="First-principles approach to insulators in finite electric fields", &
1150 source="Phys. Rev. Lett.", volume="89", pages="117602", &
1151 year=2002, doi="10.1103/PhysRevLett.89.117602")
1152
1153 CALL add_reference(key=umari2002, &
1154 authors=s2a("P. Umari", "A. Pasquarello"), &
1155 title="Ab initio molecular dynamics in a finite homogeneous electric field", &
1156 source="Phys. Rev. Lett.", volume="89", pages="157602", &
1157 year=2002, doi="10.1103/PhysRevLett.89.157602")
1158
1159 CALL add_reference(key=stengel2009, &
1160 authors=s2a("M. Stengel", "N. A. Spaldin", "D. Vanderbilt"), &
1161 title="Ab initio molecular dynamics in a finite homogeneous electric field "// &
1162 "Electric displacement as the fundamental variable in electronic-structure calculations", &
1163 source="Nat. Phys.", volume="5", pages="304-308", &
1164 year=2009, doi="10.1038/NPHYS1185")
1165
1166 CALL add_reference(key=luber2014, &
1167 authors=s2a("S. Luber", "M. Iannuzzi", "J. Hutter"), &
1168 title="Raman spectra from ab initio molecular dynamics and its "// &
1169 "application to liquid S-methyloxirane", &
1170 source="J. Chem. Phys.", volume="141", pages="094503", &
1171 year=2014, doi="10.1063/1.4894425")
1172
1173 CALL add_reference(key=berghold2011, &
1174 authors=s2a("G. Berghold", "M. Parrinello", "J. Hutter"), &
1175 title="Polarized atomic orbitals for linear scaling methods", &
1176 source="J. Chem. Phys.", volume="116", pages="1800-1810", &
1177 year=2002, doi="10.1063/1.1431270")
1178
1179 CALL add_reference(key=delben2015b, &
1180 authors=s2a("M. Del Ben", "J. Hutter", "J. VandeVondele"), &
1181 title="Forces and stress in second order Moller-Plesset perturbation theory "// &
1182 "for condensed phase systems within the resolution-of-identity "// &
1183 "Gaussian and plane waves approach", &
1184 source="J. Chem. Phys.", volume="143", pages="102803", &
1185 year=2015, doi="10.1063/1.4919238")
1186
1187 CALL add_reference(key=campana2009, &
1188 authors=s2a("C. Campana", "B. Mussard", "T. K. Woo"), &
1189 title="Electrostatic Potential Derived Atomic Charges for "// &
1190 "Periodic Systems Using a Modified Error Functional", &
1191 source="J. Chem. Theory Comput.", volume="5", pages="2866", &
1192 year=2009, doi="10.1021/ct9003405")
1193
1194 CALL add_reference(key=schiffmann2015, &
1195 authors=s2a("F. Schiffmann", "J. VandeVondele"), &
1196 title="Efficient preconditioning of the electronic structure problem in "// &
1197 "large scale ab initio molecular dynamics simulations", &
1198 source="J. Chem. Phys.", volume="142", pages="244117", &
1199 year=2015, doi="10.1063/1.4922988")
1200
1201 CALL add_reference(key=bruck2014, &
1202 authors=s2a("S. Bruck", "M. Calderara", "M. H. Bani-Hashemian", "J. VandeVondele", "M. Luisier"), &
1203 title="Towards ab-initio simulations of nanowire field-effect transistors", &
1204 source="2014 International Workshop on Computational Electronics (IWCE)", &
1205 year=2014, doi="10.1109/IWCE.2014.6865831")
1206
1207 CALL add_reference(key=rappe1992, &
1208 authors=s2a("A. K. Rappe", "C. J. Casewit", "K. S. Colwell", "W. A. Goddard", "W. M. Skiff"), &
1209 title="UFF, a full periodic table force field for molecular mechanics "// &
1210 "and molecular dynamics simulations", &
1211 source="J. Am. Chem. Soc.", volume="114", pages="10024-10035", &
1212 year=1992, doi="10.1021/ja00051a040")
1213
1214 CALL add_reference(key=monkhorst1976, &
1215 authors=s2a("H. J. Monkhorst", "J. D. Pack"), &
1216 title="Special points for Brillouin-zone integrations", &
1217 source="Phys. Rev. B", volume="13", pages="5188-5192", &
1218 year=1976, doi="10.1103/PhysRevB.13.5188")
1219
1220 CALL add_reference(key=macdonald1978, &
1221 authors=s2a("A. H. MacDonald"), &
1222 title="Comment on special points for Brillouin-zone integrations", &
1223 source="Phys. Rev. B", volume="18", pages="5897-5899", &
1224 year=1978, doi="10.1103/PhysRevB.18.5897")
1225
1226 CALL add_reference(key=gilbert2008, &
1227 authors=s2a("A. T. B. Gilbert", "N. A. Besley", "P. M. W. Gill"), &
1228 title="Self-consistent field calculations of excited states using the "// &
1229 "maximum overlap method (MOM)", &
1230 source="J. Phys. Chem. A", volume="112", pages="13164-13171", &
1231 year=2008, doi="10.1021/jp801738f")
1232
1233 CALL add_reference(key=barca2018, &
1234 authors=s2a("G. M. J. Barca", "A. T. B. Gilbert", "P. M. W. Gill"), &
1235 title="Simple models for difficult electronic excitations", &
1236 source="J. Chem. Theory Comput.", volume="14", pages="1501-1509", &
1237 year=2018, doi="10.1021/acs.jctc.7b00994")
1238
1239 CALL add_reference(key=schonherr2014, &
1240 authors=s2a("M. Schonherr", "B. Slater", "J. Hutter", "J. VandeVondele"), &
1241 title="Dielectric Properties of Water Ice, the Ice Ih/XI Phase Transition, "// &
1242 "and an Assessment of Density Functional Theory", &
1243 source="J. Phys. Chem. B", volume="118", pages="590-596", &
1244 year=2014, doi="10.1021/jp4103355")
1245
1246 CALL add_reference(key=ceriotti2014, &
1247 authors=s2a("M. Ceriotti", "J. More", "D. E. Manolopoulos"), &
1248 title="i-PI: A Python interface for ab initio path integral molecular dynamics simulations", &
1249 source="Comput. Phys. Commun.", volume="185", pages="1019-1026", &
1250 year=2014, doi="10.1016/j.cpc.2013.10.027")
1251
1253 authors=s2a("M. H. Bani-Hashemian", "S. Bruck", "M. Luisier", "J. VandeVondele"), &
1254 title="A generalized Poisson solver for first-principles device simulations", &
1255 source="J. Chem. Phys.", volume="144", pages="044113", &
1256 year=2016, doi="10.1063/1.4940796")
1257
1258 CALL add_reference(key=kapil2016, &
1259 authors=s2a("V. Kapil", "J. VandeVondele", "M. Ceriotti"), &
1260 title="Accurate molecular dynamics and nuclear quantum effects at low cost by multiple steps "// &
1261 "in real and imaginary time: Using density functional theory to accelerate wavefunction methods", &
1262 source="J. Chem. Phys.", volume="144", pages="054111", &
1263 year=2016, doi="10.1063/1.4941091")
1264
1265 CALL add_reference(key=heinzmann1976, &
1266 authors=s2a("R. Heinzmann", "R. Ahlrichs"), &
1267 title="Population analysis based on occupation numbers of modified atomic orbitals (MAOs)", &
1268 source="Theoret. Chim. Acta", volume="42", pages="33-45", &
1269 year=1976, doi="10.1007/BF00548289")
1270
1271 CALL add_reference(key=ehrhardt1985, &
1272 authors=s2a("C. Ehrhardt", "R. Ahlrichs"), &
1273 title="Population analysis based on occupation numbers II. Relationship between shared "// &
1274 "electron numbers and bond energies and characterization of hypervalent contributions", &
1275 source="Theoret. Chim. Acta", volume="68", pages="231-245", &
1276 year=1985, doi="10.1007/BF00526774")
1277
1278 CALL add_reference(key=rybkin2016, &
1279 authors=s2a("V. V. Rybkin", "J. VandeVondele"), &
1280 title="Spin-Unrestricted Second-Order Moller-Plesset (MP2) Forces for the Condensed Phase: "// &
1281 "From Molecular Radicals to F-Centers in Solids", &
1282 source="J. Chem. Theory Comput.", volume="12", pages="2214-2223", &
1283 year=2016, doi="10.1021/acs.jctc.6b00015")
1284
1285 CALL add_reference(key=west2006, &
1286 authors=s2a("D. West", "S. K. Estreicher"), &
1287 title="First-Principles Calculations of Vibrational Lifetimes and Decay Channels:"// &
1288 " Hydrogen-Related Modes in Si", &
1289 source="Phys. Rev. Lett.", volume="96", pages="115504", &
1290 year=2006, doi="10.1103/PhysRevLett.96.115504")
1291
1292 CALL add_reference(key=bates2013, &
1293 authors=s2a("J. E. Bates"), &
1294 title="Communication: Random phase approximation renormalized many-body perturbation theory", &
1295 source="J. Chem. Phys.", volume="139", pages="171103", &
1296 year=2013, doi="10.1063/1.4827254")
1297
1298 CALL add_reference(key=andermatt2016, &
1299 authors=s2a("S. Andermatt", "J. Cha", "F. Schiffmann", "J. VandeVondele"), &
1300 title="Combining Linear-Scaling DFT with Subsystem DFT in Born Oppenheimer "// &
1301 "and Ehrenfest Molecular Dynamics Simulations: From Molecules to a Virus in Solution", &
1302 source="J. Chem. Theory Comput.", volume="12", pages="3214-3227", &
1303 year=2016, doi="10.1021/acs.jctc.6b00398")
1304
1305 CALL add_reference(key=zhu2016, &
1306 authors=s2a("L. Zhu", "M. Amsler", "T. Fuhrer", "B. Schaefer", "S. Faraji", "S. Rostami", &
1307 "S. A. Ghasemi", "A. Sadeghi", "M. Grauzinyte", "C. Wolverton", "S. Goedecker"), &
1308 title="A fingerprint based metric for measuring similarities of crystalline structures", &
1309 source="J. Chem. Phys.", volume="144", pages="034203", &
1310 year=2016, doi="10.1063/1.4940026")
1311
1312 CALL add_reference(key=schuett2016, &
1313 authors=s2a("O. Schuett", "P. Messmer", "J. Hutter", "J. VandeVondele"), &
1314 title="GPU-Accelerated Sparse Matrix-Matrix Multiplication for Linear Scaling Density Functional Theory", &
1315 source="Electronic Structure Calculations on Graphics Processing Units", pages="173-190", &
1316 year=2016, doi="10.1002/9781118670712.ch8")
1317
1318 CALL add_reference(key=schran2020a, &
1319 authors=s2a("C. Schran", "J. Behler", "D. Marx"), &
1320 title="Automated Fitting of Neural Network Potentials at Coupled Cluster Accuracy: "// &
1321 "Protonated Water Clusters as Testing Ground", &
1322 source="J. Chem. Theory Comput.", volume="16", pages="88-99", &
1323 year=2020, doi="10.1021/acs.jctc.9b00805")
1324
1325 CALL add_reference(key=schran2020b, &
1326 authors=s2a("C. Schran", "K. Brezina", "O. Marsalek"), &
1327 title="Committee neural network potentials control generalization errors and enable active learning", &
1328 source="J. Chem. Phys.", volume="153", pages="104105", &
1329 year=2020, doi="10.1063/5.0016004")
1330
1331 CALL add_reference(key=behler2007, &
1332 authors=s2a("J. Behler", "M. Parrinello"), &
1333 title="Generalized neural-network representation of high-dimensional potential-energy surfaces", &
1334 source="Phys. Rev. Lett.", volume="98", pages="146401", &
1335 year=2007, doi="10.1103/PhysRevLett.98.146401")
1336
1337 CALL add_reference(key=behler2011, &
1338 authors=s2a("J. Behler"), &
1339 title="Atom-centered symmetry functions for constructing high-dimensional neural network potentials", &
1340 source="J. Chem. Phys.", volume="134", pages="074106", &
1341 year=2011, doi="10.1063/1.3553717")
1342
1343 CALL add_reference(key=lu2004, &
1344 authors=s2a("W. C. Lu", "C. Z. Wang", "M. W. Schmidt", "L. Bytautas", "K. M. Ho", "K. Ruedenberg"), &
1345 title="Molecule intrinsic minimal basis sets. I. Exact resolution of ab initio "// &
1346 "optimized molecular orbitals in terms of deformed atomic minimal-basis orbitals", &
1347 source="J. Chem. Phys.", volume="120", pages="2629-2637", &
1348 year=2004, doi="10.1063/1.1638731")
1349
1350 CALL add_reference(key=migliore2009, &
1351 authors=s2a("A. Migliore"), &
1352 title="Full-electron calculation of effective electronic couplings and excitation energies of charge "// &
1353 "transfer states: Application to hole transfer in DNA stacks ", &
1354 source="J. Chem. Phys.", volume="131", pages="114113", &
1355 year=2009, doi="10.1063/1.3232007")
1356
1357 CALL add_reference(key=mavros2015, &
1358 authors=s2a("M. G. Mavros", "T. Van Voorhis"), &
1359 title="Communication: CDFT-CI couplings can be unreliable when there is fractional charge transfer", &
1360 source="J. Chem. Phys.", volume="143", pages="231102", &
1361 year=2015, doi="10.1063/1.4938103")
1362
1363 CALL add_reference(key=becke1988b, &
1364 authors=s2a("A. D. Becke"), &
1365 title="A multicenter numerical integration scheme for polyatomic molecules", &
1366 source="J. Chem. Phys.", volume="88", pages="2547-2553", &
1367 year=1988, doi="10.1063/1.454033")
1368
1369 CALL add_reference(key=holmberg2017, &
1370 authors=s2a("N. Holmberg", "K. Laasonen"), &
1371 title="Efficient Constrained Density Functional Theory Implementation for Simulation of "// &
1372 "Condensed Phase Electron Transfer Reactions", &
1373 source="J. Chem. Theory Comput.", volume="13", pages="587-601", &
1374 year=2017, doi="10.1021/acs.jctc.6b01085")
1375
1376 CALL add_reference(key=marek2014, &
1377 authors=s2a("A. Marek", "V. Blum", "R. Johanni", "V. Havu", "B. Lang", &
1378 "T. Auckenthaler", "A. Heinecke", "H. Bungartz", "H. Lederer"), &
1379 title="The ELPA library: scalable parallel eigenvalue solutions for "// &
1380 "electronic structure theory and computational science", &
1381 source="J. Phys. Condens. Matter", volume="26", pages="213201", &
1382 year=2014, doi="10.1088/0953-8984/26/21/213201")
1383
1384 CALL add_reference(key=vanvoorhis2015, &
1385 authors=s2a("T. VanVoorhis", "M. Welborn", "J. Chen", "L. Wang"), &
1386 title="Why many semiempirical molecular orbital fail for liquid water and how to fix them", &
1387 source="J. Comput. Chem.", volume="36", pages="934-939", &
1388 year=2015, doi="10.1002/jcc.23887")
1389
1390 CALL add_reference(key=stoychev2016, &
1391 authors=s2a("G. L. Stoychev", "A. A. Auer", "F. Neese"), &
1392 title="Automatic Generation of Auxiliary Basis Sets", &
1393 source="J. Chem. Theory Comput.", volume="13", pages="554-562", &
1394 year=2017, doi="10.1021/acs.jctc.6b01041")
1395
1396 CALL add_reference(key=kondov2007, &
1397 authors=s2a("I. Kondov", "M. Cizek", "C. Benesch", "H. Wang", "M. Thoss"), &
1398 title="Quantum dynamics of photoinduced electron-transfer reactions in dye-semiconductor systems: "// &
1399 "First-principles description and application to coumarin 343-TiO2", &
1400 source="J. Phys. Chem. C", volume="111", pages="11970-11981", &
1401 year=2007, doi="10.1021/jp072217m")
1402
1403 CALL add_reference(key=futera2017, &
1404 authors=s2a("Z. Futera", "J. Blumberger"), &
1405 title="Electronic Couplings for Charge Transfer across Molecule/Metal and "// &
1406 "Molecule/Semiconductor Interfaces: Performance of the Projector Operator-Based Diabatization Approach", &
1407 source="J. Phys. Chem. C", volume="121", pages="19677-19689", &
1408 year=2017, doi="10.1021/acs.jpcc.7b06566")
1409
1410 CALL add_reference(key=bailey2006, &
1411 authors=s2a("A. R. Rocha", "V. M. Garcia-Suarez", "S. Bailey", "C. Lambert", "J. Ferrer", "S. Sanvito"), &
1412 title="Spin and molecular electronics in atomically generated orbital landscapes", &
1413 source="Phys. Rev. B", volume="73", pages="085414", &
1414 year=2006, doi="10.1103/PhysRevB.73.085414")
1415
1416 CALL add_reference(key=papior2017, &
1417 authors=s2a("N. Papior", "N. Lorente", "T. Frederiksen", "A. Garcia", "M. Brandbyge"), &
1418 title="Improvements on non-equilibrium and transport Green function techniques", &
1419 source="Comput. Phys. Commun.", volume="212", pages="8-24", &
1420 year=2017, doi="10.1016/j.cpc.2016.09.022")
1421
1422 CALL add_reference(key=brieuc2016, &
1423 authors=s2a("F. Brieuc", "H. Dammak", "M. Hayoun"), &
1424 title="Quantum thermal Bath for Path Integral Molecular Dynamics Simulation", &
1425 source="J. Chem. Theory Comput.", volume="12", pages="1351-1359", &
1426 year=2016, doi="10.1021/acs.jctc.5b01146")
1427
1428 CALL add_reference(key=huang2011, &
1429 authors=s2a("C. Huang", "M. Pavone", "E. A. Carter"), &
1430 title="Quantum mechanical embedding theory based on a unique embedding potential", &
1431 source="J. Chem. Phys.", volume="134", pages="154110", &
1432 year=2011, doi="10.1063/1.3577516")
1433
1435 authors=s2a("T. Heaton-Burgess", "F. A. Bulat", "W. T. Yang"), &
1436 title="Optimized effective potentials in finite basis sets", &
1437 source="Phys. Rev. Lett.", volume="98", pages="256401", &
1438 year=2007, doi="10.1103/PhysRevLett.98.256401")
1439
1440 CALL add_reference(key=scheiber2018, &
1441 authors=s2a("H. Scheiber", "Y. Shi", "R. Z. Khaliullin"), &
1442 title="Compact orbitals enable low-cost linear-scaling ab initio "// &
1443 "molecular dynamics for weakly-interacting systems", &
1444 source="J. Chem. Phys.", volume="148", pages="231103", &
1445 year=2018, doi="10.1063/1.5029939")
1446
1447 CALL add_reference(key=schuett2018, &
1448 authors=s2a("O. Schuett", "J. VandeVondele"), &
1449 title="Machine Learning Adaptive Basis Sets for Efficient Large Scale "// &
1450 "Density Functional Theory Simulation", &
1451 source="J. Chem. Theory Comput.", volume="14", pages="4168-4175", &
1452 year=2018, doi="10.1021/acs.jctc.8b00378")
1453
1454 CALL add_reference(key=holmberg2018, &
1455 authors=s2a("N. Holmberg", "K. Laasonen"), &
1456 title="Diabatic model for electrochemical hydrogen evolution based on "// &
1457 "constrained DFT configuration interaction", &
1458 source="J. Chem. Phys.", volume="149", pages="104702", &
1459 year=2018, doi="10.1063/1.5038959")
1460
1461 CALL add_reference(key=togo2018, &
1462 authors=s2a("A. Togo", "I. Tanaka"), &
1463 title="Spglib : a software library for crystal symmetry search", &
1464 source="arXiv", pages="1808.01590", &
1465 year=2018)
1466
1467 CALL add_reference(key=staub2019, &
1468 authors=s2a("R. Staub", "M. Iannuzzi", "R. Z. Khaliullin", "S. N. Steinmann"), &
1469 title="Energy Decomposition Analysis for Metal Surface-Adsorbate Interactions "// &
1470 "by Block Localized Wave Functions", &
1471 source="J. Chem. Theory Comput.", volume="15", pages="265-275", &
1472 year=2019, doi="10.1021/acs.jctc.8b00957")
1473
1474 CALL add_reference(key=clabaut2020, &
1475 authors=s2a("P. Clabaut", "P. Fleurat-Lessard", "C. Michel", "S. N. Steinmann"), &
1476 title="Ten Facets, One Force Field: The GAL19 Force Field for Water-Noble Metal Interfaces", &
1477 source="J. Chem. Theory Comput.", volume="16", pages="4565-4578", &
1478 year=2020, doi="10.1021/acs.jctc.0c00091")
1479
1480 CALL add_reference(key=clabaut2021, &
1481 authors=s2a("P. Clabaut"), &
1482 title="Solvation and adsorptions at the solid/water interface: Developments and applications", &
1483 source=é"Ph.D. thesis at Universit de Lyon", &
1484 year=2021)
1485
1486 CALL add_reference(key=richters2018, &
1487 authors=s2a("D. Richters", "M. Lass", "A. Walther", "C. Plessl", "T. D. Kuehne"), &
1488 title="A General Algorithm to Calculate the Inverse Principal p-th Root of "// &
1489 "Symmetric Positive Definite Matrices", &
1490 source="Commun. Comput. Phys.", volume="25", pages="564-585", &
1491 year=2018, doi="10.4208/cicp.OA-2018-0053")
1492
1493 CALL add_reference(key=kruse2012, &
1494 authors=s2a("H. Kruse", "S. Grimme"), &
1495 title="A geometrical correction for the inter- and intra-molecular basis set superposition error "// &
1496 "in Hartree-Fock and density functional theory calculations for large systems", &
1497 source="J. Chem. Phys.", volume="136", pages="154101", &
1498 year=2012, doi="10.1063/1.3700154")
1499
1500 CALL add_reference(key=ren2011, &
1501 authors=s2a("X. Ren", "A. Tkatchenko", "P. Rinke", "M. Scheffler"), &
1502 title="Beyond the Random-Phase Approximation for the Electron Correlation Energy: "// &
1503 "The Importance of Single Excitations", &
1504 source="Phys. Rev. Lett.", volume="106", pages="153003", &
1505 year=2011, doi="10.1103/PhysRevLett.106.153003")
1506
1507 CALL add_reference(key=ren2013, &
1508 authors=s2a("X. Ren", "P. Rinke", "G. Scuseria", "M. Scheffler"), &
1509 title="Renormalized second-order perturbation theory for the electron correlation energy: "// &
1510 "Concept, implementation, and benchmarks", &
1511 source="Phys. Rev. B", volume="88", pages="035120", &
1512 year=2013, doi="10.1103/PhysRevB.88.035120")
1513
1514 CALL add_reference(key=martin2003, &
1515 authors=s2a("R. L. Martin"), &
1516 title="Natural transition orbitals", &
1517 source="J. Chem. Phys.", volume="118", pages="4775-4777", &
1518 year=2003, doi="10.1063/1.1558471")
1519
1520 CALL add_reference(key=cohen2000, &
1521 authors=s2a("M. H. Cohen", "D. Frydel", "K. Burke", "E. Engel"), &
1522 title="Total energy density as an interpretative tool", &
1523 source="J. Chem. Phys.", volume="113", pages="2990", &
1524 year=2000, doi="10.1063/1.1286805")
1525
1526 CALL add_reference(key=rogers2002, &
1527 authors=s2a("C. L. Rogers", "A. M. Rappe"), &
1528 title="Geometric formulation of quantum stress fields", &
1529 source="Phys. Rev. B", volume="65", pages="224117", &
1530 year=2002, doi="10.1103/PhysRevB.65.224117")
1531
1532 CALL add_reference(key=filippetti2000, &
1533 authors=s2a("A. Filippetti", "V. Fiorentini"), &
1534 title="Theory and applications of the stress density", &
1535 source="Phys. Rev. B", volume="61", pages="8433", &
1536 year=2000, doi="10.1103/PhysRevB.61.8433")
1537
1538 CALL add_reference(key=limpanuparb2011, &
1539 authors=s2a("T. Limpanuparb", "P. M. W. Gill"), &
1540 title="Resolutions of the Coulomb Operator: V. The Long-Range Ewald Operator", &
1541 source="J. Chem. Theory Comput.", volume="7", pages="2353-2357", &
1542 year=2011, doi="10.1021/ct200305n")
1543
1544 CALL add_reference(key=yin2017, &
1545 authors=s2a("W. Yin", "M. Krack", "X. Li", "L. Chen", "L. Liu"), &
1546 title="Periodic continuum solvation model integrated with "// &
1547 "first-principles calculations for solid surfaces", &
1548 source="Prog. Nat. Sci.", volume="27", pages="283-288", &
1549 year=2017, doi="10.1016/j.pnsc.2017.03.003")
1550
1551 CALL add_reference(key=goerigk2017, &
1552 authors=s2a("L. Goerigk", "A. Hansen", "C. Bauer", &
1553 "S. Ehrlich", "A. Najibi", "S. Grimme"), &
1554 title="A look at the density functional theory zoo with the advanced GMTKN55 database for "// &
1555 "general main group thermochemistry, kinetics and noncovalent interactions", &
1556 source="Phys. Chem. Chem. Phys.", volume="19", pages="32184-32215", &
1557 year=2017, doi="10.1039/C7CP04913G")
1558
1559 CALL add_reference(key=wilhelm2016a, &
1560 authors=s2a("J. Wilhelm", "M. Del Ben", "J. Hutter"), &
1561 title="GW in the Gaussian and plane waves scheme with application to linear acenes", &
1562 source="J. Chem. Theory Comput.", volume="12", pages="3623-3635", &
1563 year=2016, doi="10.1021/acs.jctc.6b00380")
1564
1565 CALL add_reference(key=wilhelm2016b, &
1566 authors=s2a("J. Wilhelm", "P. Seewald", "M. Del Ben", "J. Hutter"), &
1567 title="Large-Scale Cubic-Scaling Random Phase Approximation Correlation", &
1568 source="J. Chem. Theory Comput.", volume="12", pages="5851-5859", &
1569 year=2016, doi="10.1021/acs.jctc.6b00840")
1570
1571 CALL add_reference(key=wilhelm2017, &
1572 authors=s2a("J. Wilhelm", "J. Hutter"), &
1573 title="Periodic GW calculations in the Gaussian and plane-waves scheme", &
1574 source="Phys. Rev. B", volume="95", pages="235123", &
1575 year=2017, doi="10.1103/PhysRevB.95.235123")
1576
1577 CALL add_reference(key=wilhelm2018, &
1578 authors=s2a("J. Wilhelm", "D. Golze", "L. Talirz", "J. Hutter", "C. A. Pignedoli"), &
1579 title="Toward GW calculations on thousands of atoms", &
1580 source="J. Phys. Chem. Lett.", volume="9", pages="306-312", &
1581 year=2018, doi="10.1021/acs.jpclett.7b02740")
1582
1583 CALL add_reference(key=wilhelm2021, &
1584 authors=s2a("J. Wilhelm", "P. Seewald", "D. Golze"), &
1585 title="Low-Scaling GW with Benchmark Accuracy and Application to Phosphorene Nanosheets", &
1586 source="J. Chem. Theory Comput.", volume="9", pages="1662-1677", &
1587 year=2021, doi="10.1021/acs.jctc.0c01282")
1588
1589 CALL add_reference(key=lass2018, &
1590 authors=s2a("M. Lass", "S. Mohr", "H. Wiebeler", "T. D. Kuehne", "C. Plessl"), &
1591 title="A Massively Parallel Algorithm for the Approximate Calculation of "// &
1592 "Inverse P-Th Roots of Large Sparse Matrices", &
1593 source="Proceedings of the Platform for Advanced Scientific Computing (PASC) Conference", &
1594 year=2018, doi="10.1145/3218176.3218231")
1595
1596 CALL add_reference(key=cp2kqs2020, &
1597 authors=s2a("T. D. Kuehne", "M. Iannuzzi", "M. Del Ben", "V. V. Rybkin", &
1598 "P. Seewald", "F. Stein", "T. Laino", "R. Z. Khaliullin", &
1599 "O. Schuett", "F. Schiffmann", "D. Golze", "J. Wilhelm", &
1600 "S. Chulkov", "M. H. Bani-Hashemian", "V. Weber", &
1601 "U. Borstnik", "M. Taillefumier", "A. S. Jakobovits", &
1602 "A. Lazzaro", "H. Pabst", "T. Mueller", "R. Schade", "M. Guidon", &
1603 "S. Andermatt", "N. Holmberg", "G. K. Schenter", "A. Hehn", &
1604 "A. Bussy", "F. Belleflamme", "G. Tabacchi", "A. Gloess", &
1605 "M. Lass", "I. Bethune", "C. J. Mundy", "C. Plessl", &
1606 "M. Watkins", "J. VandeVondele", "M. Krack", "J. Hutter"), &
1607 title="CP2K: An electronic structure and molecular dynamics software package - Quickstep: "// &
1608 "Efficient and accurate electronic structure calculations", &
1609 source="J. Chem. Phys.", volume="152", pages="194103", &
1610 year=2020, doi="10.1063/5.0007045")
1611
1612 CALL add_reference(key=rycroft2009, &
1613 authors=s2a("C. H. Rycroft"), &
1614 title="VORO++: A three-dimensional Voronoi cell library in C++", &
1615 source="Chaos", volume="19", pages="041111", &
1616 year=2009, doi="10.1063/1.3215722")
1617
1618 CALL add_reference(key=thomas2015, &
1619 authors=s2a("M. Thomas", "M. Brehm", "B. Kirchner"), &
1620 title="Voronoi dipole moments for the simulation of bulk phase vibrational spectra", &
1621 source="Phys. Chem. Chem. Phys.", volume="17", pages="3207-3213", &
1622 year=2015, doi="10.1039/C4CP05272B")
1623
1624 CALL add_reference(key=brehm2018, &
1625 authors=s2a("M. Brehm", "M. Thomas"), &
1626 title="An Efficient Lossless Compression Algorithm for Trajectories of "// &
1627 "Atom Positions and Volumetric Data", &
1628 source="J. Chem. Inf. Model.", volume="58", pages="2092-2107", &
1629 year=2018, doi="10.1021/acs.jcim.8b00501")
1630
1631 CALL add_reference(key=brehm2020, &
1632 authors=s2a("M. Brehm", "M. Thomas", "S. Gehrke", "B. Kirchner"), &
1633 title="TRAVIS - A free analyzer for trajectories from molecular simulation", &
1634 source="J. Chem. Phys.", volume="152", pages="164105", &
1635 year=2020, doi="10.1063/5.0005078")
1636
1637 CALL add_reference(key=shigeta2001, &
1638 authors=s2a("Y. Shigeta", "A. M. Ferreira", "V. G. Zakrzewski", "J. V. Ortiz"), &
1639 title=–"Electron propagator calculations with KohnSham reference states", &
1640 source="Int. J. Quantum Chem.", volume="85", pages="411-420", &
1641 year=2001, doi="10.1002/qua.1543")
1642
1643 CALL add_reference(key=bussy2021a, &
1644 authors=s2a("A. Bussy", "J. Hutter"), &
1645 title="Efficient and low-scaling linear-response time-dependent density "// &
1646 "functional theory implementation for core-level spectroscopy of large and periodic systems", &
1647 source="Phys. Chem. Chem. Phys.", volume="23", pages="4736-4746", &
1648 year=2021, doi="10.1039/D0CP06164F")
1649
1650 CALL add_reference(key=bussy2021b, &
1651 authors=s2a("A. Bussy", "J. Hutter"), &
1652 title="First-principles correction scheme for linear-response time-dependent density "// &
1653 "functional theory calculations of core electronic states", &
1654 source="J. Chem. Phys.", volume="155", pages="034108", &
1655 year=2021, doi="10.1063/5.0058124")
1656
1657 CALL add_reference(key=bussy2023, &
1658 authors=s2a("A. Bussy", "O. Schuett", "J. Hutter"), &
1659 title="Sparse tensor based nuclear gradients for periodic Hartree-Fock and "// &
1660 "low-scaling correlated wave function methods in the CP2K software package: "// &
1661 "A massively parallel and GPU accelerated implementation.", &
1662 source="J. Chem. Phys.", volume="158", pages="164109", &
1663 year=2023, doi="10.1063/5.0144493")
1664
1665 CALL add_reference(key=bussy2024, &
1666 authors=s2a("A. Bussy", "J. Hutter"), &
1667 title=–"Efficient periodic resolution-of-the-identity HartreeFock exchange "// &
1668 "method with k-point sampling and Gaussian basis sets", &
1669 source="J. Chem. Phys.", volume="160", pages="064116", &
1670 year=2024, doi="10.1063/5.0189659")
1671
1672 CALL add_reference(key=heinecke2016, &
1673 authors=s2a("A. Heinecke", "G. Henry", "M. Hutchinson", "H. Pabst"), &
1674 title="LIBXSMM: Accelerating Small Matrix Multiplications by Runtime Code Generation", &
1675 source="Proceedings of Intl. Supercomputing Conference", pages="981-991", &
1676 year=2016, doi="10.1109/SC.2016.83")
1677
1678 CALL add_reference(key=brehm2021, &
1679 authors=s2a("M. Brehm", "M. Thomas"), &
1680 title="Optimized Atomic Partial Charges and Radii Defined by "// &
1681 "Radical Voronoi Tessellation of Bulk Phase Simulations", &
1682 source="Molecules", volume="26", pages="1875", &
1683 year=2021, doi="10.3390/molecules26071875")
1684
1685 CALL add_reference(key=ditler2021, &
1686 authors=s2a("E. Ditler", "C. Kumar", "S. Luber"), &
1687 title="Analytic calculation and analysis of atomic polar tensors for molecules "// &
1688 "and materials using the Gaussian and plane waves approach", &
1689 source="J. Chem. Phys.", volume="154", pages="104121", &
1690 year=2021, doi="10.1063/5.0041056")
1691
1692 CALL add_reference(key=ditler2022, &
1693 authors=s2a("E. Ditler", "T. Zimmermann", "C. Kumar", "S. Luber"), &
1694 title="Implementation of Nuclear Velocity Perturbation and Magnetic Field "// &
1695 "Perturbation Theory in CP2K and Their Application to Vibrational Circular Dichroism", &
1696 source="J. Chem. Theory Comput.", volume="18", pages="2448-2461", &
1697 year=2022, doi="10.1021/acs.jctc.2c00006")
1698
1699 CALL add_reference(key=mattiat2019, &
1700 authors=s2a("J. Mattiat", "S. Luber"), &
1701 title="Vibrational (resonance) Raman optical activity with "// &
1702 "real time time dependent density functional theory", &
1703 source="J. Chem. Phys.", volume="151", pages="234110", &
1704 year=2019, doi="10.1063/1.5132294")
1705
1706 CALL add_reference(key=mattiat2022, &
1707 authors=s2a("J. Mattiat", "S. Luber"), &
1708 title="Comparison of Length, Velocity, and Symmetric Gauges for the Calculation of "// &
1709 "Absorption and Electric Circular Dichroism Spectra with "// &
1710 "Real-Time Time-Dependent Density Functional Theory", &
1711 source="J. Chem. Theory Comput.", volume="18", pages="5513-5526", &
1712 year=2022, doi="10.1021/acs.jctc.2c00644")
1713
1714 CALL add_reference(key=belleflamme2023, &
1715 authors=s2a("F. Belleflamme", "A. Hehn", "M. Iannuzzi", "J. Hutter"), &
1716 title="A variational formulation of the Harris functional as a correction to "// &
1717"approximate KohnSham density functional theory", &
1718 source="J. Chem. Phys.", volume="158", pages="054111", &
1719 year=2023, doi="10.1063/5.0122671")
1720
1721 CALL add_reference(key=knizia2013, &
1722 authors=s2a("G. Knizia"), &
1723 title="Intrinsic Atomic Orbitals: An Unbiased Bridge between Quantum Theory and Chemical Concepts", &
1724 source="J. Chem. Theory Comput.", volume="9", pages="4834-4843", &
1725 year=2013, doi="10.1021/ct400687b")
1726
1727 CALL add_reference(key=musaelian2023, &
1728 authors=s2a("A. Musaelian", "S. Batzner", "A. Johansson", &
1729 "L. Sun", "C. J. Owen", "M. Kornbluth", "B. Kozinsky"), &
1730 title="Learning local equivariant representations for large-scale atomistic dynamics", &
1731 source="Nat. Commun.", volume="14", pages="579", &
1732 year=2023, doi="10.1038/s41467-023-36329-y")
1733
1734 CALL add_reference(key=eriksen2020, &
1735 authors=s2a("J. J. Eriksen"), &
1736 title="Mean-Field density matrix decompositions", &
1737 source="J. Chem. Phys.", volume="153", pages="214109", &
1738 year=2020, doi="10.1063/5.0030764")
1739
1740 CALL add_reference(key=graml2024, &
1741 authors=s2a("M. Graml", "K. Zollner", &
1742 óé"D. Hernangmez-Prez", "P. E. Faria Junior", "J. Wilhelm"), &
1743 title="Low-scaling GW algorithm applied to twisted transition-metal dichalcogenide heterobilayers", &
1744 source="J. Chem. Theory Comput.", volume="20", pages="2202-2208", &
1745 year=2024, doi="10.1021/acs.jctc.3c01230")
1746
1747 CALL add_reference(key=wang2018, &
1748 authors=s2a("H. Wang", "L. Zhang", "J. Han", "W. E"), &
1749 title="DeePMD-kit: A Deep Learning Package for Many-body Potential Energy "// &
1750 "Representation and Molecular Dynamics", &
1751 source="Comput. Phys. Commun.", volume="228", pages=" 178-184", &
1752 year=2018, doi="10.1016/j.cpc.2018.03.016")
1753
1754 CALL add_reference(key=zeng2023, &
1755 authors=s2a("J. Zeng", "D. Zhang", "D. Lu", "P. Mo", "Z. Li", &
1756 "Y. Chen", "M. Rynik", "L. Huang", "Z. Li", "S. Shi", &
1757 "Y. Wang", "H. Ye", "P. Tuo", "J. Yang", "Y. Ding", &
1758 "Y. Li", "D. Tisi", "Q. Zeng", "H. Bao", "Y. Xia", &
1759 "J. Huang", "K. Muraoka", "Y. Wang", "J. Chang", "F. Yuan", &
1760 "S. L. Bore", "C. Cai", "Y. Lin", "B. Wang", "J. Xu", &
1761 "J. Zhu", "C. Luo", "Y. Zhang", "R. E. A. Goodall", &
1762 "W. Liang", "A. K. Singh", "S. Yao", "J. Zhang", &
1763 "R. Wentzcovitch", "J. Han", "J. Liu", "W. Jia", "D. M. York", &
1764 "W. E", "R. Car", "L. Zhang", "H. Wang"), &
1765 title="DeePMD-kit v2: A software package for deep potential models", &
1766 source="J. Chem. Phys.", volume="159", pages="054801", &
1767 year=2023, doi="10.1063/5.0155600")
1768
1769 CALL add_reference(key=solca2024, &
1770 authors=s2a"R. Solc", "M. Simberg", "R. Meli", &
1771 "A. Invernizzi", "A. Reverdell", "J. Biddiscombe"), &
1772 title="DLA-Future: A Task-Based Linear Algebra Library "// &
1773  "Which Provides aGPU-Enabled Distributed Eigensolver", &
1774 source="Asynchronous Many-Task Systems and Applications (WAMTA2024)", &
1775 year=2024, doi="10.1007/978-3-031-61763-8_13")
1776
1777 CALL add_reference(key=caldeweyher2017, &
1778 authors=s2a("E. Caldeweyher", "C. Bannwarth", "S. Grimme"), &
1779 title="Extension of the D3 dispersion coefficient model", &
1780 source="J. Chem. Phys.", volume="147", pages="034112", &
1781 year=2017, doi="10.1063/1.4993215")
1782
1783 CALL add_reference(key=caldeweyher2019, &
1784 authors=s2a("E. Caldeweyher", "S. Ehlert", "A. Hansen", "H. Neugebauer", &
1785 "S. Spicher", "C. Bannwarth", "S. Grimme"), &
1786 title="A generally applicable atomic-charge dependent London dispersion correction", &
1787 source="J. Chem. Phys.", volume="150", pages="154122", &
1788 year=2019, doi="10.1063/1.5090222")
1789
1790 CALL add_reference(key=caldeweyher2020, &
1791 authors=s2a("E. Caldeweyher", "J. M. Mewes", "S. Ehlert", "S. Grimme"), &
1792 title="Extension and evaluation of the D4 London-dispersion model for periodic systems", &
1793 source="Phys. Chem. Chem. Phys.", volume="22", pages="8499-8512", &
1794 year=2020, doi="10.1039/d0cp00502a")
1795
1796 CALL add_reference(key=freeman1977, &
1797 authors=s2a("D. L. Freeman"), &
1798 title="Coupled-cluster expansion applied to the electron gas: Inclusion of ring and exchange effects", &
1799 source="Phys. Rev. B", volume="15", pages="5512", &
1800 year=1977, doi="10.1103/PhysRevB.15.5512")
1801
1802 CALL add_reference(key=gruneis2009, &
1803 authors=s2a("A. Grueneis", "M. Marsman", "J. Harl", &
1804 "L. Schimka", "G. Kresse"), &
1805 title="Making the random phase approximation to electronic correlation accurate", &
1806 source="J. Chem. Phys.", volume="131", pages="154115", &
1807 year=2009, doi="10.1063/1.3250347")
1808
1809 CALL add_reference(key=stein2022, &
1810 authors=s2a("F. Stein", "J. Hutter"), &
1811 title="Double-hybrid density functionals for the condensed phase: "// &
1812 "Gradients, stress tensor, and auxiliary-density matrix method acceleration", &
1813 source="J. Chem. Phys.", volume="156", pages="024120", &
1814 year=2022, doi="10.1063/5.0082327")
1815
1816 CALL add_reference(key=stein2024, &
1817 authors=s2a("F. Stein", "J. Hutter"), &
1818 title="Massively parallel implementation of gradients within the random phase approximation: "// &
1819 "Application to the polymorphs of benzene", &
1820 source="J. Chem. Phys.", volume="160", pages="024120", &
1821 year=2024, doi="10.1063/5.0180704")
1822
1823 CALL add_reference(key=blase2018, &
1824 authors=s2a("X. Blase", "I. Duchemin", "D. Jacquemin"), &
1825 title="The Bethe-Salpeter equation in chemistry: relations with TD-DFT, applications and challenges", &
1826 source="Chem. Soc. Rev.", volume="47", pages="1022-1043", &
1827 year=2018, doi="10.1039/c7cs00049a")
1828
1829 CALL add_reference(key=blase2020, &
1830 authors=s2a("X. Blase", "I. Duchemin", "D. Jacquemin", "P. Loos"), &
1831 title=–"The BetheSalpeter Equation Formalism: From Physics to Chemistry", &
1832 source="J. Phys. Chem. Lett", volume="11", pages="7371-7382", &
1833 year=2020, doi="10.1021/acs.jpclett.0c01875")
1834
1835 CALL add_reference(key=bruneval2015, &
1836 authors=s2a("F. Bruneval", "S. M. Hamed", "J. B. Neaton"), &
1837 title="A systematic benchmark of the ab initio Bethe-Salpeter equation approach for "// &
1838 "low-lying optical excitations of small organic molecules", &
1839 source="J. Chem. Phys.", volume="142", pages="244101", &
1840 year=2015, doi="10.1063/1.4922489")
1841
1842 CALL add_reference(key=golze2019, &
1843 authors=s2a("D. Golze", "M. Dvorak", "P. Rinke"), &
1844 title="The GW Compendium: A Practical Guide to Theoretical Photoemission Spectroscopy", &
1845 source="Front. Chem.", volume="7", pages="377", &
1846 year=2019, doi="10.3389/fchem.2019.00377")
1847
1848 CALL add_reference(key=gui2018, &
1849 authors=s2a("X. Gui", "C. Holzer", "W. Klopper"), &
1850 title="Accuracy Assessment of GW Starting Points for Calculating "// &
1851 "Molecular Excitation Energies Using the Bethe-Salpeter Formalism", &
1852 source="J. Chem. Theory Comput.", volume="14", pages="2127-2136", &
1853 year=2018, doi="10.1021/acs.jctc.8b00014")
1854
1855 CALL add_reference(key=jacquemin2017, &
1856 authors=s2a("D. Jacquemin", "I. Duchemin", "X. Blase"), &
1857 title="Is the Bethe-Salpeter Formalism Accurate for Excitation Energies? "// &
1858 "Comparisons with TD-DFT, CASPT2, and EOM-CCSD", &
1859 source="J. Phys. Chem. Lett.", volume="8", pages="1524-1529", &
1860 year=2017, doi="10.1021/acs.jpclett.7b00381")
1861
1862 CALL add_reference(key=liu2020, &
1863 authors=s2a("C. Liu", "J. Kloppenburg", "Y. Yao", "X. Ren", "H. Appel", &
1864 "Y. Kanai", "V. Blum"), &
1865 title="All-electron ab initio Bethe-Salpeter equation approach to "// &
1866 "neutral excitations in molecules with numeric atom-centered orbitals", &
1867 source="J. Chem. Phys.", volume="152", pages="044105", &
1868 year=2020, doi="10.1063/1.5123290")
1869
1870 CALL add_reference(key=sander2015, &
1871 authors=s2a("T. Sander", "E. Maggio", "G. Kresse"), &
1872 title="Beyond the Tamm-Dancoff approximation for extended systems using exact diagonalization", &
1873 source="Phys. Rev. B", volume="92", pages="045209", &
1874 year=2015, doi="10.1103/PhysRevB.92.045209")
1875
1876 CALL add_reference(key=schreiber2008, &
1877 authors=s2a("M. Schreiber", "M. R. Silva-Junior", "S. P. A. Sauer", "W. Thiel"), &
1878 title="Benchmarks for electronically excited states: CASPT2, CC2, CCSD, and CC3", &
1879 source="J. Chem. Phys.", volume="128", pages="134110", &
1880 year=2008, doi="10.1063/1.2889385")
1881
1882 CALL add_reference(key=vansetten2015, &
1883 authors=s2a("M. J. van Setten", "F. Caruso", "S. Sharifzadeh", "X. Ren", "M. Scheffler", &
1884 "F. Liu", "J. Lischner", "L. Lin", "J. R. Deslippe", "S. G. Louie", "C. Yang", &
1885 "F. Weigend", "J. B. Neaton", "F. Evers", "P. Rinke"), &
1886 title="GW100: Benchmarking G0W0 for Molecular Systems", &
1887 source="J. Chem. Theory Comput.", volume="11", pages="5665-5687", &
1888 year=2015, doi="10.1021/acs.jctc.5b00453")
1889
1890 CALL add_reference(key=setyawan2010, &
1891 authors=s2a("W. Setyawan", "S. Curtarolo"), &
1892 title="High-throughput electronic band structure calculations: Challenges and tools", &
1893 source="Comput. Mater. Sci.", volume="49", pages="299-312", &
1894 year=2010, doi="10.1016/j.commatsci.2010.05.010")
1895
1896 CALL add_reference(key=ahart2024, &
1897 authors=s2a("C. Ahart", "S. Chulkov", "C. Cucinotta"), &
1898 title="Enabling Ab Initio Molecular Dynamics under Bias: The CP2K+SMEAGOL Interface "// &
1899 "for Integrating Density Functional Theory and Non-Equilibrium Green Functions", &
1900 source="J. Chem. Theory Comput.", volume="20", pages="6772-6780", &
1901 year=2024, doi="10.1021/acs.jctc.4c00371")
1902
1903 CALL add_reference(key=knysh2024, &
1904 authors=s2a("I. Knysh", "F. Lipparini", "A. Blondel", "I. Duchemin", "X. Blase", &
1905 "P.-F. Loos", "D. Jacquemin"), &
1906 title="Reference CC3 Excitation Energies for Organic Chromophores: "// &
1907 "Benchmarking TD-DFT, BSE/GW, and Wave Function Methods", &
1908 source="J. Chem. Theory Comput.", volume="20", pages="8152-8174", &
1909 year=2024, doi="10.1021/acs.jctc.4c00906")
1910
1911 CALL add_reference(key=schambeck2024, &
1912 authors=s2a("M. Schambeck", "D. Golze", "J. Wilhelm"), &
1913 title="Solving multipole challenges in the GW 100 benchmark enables precise low-scaling GW calculations", &
1914 source="Phys. Rev. B", volume="110", pages="125146", &
1915 year=2024, doi="10.1103/PhysRevB.110.125146")
1916
1917 CALL add_reference(key=pracht2019, &
1918 authors=s2a("P. Pracht", "E. Caldeweyher", "S. Ehlert", "S. Grimme"), &
1919 title="A Robust Non-Self-Consistent Tight-Binding Quantum Chemistry Method for large Molecules", &
1920 source="ChemRxiv", volume="", pages="", &
1921 year=2019, doi="10.26434/chemrxiv.8326202.v1")
1922
1923 CALL add_reference(key=mewes2018, &
1924 authors=s2a("S. Mewes", "F. Plasser", "A. Krylov", "A. Dreuw"), &
1925 title="Benchmarking Excited-State Calculations Using Exciton Properties", &
1926 source="J. Chem. Theory Comput.", volume="14", pages="710-725", &
1927 year=2018, doi="10.1021/acs.jctc.7b01145 ")
1928
1929 CALL add_reference(key=sertcan2024, &
1930 authors=s2a("B. Sertcan-Gokmen", "J. Hutter", "A. Hehn"), &
1931 title="Excited-State Forces with the Gaussian and Augmented Plane Wave Method "// &
1932"for the TammDancoff Approximation of Time-Dependent Density Functional Theory", &
1933 source="J. Chem. Theory Comput.", volume="20", pages="8494-8504", &
1934 year=2024, doi="10.1021/acs.jctc.4c00614")
1935
1936 CALL add_reference(key=drautz2019, &
1937 authors=s2a("R. Drautz"), &
1938 title="Atomic cluster expansion for accurate and transferable interatomic potentials", &
1939 source="Phys. Rev. B", volume="99", pages="014104", &
1940 year=2019, doi="10.1103/PhysRevB.99.014104")
1941
1942 CALL add_reference(key=lysogorskiy2021, &
1943 authors=s2a("Y. Lysogorskiy", "C. van der Ooord", "A. Bochkarev", "S. Menon", &
1944 "M. Rinaldi", "T. Hammerschmidt", "M. Mrovec", "A. Thompson", "G. Csanyi", &
1945 "C. Ortner", "R. Drautz"), &
1946 title="Performant implementation of the atomic cluster expansion (PACE) and application to copper and silicon", &
1947 source="npj Comput. Mater.", volume="7", pages="97", &
1948 year=2021, doi="10.1038/s41524-021-00559-9")
1949
1950 CALL add_reference(key=bochkarev2024, &
1951 authors=s2a("A. Bochkarev", "Y. Lysogorskiy", "R. Drautz"), &
1952 title="Graph Atomic Cluster Expansion for semilocal interactions beyond equivariant message passing", &
1953 source="Phys. Rev. X", volume="14", pages="021036", &
1954 year=2024, doi="10.1103/PhysRevX.14.021036")
1955
1956 END SUBROUTINE add_all_references
1957
1958END 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 drautz2019
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 lysogorskiy2021
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 asgeirsson2017
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 bochkarev2024
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 bannwarth2019
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.