-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
124 lines (120 loc) · 5.45 KB
/
resources.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
<!DOCTYPE html>
<html>
<!-- General information and directives of this page. -->
<head>
<title>Carlos H. Borca - Resources</title>
<link href="styles/main.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Links menu in english. -->
<ul class="nav">
<li><a href="index.html"/>Main</a></li>
<li><a href="about.html"/>About</a></li>
<li><a href="research.html"/>Research</a></li>
<li><a href="people.html"/>People</a></li>
<li><a href="publications.html"/>Publications</a></li>
<li><a href="events.html"/>Events</a></li>
<li><a href="outreach.html"/>Outreach</a></li>
<li><a href="resources.html"/><b>Resources</b></a></li>
<li><a href="recursos.html"/>Español</a></li>
</ul>
<!-- Title and stylish image background. -->
<div>
<img style="border: 0px solid; width: 100%; height: auto;"
title="Header"
src="design/header.png"
alt="" hspace="0" vspace="0"/>
</div>
<!-- This is where the content of the page starts. -->
<center><h1>Resources</h1></center>
<h2>Software Development</h2>
<!-- Resources menu in english. -->
<div class="resources">
<ul>
<li><a href="https://github.com/carlosborca/Smiles4Psi"/>Smiles4Psi</a></li>
<li><a href="https://github.com/carlosborca/CrystaLattE"/>CrystaLattE</a></li>
<li><a href="libefp.html"/>LibEFP</a></li>
<!-- <li><a href="gromacs.html"/>GROMACS</a></li> -->
<li><a href="octopus.html"/>Octopus</a></li>
<!-- <li><a href="q-chem.html"/>Q-Chem</a></li> -->
<!-- <li><a href="gamess.html"/>GAMESS</a></li> -->
<!-- <li><a href="psi4.html"/>Psi4</a></li> -->
<!-- <li><a href="mopac.html"/>MOPAC2016</a></li> -->
</ul>
<p>
<h2>External Links</h2>
<h3>The Webb Group</h3>
<ul>
<li><a href="https://webbgroup.princeton.edu/"/>The Webb Research Group</a></li>
</ul>
<h3>The Sherrill Group</h3>
<ul>
<li><a href="http://vergil.chemistry.gatech.edu/"/>The Sherrill Research Group</a></li>
</ul>
<h3>The Slipchenko Group</h3>
<ul>
<li><a href="http://www.chem.purdue.edu/Slipchenko/index.html"/>The Slipchenko Group Website</a></li>
<!-- <li><a href="http://dhcpa211.chem.purdue.edu/slipchenko/index.php/Main_Page"/>The Slipchenko Group Wiki</a></li> -->
<!-- <li><a href="http://web.ics.purdue.edu/~pgurunat/"/>Pradeep K. Gurunathan's Personal Website</a></li> -->
</ul>
<h3>The Suspenders</h3>
<ul>
<li><a href="https://www.purdue.edu/dft/"/>The Wasserman Group Website</a></li>
<li><a href="http://www.martinmt.com/"/>Martín A. Mosquera's Personal Blog</a></li>
</ul>
<h3>Manuals of Computational Chemistry Packages</h3>
<h4>Effective Fragment Potential</h4>
<ul>
<!-- <li><a href="http://www.libefp.org/"/>LibEFP Webpage</a></li> -->
<li><a href="https://github.com/libefp/libefp"/>LibEFP GitHub Repository</a></li>
</ul>
<h4>Electronic Structure</h4>
<ul>
<li><a href="http://www.tddft.org/programs/octopus/wiki/index.php/Main_Page"/>Octopus</a></li>
<li><a href="http://www.q-chem.com/qchem-website/manual/qchem43_manual/"/>Q-Chem 4.3</a></li>
<!-- <li><a href="http://www.q-chem.com/qchem-website/manual_4-1.html"/>Q-Chem 4.1</a></li> -->
<li><a href="http://www.psicode.org/psi4manual/master/index.html"/>Psi4</a></li>
<li><a href="http://www.msg.ameslab.gov/GAMESS/documentation.html"/>GAMESS</a></li>
<!-- <li><a href="http://www.hyper.com/Community/Tutorials/tabid/417/Default.aspx"/>HyperChem</a></li> -->
<li><a href="https://github.com/nwchemgit/nwchem/wiki"/>NWChem</a></li>
<li><a href="http://openmopac.net/manual/"/>MOPAC2016</a></li>
</ul>
<h4>Classical Dynamics</h4>
<ul>
<li><a href="http://manual.gromacs.org/documentation/"/>GROMACS</a></li>
<li><a href="https://lammps.sandia.gov/doc/Manual.html"/>LAMMPS</a></li>
<li><a href="http://www.ks.uiuc.edu/Research/namd/current/ug/"/>NAMD</a></li>
</ul>
<h4>Visualizers</h4>
<ul>
<li><a href="http://www.ks.uiuc.edu/Research/vmd/current/ug/"/>VMD</a></li>
<li><a href="http://iqmol.org/documentation.php"/>IQmol</a></li>
<li><a href="https://wci.llnl.gov/simulation/computer-codes/visit/manuals"/>VisIt</a></li>
<li><a href="https://sites.google.com/site/allouchear/Home/gabedit/documentations"/>Gabedit</a></li>
<li><a href="http://brettbode.github.io/wxmacmolplt/"/>Macmolplt</a></li>
<li><a href="https://avogadro.cc/docs/"/>Avogadro</a></li>
<li><a href="http://www.chemcraftprog.com/index.html"/>ChemCraft</a></li>
<li><a href="http://www.cmbi.ru.nl/molden/"/>Molden</a></li>
<li><a href="http://www.cambridgesoft.com/support/DesktopSupport/Documentation/Manuals/?fid=17"/>ChemBioOffice</a></li>
</ul>
</p>
</div>
<!-- This is where the content of the page ends. -->
<!-- Copyright information. -->
<div class="bottom">
<img style="border: 0px solid; width: 100%; height: auto;"
title="Bottom"
src="main/bottom.png"
alt="" hspace="0" vspace="0"/>
</div>
<footer>
<center>© 2022 Carlos H. Borca</center>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76513146-1', 'auto');
ga('send', 'pageview');
</script>
</html>