From 34be3854026bbfeb41f9338f69229cf2a8b1c719 Mon Sep 17 00:00:00 2001 From: quantumjim Date: Tue, 19 Nov 2024 13:42:08 +0100 Subject: [PATCH] corrector commutators --- exercises/Exercise4.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/Exercise4.ipynb b/exercises/Exercise4.ipynb index ad34513..0a86d20 100644 --- a/exercises/Exercise4.ipynb +++ b/exercises/Exercise4.ipynb @@ -96,8 +96,8 @@ "operators are a valid choice if they satisfy the following conditions.\n", "\n", "1. Logical Pauli operators must commute with all stabilizers.\n", - "2. Logical Pauli operators for the same logical qubit anticommute: $\\left[ X_j, Z_j \\right] = 0$.\n", - "3. Logical Pauli operators for different logical qubits commute: $\\{ X_j, Z_j \\} = 0$." + "2. Logical Pauli operators for the same logical qubit anticommute: $\\{ X_j, Z_j \\} = 0$.\n", + "3. Logical Pauli operators for different logical qubits commute: $\\left[ X_j, Z_j \\right] = 0$." ] }, {