-
Notifications
You must be signed in to change notification settings - Fork 60
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
Split quantum_info.metrics
into quantum_info.metric
, quantum_info.entanglement
, and quantum_info.entropies
#1172
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1172 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 69 71 +2
Lines 10107 10308 +201
==========================================
+ Hits 10107 10308 +201
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Add `classical_relative_entropy` to `quantum_info.entropies`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. Just one more thing:
Co-authored-by: Alejandro Sopena <44305203+AlejandroSopena@users.noreply.github.com>
Co-authored-by: Alejandro Sopena <44305203+AlejandroSopena@users.noreply.github.com>
Co-authored-by: Alejandro Sopena <44305203+AlejandroSopena@users.noreply.github.com>
…entanglement_entropy
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1172 +/- ##
===========================================
+ Coverage 99.96% 100.00% +0.03%
===========================================
Files 68 70 +2
Lines 10220 10409 +189
===========================================
+ Hits 10216 10409 +193
+ Misses 4 0 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This closes #1170
Checklist: