Skip to content

[RFC] Richardson error mitigation#3

Merged
ajavadia merged 8 commits into
Qiskit:masterfrom
eggerdj:error_mitigation_rfc
May 20, 2020
Merged

[RFC] Richardson error mitigation#3
ajavadia merged 8 commits into
Qiskit:masterfrom
eggerdj:error_mitigation_rfc

Conversation

@eggerdj
Copy link
Copy Markdown
Contributor

@eggerdj eggerdj commented Jan 22, 2020

No description provided.

@eggerdj
Copy link
Copy Markdown
Contributor Author

eggerdj commented Jan 22, 2020

Migrated from Qiskit/qiskit#768

Copy link
Copy Markdown
Member

@ajavadia ajavadia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread text/####-error-mitigation.md Outdated
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:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread text/####-error-mitigation.md
Comment thread text/####-error-mitigation.md
Comment thread text/####-error-mitigation.md Outdated
Comment thread text/####-error-mitigation.md
eggerdj and others added 2 commits January 29, 2020 11:46
Co-Authored-By: Ali Javadi-Abhari <ajavadia@users.noreply.github.com>
Comment thread text/####-error-mitigation.md
Comment thread text/####-error-mitigation.md
@eggerdj eggerdj requested a review from ajavadia January 30, 2020 08:33
Initial commit for using the run_config object suggested by @dongreenberg
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ajavadia ajavadia merged commit 08e0604 into Qiskit:master 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants