forked from unitaryfund/unitary.foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqrack.html
238 lines (222 loc) · 10.5 KB
/
qrack.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<title>Unitary Fund</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="hamburgers.min.css" />
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css" />
<style>
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px "Lucida Console", Monaco, monospace;
width: 100%;
}
#mce-EMAIL {
padding: 11px;
margin: 10px;
}
</style>
<script src="https://kit.fontawesome.com/22ffc91bdd.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19932157-4"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "UA-19932157-4")
</script>
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script>
<style>
#sign-up-button {
float: right;
text-decoration: none;
text-transform: uppercase;
font-size: var(--type-x-small);
background-color: var(--color-black);
color: var(--color-white);
padding: var(--space-x-small) var(--space-small);
}
.video-container {
display: flex;
}
.video-container .col-1-3 {
width: 33.33%;
}
.video-container .col-2-3 {
width: 66.66%;
}
.video-container video {
width: 100%;
}
</style>
</head>
<body>
<div class="layout">
<main id="content" class="content">
<section class="heavy">
<div class="container">
<div class="col-3">
<div class="hero">
<a href="/"><img src="logos/logov3.svg" alt="Unitary Fund" /></a>
<p class="tagline">
<b
>Because evolution is
<a href="https://en.wikipedia.org/wiki/Unitarity_(physics)" target="_blank">unitary</a></b
>.
</p>
<button id="mobile-menu-icon" class="hamburger hamburger--squeeze" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</div>
<p class="subtitle leading-arrow">Sometimes, you just want a simulator to run your quantum circuits as fast as possible.</p>
<p>
<b style="background-color: var(--color-yellow)"
><a href="https://github.com/unitaryfund/qrack">Qrack</a></b
>
is a gate-based quantum computer simulator designed to ideally or approximately run your quantum program with the fastest
execution time and in the smallest memory footprint we know how to achieve, with a simple and low-frustration API,
on hardware scales from supercomputers, to a single laptop, to even embedded systems and mobile devices.
</p>
<p class="subtitle leading-arrow">Quantum doesn't have to be hard.</p>
<p>
<b style="background-color: var(--color-yellow)"
><a href="https://github.com/unitaryfund/pyqrack">PyQrack</a></b
>
is the Python wrapper for (C++) Qrack. If you've ever written quantum circuits before, you can likely get up-and-running
with a PyQrack installation and the <a href="https://pyqrack.readthedocs.io/en/latest/autoapi/index.html">PyQrack API</a>
in a matter of minutes. Default simulator settings "hybridize" the advantages of your GPU, CPU, and stabiilizer
simulation. Qubit subsystems are proactively and reactively "factored" or "Schmidt decomposed" to reduce execution time and
memory footprint, all without any special user consideration for choice of simulation method. Qrack and PyQrack have no
required dependencies, an installation footprint that can be less than 20 MB, and support for all GPU and accelerator
vendors that offer an OpenCL ICD. (A CUDA back end is also available to support NVLink and SLI.)
</p>
<p class="subtitle leading-arrow">Do you use Qrack? Want help using Qrack?</p>
You can find us in the #qrack channel on our
<b style="background-color: var(--color-yellow)"><a href="http://discord.unitary.fund">discord</a></b>
or email the lead developer at
<a href="mailto:[email protected]">[email protected]</a>. If you're already using Qrack, or if you're wondering about a
collaboration, we'd really like to hear from you!
<p class="subtitle leading-arrow">Learn more about Qrack</p>
<p>
Read our
<b><a href="https://arxiv.org/abs/2304.14969">whitepaper</a></b>, check out our
<b><a href="https://qrack.readthedocs.io/en/latest/">documentation</a></b
>, or watch the video below.
</p>
<iframe
width="560"
height="315"
src="https://www.youtube-nocookie.com/embed/_woPESbqXFY"
title="YouTube video player"
style="border: none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<footer class="footer leading-arrow light-arrow">
This website is hosted on
<a href="https://github.com/unitaryfund/unitary-fund" target="_blank">github</a>, and our community
follows this
<a href="https://github.com/unitaryfund/unitary-fund/blob/master/CODE_OF_CONDUCT.md">code of conduct</a
>. <br />
<br />
If you have suggestions for changes then please open up a pull request!
<br />
<br />
<table>
<tr>
<th style="text-align: right">
<a href="https://twitter.com/unitaryfund"><i class="fa fa-twitter"></i></a>
</th>
<th style="text-align: right">
<a href="https://twitch.tv/unitaryfund"><i class="fa fa-twitch"></i></a>
</th>
<th style="text-align: right">
<a href="https://www.youtube.com/channel/UCDbDLAzGRTHnhkoMMOX7D1A"
><i class="fa fa-youtube"></i
></a>
</th>
<th style="text-align: right">
<a href="http://discord.unitary.fund"><i class="fab fa-discord"></i></a>
</th>
</tr>
</table>
©2023 Unitary Fund
</footer>
</div>
<div class="col-1" id="menu-container">
<table style="width: auto; margin-right: 0px; margin-left: auto">
<tr>
<th style="text-align: right">
<a href="https://twitter.com/unitaryfund"><i class="fa fa-twitter"></i></a>
</th>
<th style="text-align: right">
<a href="https://twitch.tv/unitaryfund"><i class="fa fa-twitch"></i></a>
</th>
<th style="text-align: right">
<a href="https://www.youtube.com/channel/UCDbDLAzGRTHnhkoMMOX7D1A"><i class="fa fa-youtube"></i></a>
</th>
<th style="text-align: right">
<a href="http://discord.unitary.fund"><i class="fab fa-discord"></i></a>
</th>
</tr>
</table>
<p class="light" id="menu">
<a href="grants.html">grants</a>
<a href="ideas.html">ideas</a>
<a href="research.html">research</a>
<a href="mitiq.html">mitiq</a>
<a href="https://metriq.info/About">metriq</a>
<a href="qrack.html" class="active">qrack</a>
<a href="talks.html">events</a>
<a href="faq.html">faq</a>
<a href="blog.html">blog</a>
<a href="careers.html">careers</a>
<a href="donate.html">donate</a>
<a href="https://shop.spreadshirt.com/unitaryfund/">shop</a>
<a href="https://unitaryfund.typeform.com/to/j0kAOd" target="_blank" class="highlight">apply</a>
</p>
</div>
<div id="mobile-menu-container">
<p class="light" id="mobile-menu">
<a href="grants.html">grants</a>
<a href="ideas.html">ideas</a>
<a href="research.html">research</a>
<a href="mitiq.html">mitiq</a>
<a href="https://metriq.info/About">metriq</a>
<a href="qrack.html" class="active">qrack</a>
<a href="talks.html">events</a>
<a href="faq.html">faq</a>
<a href="blog.html">blog</a>
<a href="careers.html">careers</a>
<a href="donate.html">donate</a>
<a href="https://shop.spreadshirt.com/unitaryfund/">shop</a>
<a href="https://unitaryfund.typeform.com/to/j0kAOd" target="_blank" class="highlight">apply</a>
</p>
</div>
</div>
</section>
</main>
</div>
<script>
var mobileMenuIcon = document.querySelector("#mobile-menu-icon")
mobileMenuContainer = document.querySelector("#mobile-menu-container")
mobileMenuIcon.addEventListener("click", function () {
mobileMenuIcon.classList.toggle("is-active")
mobileMenuContainer.classList.toggle("active")
})
</script>
</body>
</html>