Skip to content

Commit 7601a40

Browse files
WandaHoumhucka
andauthored
fixed a typo (#394)
Co-authored-by: Michael Hucka <[email protected]>
1 parent f6fb91a commit 7601a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recirq/cluster_state_mipt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The circuit is constructed on a 6x6 grid of qubits. Let $L$ be the system linear
3939

4040
After these steps, projective measurement in the $Z$ basis is performed on the preparation qubits (solid red in the figure below) to prepare the probe qubits' states (solid green). Shadow measurements are then performed on the probe qubits using the $X$, $Y$, and $Z$ bases with equal probability to collect data.
4141

42-
The nearest-neighbor gate $e^{i(\pi/4)\sum_{\langle j,k \rangle} Z_j Z_k}$ is implemented by first applying a controlled-$Z$ ($\mathrm{CZ}$) gate between each pair of qubits, followed by local $Z^{-1/2}$ on both qubits, i.e., $\mathrm{CZ}_{jk}Z_j^{-1/2}Z_k^{-1/2}$. All nearest-neighbor two-qubit gates are applied in the following sequence to maintain constant circuit depth as the system size scales up: first, odd horizontal links; then, even horizontal links; followed by odd vertical links and finally even vertical links.
42+
The nearest-neighbor gate $e^{i(\pi/4)\sum_{\langle j,k \rangle} Z_j Z_k}$ is implemented by first applying a controlled-$Z$ ($\mathrm{CZ}$) gate between each pair of qubits, followed by local $Z^{-1/2}$ on both qubits, i.e., $Z_j^{-1/2}Z_k^{-1/2}\mathrm{CZ}_{jk}$. All nearest-neighbor two-qubit gates are applied in the following sequence to maintain constant circuit depth as the system size scales up: first, odd horizontal links; then, even horizontal links; followed by odd vertical links and finally even vertical links.
4343

4444
![Experimental realization of the circuit on quantum chip with 6x6 lattice at d=5.](grid_d=5.png)
4545

0 commit comments

Comments
 (0)