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