-
Notifications
You must be signed in to change notification settings - Fork 47
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
Release/0.19.0 #187
Merged
Merged
Release/0.19.0 #187
Conversation
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
* A type for a Python exception at the op level. * Register the exception for the module. * Pass the symbols from the gate to the op. * Clang formatting. * Remove specific error definiton and handling. * Get the symbols and throw a runtime error when not defined. * Clang formatting. * Return symbols without the need to throw an exception. * Clang formatting. * A test to check correct behaviour of the bound free_symbol(). * Use a reference rather than a pointer. * Correct syntax for method call over a reference.
* Add UnitaryTableau * UnitaryTableauBox and additional methods * Add and test python binders for tableaux * Linting, mypy, and coverage * Black disagrees on different machines * Correct copyright & licence * Coverage, Coverage, Coverage * Fix documentation and comments
* Refactor lemma 7.1 * Add cnx_gray_decomp method * Add test * Add entry to changelog * Update changelog * Update test to check CX gate counts * Fix missing breaks
* Add rebase_pass to Backend * Add rebase_pass to TketSimBackend * Update pytket/pytket/backends/backend.py Co-authored-by: Alec Edgington <[email protected]> Co-authored-by: Alec Edgington <[email protected]>
* Add op.is_clifford() to python binder * Update changelog * Change is_clifford to is_clifford_type
…ransforms` namespace (#182)
* Add str to KwargTypes * Fix a typing error in test
cqc-melf
approved these changes
Jan 31, 2022
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.
No description provided.