diff --git a/test/test_CKT_cutter.py b/test/test_CKT_cutter.py index c3fe16f..e49a47b 100644 --- a/test/test_CKT_cutter.py +++ b/test/test_CKT_cutter.py @@ -107,7 +107,7 @@ def test_reconstruction_request(self): results_dict, coefficients, qubit_map, subobservables ) expected_result = { - "{0:b}".format(key).zfill(circuit.num_qubits()): val + "{0:b}".format(key).zfill(circuit.num_qubits): val for key, val in reconstructed_counts.items() }