-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.html
More file actions
67 lines (61 loc) · 2.58 KB
/
Copy pathapplication.html
File metadata and controls
67 lines (61 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QRVFQ2X45R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QRVFQ2X45R');
</script>
<title>Application Details - The QEM Zoo</title>
<meta name="description" content="Detailed information about applications of quantum error mitigation including experimental results and recommended techniques.">
<meta name="keywords" content="quantum error mitigation, applications, VQE, QAOA, quantum simulation, quantum machine learning">
<meta name="author" content="Vincent Russo">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<!-- Open Graph -->
<meta property="og:title" content="Application Details - The QEM Zoo">
<meta property="og:description" content="Detailed information about applications of quantum error mitigation.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://qemzoo.com/application.html">
<meta property="og:image" content="https://qemzoo.com/favicon.svg">
<meta property="og:site_name" content="The QEM Zoo">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Application Details - The QEM Zoo">
<meta name="twitter:description" content="Detailed information about applications of quantum error mitigation.">
<link rel="stylesheet" href="css/style.css">
<script>
window.MathJax = {
tex: { inlineMath: [['\\(', '\\)']], displayMath: [['\\[', '\\]']] },
startup: { typeset: false }
};
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" async></script>
</head>
<body>
<header>
<h1><a href="index.html">The QEM Zoo</a></h1>
<p class="subtitle">Application Details</p>
</header>
<nav class="site-nav">
<a href="index.html">Protocols</a>
<a href="techniques.html">Techniques</a>
<a href="noise.html">Noise</a>
<a href="applications.html">Applications</a>
</nav>
<nav class="breadcrumb" id="breadcrumb">
<a href="applications.html">Applications</a> › <span id="breadcrumb-name">Loading...</span>
</nav>
<article id="detail-content">
<p>Loading...</p>
</article>
<footer>
<p class="attribution">Created and maintained by <a href="https://vprusso.github.io/">Vincent Russo</a> | <a href="faq.html">FAQ</a></p>
</footer>
<script src="js/application.js"></script>
</body>
</html>