-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (150 loc) · 7.54 KB
/
index.html
File metadata and controls
186 lines (150 loc) · 7.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Temperature dependent effective potential 1.1">
<meta name="author" content="Olle Hellman" >
<meta name="sourcefile" content="">
<link rel="icon" href="./favicon.png">
<title> TDEP </title>
<!-- <link href="./css/bootstrap.min.css" rel="stylesheet"> -->
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/pygments.css" rel="stylesheet">
<link href="./css/font-awesome.min.css" rel="stylesheet">
<link href="./css/local.css" rel="stylesheet">
<link href="./css/ollesfixes.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="./js/jquery-2.1.3.min.js"></script>
<script src="./js/svg-pan-zoom.min.js"></script>
<script src="./tipuesearch/tipuesearch_content.js"></script>
<link href="./tipuesearch/tipuesearch.css" rel="stylesheet">
<script src="./tipuesearch/tipuesearch_set.js"></script>
<script src="./tipuesearch/tipuesearch.js"></script>
<!-- adobe typekit thing -->
<script src="https://use.typekit.net/vpt8bxl.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<div class="wrapper"><!-- my wrapper to make the footer stick at the bottom -->
<!-- Fixed navbar, defined in macros.html for some reason -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand"><img style="height:50px; position: relative; left: 0px; top: -10px" src="./media/matematico.png"></div>
<a class="navbar-brand" href="./index.html">TDEP <small>1.1</small></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!-- manual thingy -->
<li><a href='./page/index.html'>Manual</a></li>
<!-- programs -->
<li><a href="./lists/programs.html">Programs</a></li>
<!-- API -->
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="apidropdown">API<span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="apidropdown">
<li><a href="./lists/files.html">Source Files</a></li>
<li><a href="./lists/modules.html">Modules</a></li>
<li><a href="./lists/procedures.html">Procedures</a></li>
<li><a href="./lists/types.html">Derived Types</a></li>
</ul>
</li>
</ul>
<form action="./search.html" class="navbar-form navbar-right" style="padding 0" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required>
</div>
</form>
</div>
</div>
</nav>
<div class="container-fluid">
<!-- maybe a jumbotron? -->
</div>
<div class="jumbotron">
<div class="container-fluid">
<h3>Temperature dependent effective potential 1.1</h3>
</div>
</div>
<meta http-equiv="Refresh" content="0; url='https://tdep-developers.github.io/tdep/'" />
<div class="container-fluid">
<div class="row" id="text">
<div class="col-md-6 col-md-offset-3">
<h3>What is this?</h3>
<p>The TDEP package is a collection of tools for finite temperature lattice dynamics. Features include, but are not limited to temperature dependent phonon frequencies, anharmonic free energy and lattice thermal conductivity. The package is released under the MIT license, available on <a href="http://github.com/ollehellman/tdep-devel">github</a>.</p>
<h3>What can you do with this code?</h3>
<p>The capabilites are growing constantly. A good place to start would be to read through the papers that have used TDEP in the past, the list can be found <a href="page/9_publications.html">here</a>.</p>
<h3>How to?</h3>
<p>If you are new, there is a <a href="page/index.html">getting started guide</a>. There are example workflows, for simple and more complicated things.</p>
<h3>Interfaces</h3>
<p>This is not a stand-alone package. TDEP interfaces with atomistic codes, such as DFT codes or classical forcefields. The basic requirement is that must be able to calculate forces and energies from a given atomic configuration. So far, TDEP has successfully been used in combination with</p>
<ul>
<li>VASP</li>
<li>Abinit</li>
<li>FHI-AIMS</li>
<li>Quantum Espresso</li>
<li>LAMMPS</li>
</ul>
<p>Adding support for additional atomistic packages is straightforward, as long as the package can output energies, positions, and forces.</p>
<h3>Developers</h3>
<p>TDEP is developed by Olle Hellman and Nina Shulumba.</p>
<!--
Here are [all](lists/notelist.html) TODOs that are left.
-->
</div>
</div>
<br>
<br>
</div> <!-- /container -->
</div><!-- end of wrapper -->
<div class="footer">
<div class="container">
<br>
<div class="row">
<div class="col-md-4">© 2018 </div>
<div class="col-md-4"><span class="text-center"> TDEP was developed by Olle Hellman & Nina Shulumba</span></div>
<div class="col-md-4"><span class="pull-right">Documentation generated by <a href="https://github.com/cmacmackin/ford">FORD</a></span></div>
</div>
<br>
<br>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="./js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
<!-- MathJax JavaScript -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'],
TeX: {
extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'],
equationNumbers: { autoNumber: 'AMS' }
},
jax: ['input/TeX','input/MathML','output/HTML-CSS'],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
'HTML-CSS': {
styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: '#000000 ! important'} }
}
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<!-- <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> -->
</body>
</html>