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

Fix tracedist #495

Merged
merged 4 commits into from
Mar 12, 2024
Merged

Fix tracedist #495

merged 4 commits into from
Mar 12, 2024

Conversation

exAClior
Copy link
Collaborator

Current calculation of trace distance is off by a factor of 1/2. Now the result matches wiki's and documentation's definition

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.74%. Comparing base (e17a32b) to head (eae086d).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
- Coverage   89.03%   87.74%   -1.30%     
==========================================
  Files          83       87       +4     
  Lines        4835     5264     +429     
==========================================
+ Hits         4305     4619     +314     
- Misses        530      645     +115     

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

Makefile Outdated
@@ -0,0 +1,37 @@
JL = julia --project

default: init test
Copy link
Member

Choose a reason for hiding this comment

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

Please do not commit this Makefile. It has already been included in another PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure I can remove it

@GiggleLiu
Copy link
Member

@Roger-luo It makes sense to me, what is your opinion?

@GiggleLiu GiggleLiu merged commit f44487b into QuantumBFS:master Mar 12, 2024
11 of 13 checks passed
@GiggleLiu
Copy link
Member

LGTM. Thanks, @exAClior

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.

3 participants