[RFC] Richardson error mitigation#3
Merged
Conversation
Contributor
Author
|
Migrated from Qiskit/qiskit#768 |
ajavadia
reviewed
Jan 28, 2020
Member
ajavadia
left a comment
There was a problem hiding this comment.
This looks good to me. I left some minor comments. Most of my comments were on the previous PR which have been addressed. Thanks Daniel.
| For example to find the stretch factors available to qubits 0, 1, and 3, the user would do `backend.available_stretch_factors([0, 1, 3])`. | ||
| Similarly, the user may query the backend to find out which qubits support a given list of stretch factors. | ||
| ``` | ||
| def available_qubits(self, stretch_factors: List) -> List: |
Member
There was a problem hiding this comment.
To use this function one should know apriori what stretch factors there are. So I'm not sure it provides a lot of value over the methods the previous method.
Contributor
Author
There was a problem hiding this comment.
You are correct. I think available_stretch_factors will be more useful. I suggested adding available_qubits for completeness but we can also decide not to implement it and only implement it if we see a need for it later on.
ajavadia
reviewed
Jan 28, 2020
eggerdj
commented
Jan 29, 2020
eggerdj
commented
Jan 29, 2020
Co-Authored-By: Ali Javadi-Abhari <ajavadia@users.noreply.github.com>
eggerdj
commented
Jan 30, 2020
eggerdj
commented
Jan 30, 2020
ajavadia
approved these changes
Jan 31, 2020
Initial commit for using the run_config object suggested by @dongreenberg
ajavadia
approved these changes
May 20, 2020
jakelishman
pushed a commit
to jakelishman/rfcs
that referenced
this pull request
Jan 10, 2025
add section about dynamical decoupling with boxes
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.