From 183d74bcc581af22185747c04fd3618588bb0623 Mon Sep 17 00:00:00 2001 From: Nicholas Bornman <73335858+bornman-nick@users.noreply.github.com> Date: Sat, 18 Jan 2025 14:49:00 -0600 Subject: [PATCH] Fix function name error in line 578 --- .../helper_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quantum-Control-Applications/Superconducting/Two-Flux-Tunable-Coupled-Transmons/Use Case 4 - Single- and Two-Qubit State and Process Tomography/helper_functions.py b/Quantum-Control-Applications/Superconducting/Two-Flux-Tunable-Coupled-Transmons/Use Case 4 - Single- and Two-Qubit State and Process Tomography/helper_functions.py index 706f5a127..06089f79e 100644 --- a/Quantum-Control-Applications/Superconducting/Two-Flux-Tunable-Coupled-Transmons/Use Case 4 - Single- and Two-Qubit State and Process Tomography/helper_functions.py +++ b/Quantum-Control-Applications/Superconducting/Two-Flux-Tunable-Coupled-Transmons/Use Case 4 - Single- and Two-Qubit State and Process Tomography/helper_functions.py @@ -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")