-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
337 lines (259 loc) · 8.97 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta name="generator" content="Hugo 0.53" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="init.at">
<title>LITESOPH - Layer Integrated Toolkit and Engine for simulations of photo-induced Phenomena</title>
<link rel="shortcut icon" href="/images/logo_ls.jpg">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700"> -->
<!-- css style files -->
<!--<link rel="stylesheet" href="/css/styles.css">
<script type="text/javascript" src="/js/slideshow.js"></script>
-->
</head>
<style>
body {
background-color: #086aa7;
color: aliceblue;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<body class="home">
<!-- <header id="header">
<nav class="navbar navbar-default navbar-sticky">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle float-right" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="true">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1">
<div class="container">
<ul class="nav navbar-nav">
<li>
<a href="/templates/about.html">About</a>
</li>
<li>
<a href="/templates/features.html">Features</a>
</li> -->
<!-- <li>
<a href="/templates/github.html">GitHub</a>
</li>
<li>
<a href="/templates/gui.html">GUI</a>
</li>
<li>
<a href="/templates/visualization.html">Visualization</a>
</li>
<li>
<a href="/templates/faq.html">FAQ</a>
</li>
<li>
href="/templates/publications.html">Publications</a>
</li>
<li>
<a href="{% url 'news' %}">News</a>
</li> -->
<!--
<li> <a href="/templates/people.html"> PEOPLE</a>
</li>
<li>
<a href="/templates/contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</nav> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.navbar {
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
}
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: rgb(21, 45, 82);
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="templates/people.html"> People</a>
<a href="index_doc.html"> Documentation</a>
<!--<div class="dropdown">
<button class="dropbtn">More
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>-->
</div>
</div>
<img src="images/logo_ls.jpg" style="width:256px;height:256px;">
<style>
div1 {
text-align: center;
text-justify: inter-word;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 25px;
margin-left: 25px;
}
</style>
<div1>
<h1>LITESOPH</h1>
<h1>Layer Integrated Toolkit and Engine for Simulations of Photo-induced phenomena</h1>
</div1>
<style>
div {
text-align: justify;
text-justify: inter-word;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 25px;
margin-left: 25px;
}
footer {
padding: 10px 20px;
background: rgb(86, 86, 87);
color: white;
}
a {
color: #00aaff;
}
</style>
</header>
<h1> About LITESOPH</h1>
<!-- <div class="col-md-10"> -->
<!-- <div class="card mb-2"> -->
<div><p>
The LITESOPH project is aimed at developing a comprehensive toolkit to launch, monitor, manage and analyse large-scale simulations of photo-induced phenomena in a high-performance computing (HPC) environment. It is designed to serve the needs of computational researchers interested in solar energy conversion applications (photovoltaics, water-splitting catalysts, solar fuels, etc.), opto-electronic materials, photochemistry and photobiology. The toolkit consists of several Python-based layers driven by popular and open-source TDDFT codes like OCTOPUS, GPAW and NWChem.
</p></div>
<div><p>The project is currently funded by <a href="https://www.meity.gov.in/">MeitY </a> through the National Supercomputing Mission's "Applications for Materials and Computational Chemistry" initiative.
</p></div>
<!-- </div> -->
<!-- </div> -->
<h1> Current Features </h1>
<div><p>
1. Ground-state DFT calculations in FD, as well as numerical atomic orbital and gaussian bases.
<p><p/> 2. Propagation TDDFT based spectrum calculator.
<p><p/>3. Kohn-Sham decomposition tools.
<p><p/>4. Laser design tools
<p><p/>5. Laser-driven simulation engines
</p></div>
<h1> Getting the source code of LITESOPH </h1>
<div><p>
<p>You can get the source from a zip-file or from Git:</p>
<div><p>
Zip-file:
You can get the source as a zip-file for the latest stable release (<a href="https://github.com/aitgcodes/litesoph/archive/refs/heads/main.zip">litesoph-main.zip</a>)
</p>
</p></div>
<div><p>
Git clone:
Alternatively, you can get the source for the latest stable release from github
<div></div><p>$ git clone -b main https://github.com/aitgcodes/litesoph.git
</p>
</p></div>
<div><p>
Install it using the following command
<div></div><p></p>$ pip install <path-to-litesoph>
</p></div>
<h1> Report any bug or raise any issue with LITESOPH <a href="https://github.com/aitgcodes/litesoph/issues">here</a></h1>
<div>
</div>
<div>
</div>
<div>
</div>
<footer>
<p><p>Copyright © 2024, AITG</p></p>
</footer>
<!-- <inframe <img src="/images/iiserblogo.png" alt="IISER Bhopal" width="221" style="margin:-8px 0 -3px 0;"/> -->
<!--<footer id="underfooter">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 widget">
<div class="widget-body">
<img src="/images/iiserblogo.png" alt="IISER Bhopal" width="221" style="margin:-8px 0 -3px 0;"/>
</div>
</div>
<div class="col-xs-6 col-sm-6 widget">
<div class="widget-body">
<p class="text-right copyright">
Copyright © 2022, LITESOPH<br>
</p>
</div>
</div>
</div>
</div>
</footer>-->
<!--
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js"></script>
<script src="{% static '/js/search.js' %}"></script>
<script src="{% static '/js/template.js' %}"></script> -->
</body>
</html>