Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Correlated readout #620

Merged
merged 26 commits into from
Nov 25, 2024
Merged

[Feature] Correlated readout #620

merged 26 commits into from
Nov 25, 2024

Conversation

chMoussa
Copy link
Collaborator

@chMoussa chMoussa commented Nov 25, 2024

Closes #383 and #369. Two readout noise protocols are available from Pyqtorch: correlated readout and independent readout (that was in qadence originally).

  • Change types
  • Modify noiseHandler accordingly
  • Add tests
  • Modify docs

@chMoussa chMoussa added the feature New feature or request label Nov 25, 2024
@chMoussa chMoussa self-assigned this Nov 25, 2024
Copy link
Collaborator

@mlahariya mlahariya left a comment

Choose a reason for hiding this comment

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

Hey @chMoussa , Great work. I have added a few comments related to nomenclature and having a default readout - in case the user does not (want to?) specify the type of readout.

qadence/types.py Outdated Show resolved Hide resolved
qadence/noise/protocols.py Outdated Show resolved Hide resolved
qadence/noise/protocols.py Outdated Show resolved Hide resolved
@chMoussa
Copy link
Collaborator Author

Hey @chMoussa , Great work. I have added a few comments related to nomenclature and having a default readout - in case the user does not (want to?) specify the type of readout.

Indeed you're right. I'll change this quickly.

@chMoussa chMoussa merged commit 05fac4a into main Nov 25, 2024
8 checks passed
@chMoussa chMoussa deleted the cm/correlated_readout branch November 25, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature, Refactoring] Improve readout noise model
2 participants