-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path12-4.html
39 lines (25 loc) · 873 Bytes
/
12-4.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quanto.js</title>
<meta name="quanto-project" content="cpc-project" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/quantojs.css" />
<!-- required for quanto.js -->
<script src="js/d3.min.js"></script>
<script src="js/texconstants.js"></script>
<!-- optionally include MathJax for tex math support -->
<!-- <script src="/MathJax/MathJax.js?config=default"></script> -->
</head>
<body>
<div class="container">
<h1>Detailed calculation of a [[12,4]] QPC code</h1>
<p>Coming soon!</p>
<div class="qgraph" data-src="12-4/encoder"></div>
</div>
<script src="js/quanto.js"></script>
</body>
</html>