Skip to content

Commit

Permalink
Minor docstring fix
Browse files Browse the repository at this point in the history
Fixes minor error in docstring.
  • Loading branch information
Corey Ostrove committed Apr 16, 2024
1 parent a7a8ab7 commit f395c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygsti/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f395c48

Please sign in to comment.