Skip to content

Commit

Permalink
fix typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Sep 25, 2024
1 parent 5d6b536 commit d4f9310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/01_gem_benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"source": [
"### High Level Overview of the GEM Protocol\n",
"\n",
"Shown below in this graph view with convenient annotations, qubits can be classified as either site or bond qubits. The filled gray circles are site qubits while the open circuits are bond qubits. To turn an initial product state of site qubits in +1 X eigenstates into a GHZ-type state, we measure the ZZ parities on all nearest neighbor site qubits using the bond qubits in between. We sweep the control rotation angle to the \"A\" sublattice (site qubits with annotation \"A\"). This induces a coupling to bond qubits beyond a simple Clifford CNOT gate. By varying this angle away from the Clifford limit we can successfully perform tunable weak measurements.\n",
"Shown below in this graph view with convenient annotations, qubits can be classified as either site or bond qubits. The filled gray circles are site qubits while the open circles are bond qubits. To turn an initial product state of site qubits in +1 X eigenstates into a GHZ-type state, we measure the ZZ parities on all nearest neighbor site qubits using the bond qubits in between. We sweep the control rotation angle to the \"A\" sublattice (site qubits with annotation \"A\"). This induces a coupling to bond qubits beyond a simple Clifford CNOT gate. By varying this angle away from the Clifford limit we can successfully perform tunable weak measurements.\n",
"\n",
"Three layers of entangling operations are always needed in the heavy hexagonal lattice due to the degree-3 connectivity. Edges in the graph are also grouped by different colors. Graph edges are scheduled so that no adjacent edges appear in the same layer, avoiding collisions. In this configuration, we can generate 12 different scheduling patterns which may yield different noise levels due to different contributions of gate crosstalk."
]
Expand Down Expand Up @@ -2321,7 +2321,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d4f9310

Please sign in to comment.