From fe6e3275c42c2ffdfee0a658eb1b0a452d33f7e3 Mon Sep 17 00:00:00 2001 From: Christina Lee Date: Tue, 23 Jul 2024 17:42:38 -0400 Subject: [PATCH] Update tests/ops/qubit/test_observables.py --- tests/ops/qubit/test_observables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ops/qubit/test_observables.py b/tests/ops/qubit/test_observables.py index c31965b95e4..28a79d2735e 100644 --- a/tests/ops/qubit/test_observables.py +++ b/tests/ops/qubit/test_observables.py @@ -596,7 +596,7 @@ def test_two_qubit_basis_state_11(self): def test_three_qubit_basis_state_101(self): """Tests the function with a three-qubits basis state |101>.""" - basis_state = [1, 1] + basis_state = [1, 0, 1] data = [1] row_indices = [5] col_indices = [5]