Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ptristan3 committed Apr 4, 2024
1 parent a4331bd commit 56c1de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/options/twirling_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TwirlingOptions:
enable_gates: Whether to apply 2-qubit gate twirling. Default: False.
enable_measure: Whether to enable twirling of expectation value measurements
in Estimator. Default: True.
in the Primitive. 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
2 changes: 1 addition & 1 deletion release-notes/unreleased/1557.feat.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
`SamplerV2` now supports twirling.
The twirling can only be applied on gates or measurements that are not used within a control flow.
The twirling can only be applied to those measurement registers not involved within a conditional logic.

0 comments on commit 56c1de2

Please sign in to comment.