Skip to content

Commit

Permalink
Update tests/ops/qubit/test_observables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
albi3ro committed Jul 23, 2024
1 parent be9f2d7 commit fe6e327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ops/qubit/test_observables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fe6e327

Please sign in to comment.