-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add twirling options to SamplerV2 (#1583)
* add twirling options to SamplerV2 * linter fixes * style fixes * add release note * Update release-notes/unreleased/1557.feat.rst Co-authored-by: Kevin Tian <[email protected]> * update docstrings * updated tests, included twirling option * updated docstring from PR comment * updated test_program_inputs * Update qiskit_ibm_runtime/options/twirling_options.py Co-authored-by: Ian Hincks <[email protected]> * Update release-notes/unreleased/1557.feat.rst Co-authored-by: Ian Hincks <[email protected]> --------- Co-authored-by: Kevin Tian <[email protected]> Co-authored-by: Ian Hincks <[email protected]> Co-authored-by: Jessie Yu <[email protected]>
- Loading branch information
1 parent
be51a45
commit 7c9979e
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
`SamplerV2` now supports twirling. | ||
Twirling will only be applied to those measurement registers not involved within a conditional logic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters