Skip to content

Commit

Permalink
updated docstring from PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptristan3 committed Apr 5, 2024
1 parent bda0dab commit a8367fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/options/twirling_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class TwirlingOptions:
Args:
enable_gates: Whether to apply 2-qubit gate twirling. Default: False.
enable_measure: Whether to enable twirling of expectation value measurements
in the Primitive. Default: True.
enable_measure: Whether to enable twirling of measurements. The twirling can only be applied to
those measurement registers not involved within a conditional logic. Default: True.
num_randomizations: The number of random samples to use when twirling or
peforming sampled mitigation. If "auto", the value will be chosen automatically
Expand Down

0 comments on commit a8367fe

Please sign in to comment.