-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary Fixes a counting error in rb_analysis because it doesn't take into account the inverse
- Loading branch information
1 parent
ce485f8
commit d7df5f0
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
The gate counting for epg in the RB analysis code was not including the | ||
inverse so that the total number of operations per Clifford was incorrect | ||
leading to incorrect reporting of EPG from EPC. Fixed by adding +1 for the | ||
inverse gate |