-
Notifications
You must be signed in to change notification settings - Fork 0
/
exciton-visualization-website.html
64 lines (55 loc) · 2.83 KB
/
exciton-visualization-website.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Exciton visualization website</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/henriquemiranda">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href="./">Henrique Miranda</a></h1>
<h3>Physics, Materials science... with python, C, Fortran and Javascript</h3>
<nav><ul>
<li><a href="./index.html">About Me</a></li>
<li><a href="./category/computers.html">Computers</a></li>
<li class="active"><a href="./category/materials-science.html">Materials science</a></li>
<li><a href="./category/others.html">Others</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="./exciton-visualization-website.html" rel="bookmark"
title="Permalink to Exciton visualization website">Exciton visualization website</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2016-01-07T12:50:00+01:00">
Published: Thu 07 January 2016
</abbr>
</footer><!-- /.post-info --> <p>I started implementing an exciton visualization website.</p>
<p>It uses yambo ypp to generate a representation of electron density when the hole is fixed.
It does so for the excitons with the highest intensity.
The user can then click in the absorption spectra and visualize the electron density that corresponds to that particular state.</p>
<p>Although still under development, you can already visit it and check the progress:<br>
<a href="http://henriquemiranda.github.io/excitonwebsite/">http://henriquemiranda.github.io/excitonwebsite/</a></p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>Theme based on <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a></p>
</footer><!-- /#contentinfo -->
</body>
</html>