-
Notifications
You must be signed in to change notification settings - Fork 8
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 Steane-type and teleportation-based QEC for the Steane code #115
Merged
Merged
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
33f6f5d
draft steane_qec
perlinm d34ce75
fix qec_steane_z
perlinm a837422
factor out permute changes to another PR
perlinm 710b0ff
factor out Steane.m cleanup to another PR
perlinm 2743142
set flag bit correctly
perlinm 566d266
add qec_steane_.*tel templates
perlinm f39c31b
fix Steane.qec_steane_tel
perlinm 95c6891
permute all qubits for teleportation
perlinm 661cd65
formatting fixes
perlinm b6c1fb2
formatting fixes
perlinm 548f216
formatting fix
perlinm e7bbed0
formatting fix
perlinm e6077e1
no need to permute ancillas
perlinm 622b2d2
minor rearrangement
perlinm 4d665ce
fix teleportation-based QEC
perlinm b864193
fix typo
perlinm 0e8ae1d
maybe fix classical registers in teleportation-based QEC
perlinm 4c64865
two flag bits for Steane.qec_tel
perlinm 3cee0b9
add warnings
perlinm b1ab651
rename flag_bit --> flag, in agreement with elsewhere in the repo
perlinm 45ebaf9
minor cleanup
perlinm 70af9a5
minor renaming
perlinm cc910d7
standardize docstring
perlinm 9a59086
fix If statement
perlinm 0eaffcc
maybe fix Steane QEC and an incorrect type hint
perlinm cc99d12
fix typo
perlinm 87c739b
fix warning typo
perlinm ef393bb
Merge branch 'development' into steane-qec
perlinm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I also renamed
flag_bit
-->flag
in this PR, for consistency with conventions elsewhere in the repo.