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

Move hellinger_shot_error from noise_model to quantum_info.utils #1218

Merged
merged 11 commits into from
Feb 27, 2024

Conversation

renatomello
Copy link
Contributor

@renatomello renatomello commented Feb 14, 2024

Closes #1213

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@renatomello renatomello added the quantum_info module PRs and issues related to the quantum information module label Feb 14, 2024
@renatomello renatomello added this to the Qibo 0.2.5 milestone Feb 14, 2024
@renatomello renatomello self-assigned this Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1eac403) to head (19d3e14).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1218   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines        10437     10443    +6     
=========================================
+ Hits         10437     10443    +6     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renatomello renatomello requested a review from rahula06 February 15, 2024 04:03
Copy link
Contributor

@MatteoRobbiati MatteoRobbiati left a comment

Choose a reason for hiding this comment

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

Thanks.

src/qibo/quantum_info/utils.py Show resolved Hide resolved
@renatomello renatomello added this pull request to the merge queue Feb 27, 2024
Merged via the queue into master with commit 19368f2 Feb 27, 2024
21 checks passed
@renatomello renatomello deleted the hellinger branch February 27, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quantum_info module PRs and issues related to the quantum information module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move noise_model.hellinger_shot_error to quantum_info.utils
3 participants