Skip to content

Commit 042fdb3

Browse files
committed
draft new quantum computing article
1 parent f8f1a20 commit 042fdb3

File tree

109 files changed

+7378
-708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+7378
-708
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Quantum Computing
3+
menu:
4+
sidebar:
5+
name: Quantum Computing
6+
identifier: quantum_computing
7+
parent: physics
8+
weight: 11
9+
---

content/posts/physics/quantum_computing/example.ipynb renamed to content/posts/physics/quantum_computing/introduction/example.ipynb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,12 @@
162162
"# post-processing\n",
163163
"import matplotlib.pyplot as plt\n",
164164
"\n",
165+
"\n",
165166
"values = job.result().values\n",
166167
"\n",
168+
"\n",
169+
"\n",
170+
"\n",
167171
"plt.plot(observables_labels, values, '-o')"
168172
]
169173
},

0 commit comments

Comments
 (0)