From f395c4831f9a226599494616e6630040d244bdc2 Mon Sep 17 00:00:00 2001 From: Corey Ostrove Date: Mon, 15 Apr 2024 18:22:05 -0600 Subject: [PATCH] Minor docstring fix Fixes minor error in docstring. --- pygsti/data/dataset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygsti/data/dataset.py b/pygsti/data/dataset.py index c560814d7..2278c2297 100644 --- a/pygsti/data/dataset.py +++ b/pygsti/data/dataset.py @@ -1622,8 +1622,8 @@ def add_cirq_trial_result(self, circuit, trial_result, key, convert_int_to_binar convert_int_to_binary : bool, optional (defaut True) By default the keys in the cirq Results object are the integers representing the bitstrings of the measurements on a set of qubits, in big-endian convention. - If True this uses the cirq function `cirq.big_endian_int_to_bits` to convert back - to a binary string before adding the counts as a entry into the pygsti dataset. + If True this converts back to a binary string before adding the counts as a + entry into the pygsti dataset. num_qubits : int, optional (default None) Number of qubits used in the conversion from integers to binary when convert_int_to_binary