-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove Tket dependencies for PennyLane model #195
Open
blakewilsonquantinuum
wants to merge
40
commits into
CQCL:main
Choose a base branch
from
blakewilsonquantinuum:tketdepremoval
base: main
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.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
08462a3
Added make_circuital function. Makes compatible with tket, pennylane,…
blakewilsonquantinuum dee07d5
Added make_circuital function. Makes compatible with tket, pennylane,…
blakewilsonquantinuum b8e14c7
Added is_circuital and circuital_to_dict helper functions. Will clean…
blakewilsonquantinuum 94588f7
Added to_pennylane and restructured
blakewilsonquantinuum ea3dd27
Cleaned up. Pennylane working
blakewilsonquantinuum e08ed62
Simplified pulling qubits through
blakewilsonquantinuum a14bd84
Fixed edge cases in testing
blakewilsonquantinuum a47a994
Fixed idx after linting
blakewilsonquantinuum 96e8a16
Linting
blakewilsonquantinuum 383c37c
Fixed a silly bug
blakewilsonquantinuum 9a41779
Fixed postselection bits
blakewilsonquantinuum ecaa0f8
Fixed dagger error
blakewilsonquantinuum de6e7e7
Cleaned up mypy
blakewilsonquantinuum b60d013
Fixed flake again
blakewilsonquantinuum aebf473
Fixed tket tests
blakewilsonquantinuum 2b1d692
Fixed lint and converter test
blakewilsonquantinuum 9f0b144
Linting
blakewilsonquantinuum 3476fb8
Fixed penny
blakewilsonquantinuum df26e0f
Fixed pennylane
blakewilsonquantinuum 4581628
fixed post selection bug
blakewilsonquantinuum 8846e07
fixed flake
blakewilsonquantinuum d75e524
Added doc strings
blakewilsonquantinuum a401b9d
Fixed mixed pennylane
blakewilsonquantinuum 4fc95d0
Debugged tket.
blakewilsonquantinuum 347f93d
Added doc strings and tests
blakewilsonquantinuum 243fa51
Removed sys import
blakewilsonquantinuum f779122
Pennylane interface
blakewilsonquantinuum 7e55448
Merged with recent pennylane pr
blakewilsonquantinuum e5bdbac
Measure import
blakewilsonquantinuum 2bffca5
Small changes
blakewilsonquantinuum e60bf89
Replaced is_mixed with False in to_pennylane
blakewilsonquantinuum 330537e
Moved mixed_circuit check
blakewilsonquantinuum 3a56070
Fixed SWAPs
blakewilsonquantinuum a31ad39
Pickle trick to replace deep copy and dedicated dataclass for Circuit…
blakewilsonquantinuum 4df0eac
Fixed linting etc
blakewilsonquantinuum 96d5e0e
Fixed linting etc
blakewilsonquantinuum f7d78b4
Fixed mypy
blakewilsonquantinuum 062031e
Fixed mypy again
blakewilsonquantinuum 7b1d4ee
Removed mypy fix to fix tests
blakewilsonquantinuum 4d98733
Fixed snake and other minor changes
blakewilsonquantinuum 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
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.
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.
Be sure you pull the main again, this file here looks outdated (or some problem happened with conflict resolution).
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.
Also, be sure to keep the upstream changes for these images above.