-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (120 loc) · 6.36 KB
/
index.html
File metadata and controls
149 lines (120 loc) · 6.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A website describing some of the projects worked on at the Center for Quantum Information and Control">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>CQuIC</title>
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/grids-responsive-min.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/layouts/marketing-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/layouts/marketing.css">
<!--<![endif]-->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">CQuIC</a>
<ul>
<li><a href="https://github.com/CQuIC"><i class="fa fa-github-square"></i> GitHub</a></li>
<li><a href="http://physics.unm.edu/CQuIC/">UNM Page</a></li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">CQuIC</h1>
<p class="splash-subhead">
The Center for Quantum Information and Control<br/><br/>
Lead by: Carlton Caves, Ivan Deutsch, Poul Jessen
</p>
</div>
</div>
<div class="content-wrapper">
<div class="ribbon l-box-lrg pure-g">
<div class="l-box-lrg is-center pure-u-1 pure-u-md-1-2 pure-u-lg-2-5">
<i class="fa fa-university fa-6" style="font-size:1000%;"></i>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
<h2 class="content-head content-head-ribbon">Who We Are</h2>
<p>
We are a community of researchers interested in understanding how physics informs computation. The topics we investigate are wide-ranging, but their common theme is to understand, characterize, and manipulate quantum systems for building new and innovative computers. <br/><br/> Currently, our center is hosted by the <a href="http://www.unm.edu/" style="color:white;text-decoration:none;">University of New Mexico</a> and the <a href="http://www.arizona.edu" style="color:white;text-decoration:none;">University of Arizona</a>.
</p>
</div>
</div>
<div class="content">
<h2 class="content-head is-center">Projects we are working on</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-5">
<h3 class="content-subhead">
<i class="fa fa-file-code-o"></i>
<a href="http://github.com/CQuIC/qcircuit">qcircuit</a>
</h3>
<p>
Originally developed by Steve Flammia and Bryan Eastin in CQuIC,
we have added this code to our GitHub repository.
We would like to work to make qcircuit more easily useable,
as well as updating the software for other TeX drawing packages.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-5">
<h3 class="content-subhead">
<i class="fa fa-file-code-o"></i>
<a href="http://github.com/csferrie/python-qinfer">QInfer</a>
</h3>
<p>
A library for Bayesian inference via sequential Monte Carlo,
useful for quantum parameter estimation.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-5">
<h3 class="content-subhead">
<i class="fa fa-file-code-o"></i>
<a href="http://github.com/qutip/qutip">QuTiP</a>
</h3>
<p>
A quantum toolbox in Python. Some CQuIC members use QuTiP in their researches,
and participate the open-source development of the toolbox.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-5">
<h3 class="content-subhead">
<i class="fa fa-file-code-o"></i>
<a href="https://github.com/JuliaQuantum/JuliaQuantum.github.io">JuliaQuantum</a>
</h3>
<p>
An open-source organization working on <a href="http://julialang.org" target="_blank">Julia</a> libraries for quantum science and technology.
Some of the creators of the JuliaQuantum organization are from CQuIC.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-5">
<h3 class="content-subhead">
<i class="fa fa-file-code-o"></i>
<a href="http://iciq.github.io/">ICIQ</a>
</h3>
<p>
A community dedicated to merging the efforts among the classical and quantum information communities
to advance upcoming information evolutions. Free online talks, news, study materials and open-source
projects are promoted through the website and its <a href="https://plus.google.com/communities/112872767737673370045" target="_blank">Google+ community</a>.
</p>
</div>
</div>
</div>
<div class="footer l-box is-center">
Frameworks used: <a href="http://purecss.io" style="color:white;text-decoration:none;">PURECSS</a>, <a href="http://fontawesome.io/" style="color:white;text-decoration:none;">Font Awesome</a><br/>
This page is maintained by students at CQuIC; please contact users <a href="https://github.com/jarthurgross" style="color:white;text-decoration:none;">jarthurgross</a>, <a href="https://github.com/i2000s" style="color:white;text-decoration:none;">Qi</a>, or <a href="https://github.com/Travis-S" style="color:white;text-decoration:none;">Travis-S</a> with questions or comments.
</div>
</div>
</body>
</html>