-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnaqd_software_list.html
executable file
·517 lines (429 loc) · 21.4 KB
/
naqd_software_list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!DOCTYPE HTML>
<html>
<head>
<title>Quantum Dynamics Hub</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117524895-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117524895-1');
</script>
</head>
<body>
<!-- Title -->
<div class="row">
<div class="col-12"><h1>Quantum Dynamics Hub </h1></div>
</div>
<!-- Navigation bar" -->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Software
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="libra/index.html">Libra</a>
<a class="dropdown-item" href="#">Libra-X</a>
<a class="dropdown-item" href="pyxaid/index.html">Pyxaid</a>
<a class="dropdown-item" href="#">Pyxaid2</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="workshop_2018.html">MolSSI workshop, 2018</a></li>
<li class="nav-item active"><a class="nav-link" href="naqd_software_list.html">NA/QD Software List</a></li>
</ul>
</nav>
<!-- Content -->
<div class="container margin-left">
<br><br>
<h2>Overview</h2>
<p>
Here, I have compiled a list of the (only open source!) codes implementing various nonadiabatic and quantum dynamics (NA/QD)
functionality. Please, keep in mind that NA/QD is understood broadly and includes ground and excited states dynamics,
classical, semi-classical, quantum-classical, and fully-quantum dynamics methods.
When possible, I provide the links to the source codes, documentation/webpage, relevant publications.
This is in spirit of the CCL Software list. However, I summarize not only the "working" codes, but also any codes that
may implement some useful functionality.
</p>
<p>
If you find any inaccuracies that you would like to correct or if you have anything useful to add, feel free to contact me
(Alexey Akimov at "alexeyak at buffalo dot edu" - of course replace "at" and "dot" with the corresponding symbols).
</p>
<p>
If you are an author of contributor of any of the packages listed here, I'd be glad if you could contribute by providing a short
description of the package and perhaps updating the links/bibliography, etc.
I hope this page will be useful and will help make the community to stay aware of your codes and their capabilities and can serve as
a comprehensive database/reference of the NA/QD codes and code blcoks.
</p>
<h2>Alphabetical list of codes</h2>
<!-- FGR -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#fgr">FGR</a>
</h4>
</div>
<div id="fgr" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
Fermi Golden Rule (FGR) calculations of the rates
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/gevalab/FGR" target="_new">The original version</a>
<a href="https://github.com/Quantum-Dynamics-Hub/FGR" target="_new">Forked repo</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="" target="_new">None</a>
</li>
<li class="list-group-item">
<b>References: </b>
<br>
<a href="" target="_blank" rel="nofollow"></a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- FGR -->
<!-- GPU-HEOM -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#gpuheom">GPU-HEOM</a>
</h4>
</div>
<div id="gpuheom" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
HEOM code for CUDA
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="http://theochem.kuchem.kyoto-u.ac.jp/tanimura/Lectures/HEOMonGPU.zip" target="_new">The original version</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="http://theochem.kuchem.kyoto-u.ac.jp/members/tanimura.htm" target="_new">Tanimura's webpage</a>
</li>
<li class="list-group-item">
<b>References: </b>
<br>
M. Tsuchimoto and Y. Tanimura, J. Chem. Theory Comput.,11, 3859 (2015).
<a href="http://dx.doi.org/10.1021/acs.jctc.5b00488" target="_blank" rel="nofollow">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- GPU-HEOM -->
<!-- JADE -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#jade">JADE</a>
</h4>
</div>
<div id="jade" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
An on-the-fly surface hopping code for nonadiabatic molecular dynamics of poly-atomic systems.
The JADE package has been implemented and primarily used for the simulation of ultrafast nonadiabatic
processes (femtosecond to picosecond time scale) in polyatomic molecules.
<p>Features: Dynamics -On-the-fly dynamics surface hopping dynamics -the velocity-Verlet algorithm;
-fewest switches algorithms -Langevin thermostat Interfaces -TURBOMOLE (CIS, TD-DFT, RI-CC2, ADC(2))
-GAUSSIAN (CIS, TD-DFT) -GAMESS (US) (CIS TD-DFT) -Q-CHEM (in progress) -Molpro (in progress)
Initial conditions -Wigner distribution -ground state dynamics enviroment effects -Langevin dynamics
-effective fragment potential (interface with Gamess-US & Q-CHEM) in process Output and analysis
-Statistical analysis of results -transition density analysis tools.
</p>
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/jade-package/JADE" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="https://jade-package.github.io/JADE/" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>References: </b>
Likai Du; Zhenggang Lan
"An On-the-Fly Surface-Hopping Program JADE for Nonadiabatic Molecular Dynamics of Polyatomic Systems: Implementation and Applications"
J. Chem. Theory Comput., 2015, 11, 1360.
<a href="http://pubs.acs.org/doi/abs/10.1021/ct501106d" target="_new">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- JADE -->
<!-- Libra -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#libra">Libra</a>
</h4>
</div>
<div id="libra" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
A comprehensive library of NA/QD and chemical modeling/simulation tools. Can be used for
methodology development/prototyping and for practical simulations.
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/Quantum-Dynamics-Hub/libra-code" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="https://quantum-dynamics-hub.github.io/libra/index.html" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>References: </b>
Akimov, A. V. "Libra: An open-Source 'methodology discovery' library for quantum and classical dynamics simulations"
J. Comput. Chem. 2016 37, 1626-1649
<a href="http://onlinelibrary.wiley.com/doi/10.1002/jcc.24367/full" target="_new">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- Libra -->
<!-- Newton-X -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#newtonx">Newton-X</a>
</h4>
</div>
<div id="newtonx" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
A package for Newtonian dynamics close to the crossing seam.
Feratures
<p>
Surface hopping
NX is a general-purpose program package for excited-state molecular dynamics, including nonadiabatic methods (Trajectory Surface Hopping).
</p>
<p>
Spectrum simulations
NX can be used to simulate absorption and emission spectra with the nuclear ensemble approach.
</p>
<p>
Modularity
NX modular development allows it to be easily linked to any quantum chemistry package that can provide energy gradients
and nonadiabatic couplings.
</p>
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="" target="_new">Upon registration</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="http://www.newtonx.org/" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>References: </b>
<p>
M. Barbatti, M. Ruckenbauer, F. Plasser, J. Pittner, G. Granucci, M. Persico, H. Lischka,
WIREs: Comp. Mol. Sci. 4, 26 (2014).
<a href="http://wires.wiley.com/WileyCDA/WiresArticle/wisId-WCMS1158.html" target="_new">link</a>
</p>
<p>
M. Barbatti, G. Granucci, M. Persico, M. Ruckenbauer, M. Vazdar, M. Eckert-Maksic and H. Lischka,
J.Photochem. Photobio. A 190, 288 (2007).
<a href="https://www.sciencedirect.com/science/article/pii/S1010603006006368" target="_new">link</a>
</p>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- Newton-X -->
<!-- NEXMD -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#nexmd">NEXMD</a>
</h4>
</div>
<div id="nexmd" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
An application-oriented toolbox for NA-MD simulations. Features: solvation in excited states,
semiempirical methods, large systems.
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="" target="_new">??</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="" target="_new">None</a>
</li>
<li class="list-group-item">
<b>References: </b>
Sifain, A.E.; Bjorgaard, J.A.; Nelson, T.R.; Nebgen, B.T.; White, A.J.; Gifford, B.J.; Gao, D.W.;
Prezhdo, O.V.; Fernandez-Alberti, S.; Roitberg, A.E.; Tretiak, S. "Photoexcited Nonadiabatic Dynamics
of Solvated Push-Pull pi-Conjugated Oligomers with the NEXMD Software."
<a href="https://pubs.acs.org/doi/abs/10.1021/acs.jctc.8b00103" target="_new">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- NEXMD -->
<!-- PYXAID -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#pyxaid">PYXAID</a>
</h4>
</div>
<div id="pyxaid" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
The PYXAID program (PYthon eXtension for Ab Initio Dynamics) is an open source,
flexible, and computationally efficient implementation of the NA-MD methodology in the framework of Kohn-Sham
(KS) density functional theory (DFT). It implements a number of basic and more advanced functionalities,
including fewest-switches surface hopping (FSSH), decoherence-induced surface hopping (DISH), multielectron adiabatic
representation of the time-dependent KS (TD-KS) equations, and explicit field-matter interactions. The classical path
approximation (CPA) achieves additional and considerable computational savings. The package is interfaced with the
Quantum Espresso (QE) distribution, which is used as an efficient driver for ab initio adiabatic electronic structure and MD
calculations. Particular attention is dedicated to stability, efficiency, and accuracy of solutions to the TD-KS equations in
the adiabatic representation.
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/Quantum-Dynamics-Hub/pyxaid-code" target="_new">The original version</a>
<a href="https://github.com/Quantum-Dynamics-Hub/pyxaid-code-mpi" target="_new">The MPI-enabled version</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="https://quantum-dynamics-hub.github.io/pyxaid/index.html" target="_new">Here</a>
</li>
<li class="list-group-item">
<b>References: </b>
<br>
Akimov A. V.; Prezhdo O. V.
"The PYXAID program for non-adiabatic molecular dynamics in condensed matter systems"
<i>J. Comp. Theory Comput.</i> <b>2013</b>, 9, 4959
<a href="http://dx.doi.org/10.1021/ct400641n" target="_blank" rel="nofollow">link</a>
<br>
Akimov A. V.; Prezhdo O. V.
"Advanced capabilities of the PYXAID program: Integration schemes, decoherence effects, multiexcitonic states, and field-matter interaction"
<i>J. Chem. Theory Comput.</i> <b>2014</b>, 10, 789
<a href="http://dx.doi.org/10.1021/ct400934c" target="_blank" rel="nofollow">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- PYXAID -->
<!-- QT-ES -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#qtes">QT-ES</a>
</h4>
</div>
<div id="qtes" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
Quatum Trajectories - Electronic Structure code of the Garashchuk lab.
It accounts for quantum effects of nuclei.
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/garashch/qtes-code" target="_new">The original version</a>
<a href="https://github.com/Quantum-Dynamics-Hub/qtes-code" target="_new">Forked repo</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="" target="_new">None</a>
</li>
<li class="list-group-item">
<b>References: </b>
<br>
Garashchuk, S.; Jakowski, J.; Wang, L.; Sumpter, B. G.
Quantum Trajectory-Electronic Structure Approach for Exploring Nuclear Effects in the Dynamics of Nanomaterials.
J. Chem. Theory Comput. 2013, 9, 52215235.
<a href="http://dx.doi.org/10.1021/ct4006147" target="_blank" rel="nofollow">link</a>
<br>
Wang, L.; Jakowski, J.; Garashchuk, S.
Adsorption of a Hydrogen Atom on a Graphene Flake Examined with Quantum Trajectory/Electronic Structure Dynamics.
J. Phys. Chem. C 2014, 118, 1617516187.
<a href="https://doi.org/10.1021/jp503261k" target="_blank" rel="nofollow">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- QT-ES -->
<!-- TT-SOFT -->
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#ttsoft">TT-SOFT</a>
</h4>
</div>
<div id="ttsoft" class="panel-collapse collapse">
<ul class="list-group">
<li class="list-group-item">
<b>Brief description: </b>
Tensor-Train Split Operator Fourier Transform method. Set of scripts to run fully-quantum dynamics with
many degrees of freedom.
</li>
<li class="list-group-item">
<b>Source code availability: </b>
<a href="https://github.com/vbatista73/TTSOFT" target="_new">The original version</a>
<a href="https://github.com/Quantum-Dynamics-Hub/TTSOFT" target="_new">Forked repo</a>
</li>
<li class="list-group-item">
<b>Package Website: </b>
<a href="" target="_new">None</a>
</li>
<li class="list-group-item">
<b>References: </b>
<br>
Greene, S. M.; Batista, V. S.
"Tensor-Train Split-Operator Fourier Transform (TT-SOFT) Method: Multidimensional Nonadiabatic Quantum Dynamics."
<i>J. Chem. Theory Comput.</i> <b>2017</b>, 13, 4034-4042
<a href="http://pubs.acs.org/doi/10.1021/acs.jctc.7b00608" target="_blank" rel="nofollow">link</a>
</li>
</ul>
<div class="panel-footer"></div>
</div>
</div>
</div> <!-- TT-SOFT -->
</div>
</body>
</html>