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

Add support for noise models #5684

Open
wants to merge 14 commits into
base: noise-models-1
Choose a base branch
from

Conversation

obliviateandsurrender
Copy link
Contributor

Context: Adds the ability to create noise models via qml.NoiseModel.

Description of the Change: Adds a NoiseModel class in noise_model.py in the qml.noise module.

Benefits:

Possible Drawbacks:

Related GitHub Issues: [sc-63081], [sc-63082]

Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.67%. Comparing base (9dcd7d0) to head (fe9ccd7).

Additional details and impacted files
@@               Coverage Diff               @@
##           noise-models-1    #5684   +/-   ##
===============================================
  Coverage           99.67%   99.67%           
===============================================
  Files                 417      418    +1     
  Lines               38738    38793   +55     
===============================================
+ Hits                38613    38668   +55     
  Misses                125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@obliviateandsurrender obliviateandsurrender changed the base branch from master to noise-models-1 May 13, 2024 16:42
@obliviateandsurrender obliviateandsurrender marked this pull request as ready for review May 13, 2024 20:10
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.

None yet

1 participant