-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprog.html
More file actions
125 lines (87 loc) · 4.14 KB
/
Copy pathprog.html
File metadata and controls
125 lines (87 loc) · 4.14 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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="utf-8"/>
<title>cpoli</title>
<meta name="description" content="Git, Python, Sphinx Docs. Python programming.">
<meta charset="utf-8"/>
<title>Charles Poli - Python</title>
<link rel="stylesheet" href="main.css" >
<link rel="stylesheet" href="ter.css" >
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif">
<link rel="shortcut icon" href="images/cp.ico">
</head>
<body id="body">
<id id="black-strip">
</id>
<div id="top_menu">
<ul>
<li><a href="index.html"><div class="home">Home</div></a></li>
<li><a href="publi.html"><div class="publi">lications</div></a></li>
<li><a href="thesis.html"> <div class="thesis">sis</div></a></li>
<li><a href="vitae.html"> <div class="vitae">ef vitae</div></a></li>
<li><a href="prog.html"><div class="prog">gramming</div></a></li>
</ul>
</div>
<header id=top_header>
<h1> Charles Poli, PhD </h1>
<h2>Head of Artificial Intelligence, </br>
Cambridge Quantum Computing Limited, London.</h2>
</header>
<div id="big_wrapper">
<article> <!-- PROGRAMMING -->
<h1> <b><span class="bluecolor">Pro</span>gramming</b></h1>
</br>
<h2><a href="docTbee/index_tbee.html">TBEE Package</a></h2>
</br>
Tbee is a package providing a Python implementation, with heavy use of numpy vectorization, of Tight-Binding models. It can be used to build up and solve tight-binding models with complex-valued onsite energies and hoppings.
</br></br>
<img src="docTbee/_images/logoTBee.png" height="270px">
</br></br>
<h2><a href="TBdoc_chain/indexChainTB.html">Tight-binding chain</a> (use of an outdated version tbee package)</h2>
</br>
with a special emphasis on PT-symmetry and protected zero-modes.
</br></br>
<img src="TBdoc_chain/_images/prop_t(2+0j)_ea0,2j_eb-0,2j.png" height="310px">
               
<img src="TBdoc_chain/_images/prop_dim_ea0,2j_eb-0,2j_ta(2+0j)_tb(1+0j).png" height="310px" style="position:absolute;">
</br></br>
<h2><a href="TBdoc_lieb/indexLiebTB.html">Tight-binding Lieb lattice</a> (use of an outdated version of tbee package)</h2>
</br>
with a special emphasis on protected zero-modes induced by reduced chiral symmetry.
</br></br>
<img src="TBdoc_lieb/_images/lat_hopXY_ea0j_eb-0,2j_ec-0,2j_ta(2+0j)_tb(1+0j)_tc(2+0j)_td(1+0j)_gen(0,9+0j).png" height="310px">
               
<img src="TBdoc_lieb/_images/zero_modeXY_ea0j_eb-0,2j_ec-0,2j_ta(2+0j)_tb(1+0j)_tc(2+0j)_td(1+0j)_nn(0,6+0j).png" height="310px" style="position:absolute;">
</br></br>
<h2><a href="graphene_tb/index_graphene.html">Tight-binding Graphene</a> (use of an outdated version of the tbee package)</h2>
</br>
with a special emphasis on pseudo Landau levels and localized states induced by vacancy defects and negative couplings.
</br></br>
<img src="graphene_tb/_images/lattice_hop_N144_0,222172222222.png" height="310px">
               
<img src="graphene_tb/_images/butterfly_N600.png" height="310px" style="position:absolute;">
</br>
</br>
</br>
<header><h1> <a name="docu"></a> <b> <div class="docu">ocumentations </b></h1></header>
</br>
<h2><a href="git-doc.html">Git doc</a></h2>
<img class="movegit" src="images/git.png" height="60px">
How to backup files and projects. </br></br></br>
<h2><a href="python-doc.html">Python installation doc</a></h2>
<img class="movepython" src="images/python.jpeg" height="60px">
How to install python and its numerical modules on Windows, Mac, and Linux. </br></br></br>
<h2><a href="sphinx-doc.html">Sphinx doc</a></h2>
<img class="movesphinx" src="images/sphinx.jpeg" height="60px">
How to get html documentations from python codes. </br>
</li>
</ul>
</br>
</br>
</article>
<footer id="thefooter">
<small>© Copyright cpoli 2014</small>
</footer>
</body>
</html>