-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test qaoa #6
Test qaoa #6
Conversation
@yzchen-phy Please consider the following changes before I accept the pull request:
|
docs/src/index.md
Outdated
@@ -34,6 +34,7 @@ Modules = [ | |||
ADAPT.Degenerate_ADAPT, | |||
ADAPT.TETRIS_ADAPT, | |||
ADAPT.ADAPT_QAOA, | |||
ADAPT.ADAPT_QAOA.QAOApool, |
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.
Add an s
(I am just exploring the interface here, don't mind me. I'm guessing this comment is going to have some link to the actual line of code?)
I do seem to have found a spot in the interface which lets me "edit" the file, but it seems to actually be on Yanzhu's fork (which makes sense), and I'm guessing Yanzhu would have had to approve the change for it to actually be committed... We can try it out next time. :) |
Separate graph generation and MaxCut Hamiltonian generation to be more flexible. Can use Graphs.jl package to generate the graph for MaxCut.
Put ADAPT-QAOA types of pools (including the standard QAOA mixer) under ADAPT-QAOA module.