Add random Clifford and pauli table functions#4062
Merged
Conversation
cd5028d to
9fb2ebb
Compare
4609287 to
d0c077a
Compare
ajavadia
reviewed
Apr 7, 2020
Member
ajavadia
left a comment
There was a problem hiding this comment.
this is good to go just seems a file was added by mistake.
also was there a previous method for random clifford sampling? where is that?
Member
There was a problem hiding this comment.
did you commit this file by mistake?
Member
Author
There was a problem hiding this comment.
Yep...
Ignis has a random clifford function based on Smolin Koenig paper.
d0c077a to
eb81b7f
Compare
ajavadia
approved these changes
Apr 7, 2020
faisaldebouni
pushed a commit
to faisaldebouni/qiskit-terra
that referenced
this pull request
Aug 5, 2020
* Add random_clifford function * Add random_pauli_table, random_stabilizer_table functions * optimize random clifford * Add tests for random symplectic ops * Add release note * lint * remove accidently added file Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Depends on Add
Cliffordoperator class #3938Depends on Cleanup quantum_info.random #4058
Adds
random_cliffordfunction based on Bravyi and Maslov (arXiv:2003.09412)Adds
random_pauli_tablefunctionAdds
random_stabilizer_tablefunctionDetails and comments