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.
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
Use Boolean Hamiltonian Gate for QAOA #3989
Use Boolean Hamiltonian Gate for QAOA #3989
Changes from 164 commits
914f3d5
a0c19ef
9192792
739734b
579dc33
b89192a
78d3969
499083e
5251a78
715a7dd
70ac1df
b812040
34a1d08
db6a261
99f33b2
3bf90e6
f2fa497
0e1980f
e7c99ec
d8ede30
078f91a
4954bc4
ae20cdf
f757a77
05d8972
8cd10df
48d3ba4
4cadd86
71e4316
bb59cb9
c1ce450
a36f8bb
a2641fc
42ecdd3
9d6fbae
9b64e6c
007eb2e
d9fc1b6
abce039
5e155d9
f199f1f
a2aeb50
167b4f5
7057d9b
89239e4
b487c06
dfc3ffc
9f0a416
99a3dc5
152a731
ad62478
05d8268
5338e61
473fa2b
c18bec6
d110091
1524845
5372cab
cb6da19
167a1db
6403294
f4e7658
396ea47
a3d7291
21ff825
fac49e3
4a994c4
1105d2b
d9f462f
6cd9366
4dea601
a0c700f
dacf48f
28c96ce
6821aaa
96422c5
d0d5f25
997ac56
57c0f7a
09c98d3
3a3ad6a
06a2ccc
47bb1a1
4a9cba4
20b5896
15f1ae0
789d656
83a2fff
e7340a9
c513e47
7a510b7
ccf429c
e93bd01
f46efe8
51d2478
e1069cf
03a5226
fa3b754
3aadaa5
17086bc
df9e733
37f791c
5252349
e3e783c
67a8bb8
ce57671
2e33032
609cf08
d45e5de
778a4c2
1cbb63f
f7cdf12
5bad288
e7e6399
bb06b8a
e295225
2a6ffde
08cac1a
ce98939
a02b6f2
0afb1f4
1ea6b91
2362d9d
661504e
1505292
06e1c03
138795d
a06dfa4
dbb0275
9457433
2baf674
a6b1c8e
3fe8a12
a296051
cfea2a7
4354469
de8463f
03c3281
c60c522
4ba558e
a8687a6
4b6b912
5446463
5611632
bfa68d4
d2e9ce8
e93b472
48e2722
394c376
af95a3a
94eb92d
45c6b79
9fcd3ac
5443558
26a4ec7
e998615
3d74c02
05a7996
874914f
78b66da
2f5f127
51afec4
0e1504d
f3149a1
abd3a64
52ed083
42662c9
b887282
53bb242
5db505d
1542069
277850f
66ec921
d33bbe3
b728fa7
90e3b65
fcb12ad
9acd5d8
dce65cd
b7c19d3
084c804
28ebd17
c76b9fd
fe8bd8b
fbce71e
f587e60
854622f
21da5a1
78de9e4
eaee8f4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm just noticing these Rz(0), Rx(0) gates - we should filter these out I think at least in the example by passing the circuit through a
cirq.DropNegligible().optimize_circuit(circuit)
.