From a8367fe4a19f10c71eba214b44bc7050e83645a3 Mon Sep 17 00:00:00 2001 From: ptristan Date: Fri, 5 Apr 2024 14:07:29 -0300 Subject: [PATCH] updated docstring from PR comment --- qiskit_ibm_runtime/options/twirling_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_ibm_runtime/options/twirling_options.py b/qiskit_ibm_runtime/options/twirling_options.py index 70d413e43..771b98b61 100644 --- a/qiskit_ibm_runtime/options/twirling_options.py +++ b/qiskit_ibm_runtime/options/twirling_options.py @@ -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