-
Notifications
You must be signed in to change notification settings - Fork 68
Stabilizer tableau circuit simulation using backtracking method from Stim #551
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
Draft
sagnikpal2004
wants to merge
28
commits into
QuantumSavory:master
Choose a base branch
from
sagnikpal2004:backtraj
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 21 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fe3ae66
initial commit
sagnikpal2004 f1f22ab
fixed more gates
sagnikpal2004 adc4eb2
complete single-qubit
sagnikpal2004 5b1c6da
updated names
sagnikpal2004 3a5f82a
complete two-qubit gates
sagnikpal2004 e3e84d8
initial commit
sagnikpal2004 2d349a5
minor fixes
sagnikpal2004 09f9f44
fix collapse_z phase randomness
sagnikpal2004 9663a0f
collapse_x fixes
sagnikpal2004 b4cda36
sMY and sMRY
sagnikpal2004 4abcabc
reset
sagnikpal2004 4fbcdc9
better method for calcuting number of qubits required
sagnikpal2004 1bec6dd
naming changes
sagnikpal2004 c34c6b4
pauli measurements for backtraj
sagnikpal2004 06cdd26
naming changes
sagnikpal2004 82d5e8d
remove sSQRTZ, update tests
sagnikpal2004 0daec50
Merge remote-tracking branch 'origin/apply_right' into backtraj
sagnikpal2004 f7fda1b
switch to using registers
sagnikpal2004 848642b
add tests
sagnikpal2004 21dd0dd
updated function names
sagnikpal2004 21031c0
fix mctrajectory_keepstates counting issue
sagnikpal2004 e3a7c62
resets are now measure-reset aliases
sagnikpal2004 1ea084f
rename to `BacktrackingRegister`
sagnikpal2004 7c8a89d
set initial state
sagnikpal2004 26cb1d5
Merge branch 'master' of https://github.com/QuantumSavory/QuantumClif…
sagnikpal2004 1d44505
implement noise, rename to BacktrackRegister
sagnikpal2004 c219720
remove redundant resets
sagnikpal2004 4b00700
tests - not working
sagnikpal2004 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 hidden or 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 hidden or 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 hidden or 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.
double check that the recent 0.19 does not break this