-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsoft_and_tuts.html
executable file
·178 lines (112 loc) · 7.77 KB
/
soft_and_tuts.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>The Akimov Research Group: Home page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119266503-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119266503-1');
</script>
</head>
<body>
<!-- Navigation bar style="margin-top:-2px;" -->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">Group</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="group.html">Present</a>
<a class="dropdown-item" href="group_alumni.html">Former Members and Visitors</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="teaching.html">Teaching</a></li>
<li class="nav-item"><a class="nav-link" href="outreach.html">Outreach</a></li>
<li class="nav-item active"><a class="nav-link" href="soft_and_tuts.html">Software & Tutorials</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li><a href="https://twitter.com/AkimovLab" class="twitter-follow-button" data-show-count="false" data-lang="en-gb">Follow @AkimovLab</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li>
</ul>
</nav>
<!-- Title -->
<div class="row">
<div class="col-12"> <img src="images/Logo7.png" class="img-responsive" width="100%"> </div>
</div>
<xmp theme="bootstrap-responsive">
# Software and Tutorials
## 1. Main Links
<a target="_blank" href="https://github.com/Quantum-Dynamics-Hub">Quantum Dynamics Hub
<img src="images/github-logo.png" alt="Quantum Dynamics Hub" width="60" height="60" border="0">
</a>
<a target="_blank" href="https://groups.google.com/forum/embed/?place=forum/quantum-dynamics-hub">Support Group
<img src="images/Logo_Google_groups.png" alt="Google Groups" width="191" height="40" border="0">
</a>
<a target="_blank" href="https://github.com/compchem-cybertraining">Computational Chemistry CyberTraining
<img src="images/ccct-logo.png" alt="Computational Chemistry CyberTraining" width="60" height="60" border="0">
</a>
## 2. Packages we develop(ed)
* <a target="_new" href="https://quantum-dynamics-hub.github.io/libra/index.html"><b>Libra</b></a>
is the "methodology development" library we actively develop in the group.
It is intended for various types of calculations in quantum and classical chemical dynamics
and beyond. Learn more about this code on its website (follow the link).
The latest release is here:
[![DOI](https://zenodo.org/badge/101275719.svg)](https://zenodo.org/badge/latestdoi/101275719)
* <a target="_new" href="https://github.com/Quantum-Dynamics-Hub/pyxaid-code"><b>PYXAID</b></a>
is an older (although still in use by some groups) tool for nonadiabatic quantum dynamics (NAQD)
in atomistic systems, developed by Akimov and Prezhdo. The code website (follow the link) contains detailed step-by-step tutorials.
The tutorials cover basic and advanced topics related to practical utilization of the code. They also cover some basics
of calculations with the QE code.
NOTE: we don't really develop or support this tool, since more advanced and consistent calculations can be done with Libra.
* <a target="_new" href="https://github.com/Quantum-Dynamics-Hub/pyxaid2"><b>PYXAID2</b></a>
is a version co-developed with Dr. Wei Li, to include NACs calculations with orbitals given in a two-component spinor format.
NOTE: these capabilities are currently included in Libra
## 3. Packages we use
3.1. [CP2K](soft_and_tuts/3.1-cp2k.html)
3.2. [NWChem](soft_and_tuts/3.2-nwchem.html)
3.3. [DFTB+](soft_and_tuts/3.3-dftb+.html)
3.4. [Libra](soft_and_tuts/3.4-libra.html)
3.5. [ORCA](https://orcaforum.kofo.mpg.de/app.php/portal) \(Official site\)
3.6. [PSI4](http://www.psicode.org/) \(Official site\)
3.7. [Quantum Espresso](https://www.quantum-espresso.org/) \(Official site\)
3.8. [ErgoSCF](http://www.ergoscf.org/) \(Official site\)
## 4. Center for Computational Research (CCR) at UB
4.1. [SLURM](soft_and_tuts/4.1-slurm.html)
4.2. [Anaconda environments](soft_and_tuts/4.2-anaconda_envs.html)
4.3. [UB VIDIA](soft_and_tuts/4.3-VIDIA.html)
4.4. [UBCCR OnDemand](soft_and_tuts/4.4-UBCCR_OnDemand.html)
## 5. Useful links
5.1. [To start learning any programming language go here](https://www.tutorialspoint.com/index.htm) And then select the language you are interested in
5.2. [Quick Reference for MathJax](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference) Needed to
write methematical equations and formulai in the Markdown (e.g. in Jupyter notebooks)
5.3. [StrapDown examples and docs](https://naereen.github.io/StrapDown.js/) Needed to create html pages (including this one) by typing everything
in the Markdown language. The conversion is done with the help of the StrapDown tool, which combines BootStrap and Markdown.
5.4. [Markdown Cheat-Sheet 1](https://www.markdownguide.org/cheat-sheet/#extended-syntax) Very basic
5.5. [Markdown Cheat-Sheet 2](https://gist.github.com/ww9/44f08d44327a40d2ab309a349bebec57) More advanced options
5.6. [Git Cheat-Sheet](soft_and_tuts/5.6-GIT.html)
5.7. [Conda Cheat-Sheet](https://kapeli.com/cheat_sheets/Conda.docset/Contents/Resources/Documents/index)
5.8. [Gist GitHub](https://gist.github.com/ww9/4419877e9be023e465b9ff99ecb75f40) How to use the GitHub Gist as a blog
5.9. [Gist.io](https://gist.io/) A useful tool for converting GitHub Gists into nice-looking pages
5.10. [PEP8](https://pep8.org/) Python code style conventions, a de-facto standard of good Python codes.
## 6. Programming tutorial sessions
6.1. [Intro to C++, Part 1](https://ub.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=0210e826-4d9a-4736-8be2-ac01011224d2)
6.2. [Intro to C++, Part 2](https://ub.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=b9dae18d-9a03-490e-a7eb-ac10010d2366)
</xmp>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.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>
<script type="text/javascript" src="https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js"></script>
</body>
</html>