Skip to content

Commit

Permalink
Fix function name error in line 578
Browse files Browse the repository at this point in the history
  • Loading branch information
bornman-nick authored Jan 18, 2025
1 parent 908e6a7 commit 183d74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def P_Pauli2(s, t, m, n):
return result


def map_from_bloch_state_to_pauli2(q, n, arr):
def map_from_bloch_state_to_pauli_basis2(q, n, arr):

if arr.shape != (6, 6, 6, 6):
raise ValueError("Input array must be 6x6x6x6")
Expand Down

0 comments on commit 183d74b

Please sign in to comment.