-
Notifications
You must be signed in to change notification settings - Fork 26
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
Feature/TwoQubitEncoding #342
Closed
+628
−264
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
5a32776
set the main structure
014f075
Merge branch 'main' into feature/avelsh
9c9256e
🎨 pre-commit fixes
pre-commit-ci[bot] a7822e0
add SQG and TQG encoding
59393a8
🎨 pre-commit fixes
pre-commit-ci[bot] cdd566e
update comments
716b8a6
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
499b06e
🎨 pre-commit fixes
pre-commit-ci[bot] d283ef8
update according to comments, rename two qubit encoder
77cc2a5
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
7c7d542
🎨 pre-commit fixes
pre-commit-ci[bot] 9b0155a
correct asssertTwoQubitGateConstr
c9c1a44
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
0266b24
🎨 pre-commit fixes
pre-commit-ci[bot] 122dd5d
fix two qubit encoding
1c0a309
rename from STDepth to TQDepth
7ca3ec7
sync with upstream
dfea58a
🎨 pre-commit fixes
pre-commit-ci[bot] cf12bef
remove addIdentityGateToTQGVariables func
c095997
set a new func for founding of a two qubit depth
b6e11dd
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
b128086
🎨 pre-commit fixes
pre-commit-ci[bot] e37653d
fix founding of phase and set the last layer of paulis
8d1da8f
remove irrelevant tests
d042b11
set bindings and small fixes
92c5df6
optimize the using of variables
727fba8
Merge branch 'main' into feature/avelsh
pehamTom 0425bfc
Merge remote-tracking branch 'avelsh/feature/avelsh' into feature/avelsh
pehamTom bd9af05
🎨 pre-commit fixes
pre-commit-ci[bot] 3a4c206
Added parsing of target metric for two_qubit_depth
pehamTom 247e276
Merge remote-tracking branch 'avelsh/feature/avelsh' into feature/avelsh
pehamTom 1b39f2b
update according comments
c8bb1d6
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
a80fd55
🎨 pre-commit fixes
pre-commit-ci[bot] 098d4d6
set a new extra SQG layer
caafb46
🎨 pre-commit fixes
pre-commit-ci[bot] 31090be
create a new func pauliGateToIndex
292052b
Merge remote-tracking branch 'origin/feature/avelsh' into feature/avelsh
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
🎨 pre-commit fixes
commit caafb469295172ac31066a61e6479946fb3f1afe
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
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.
Not necessary, but since only the phase is adjusted here, one could save on Tableau Variables.