-
Notifications
You must be signed in to change notification settings - Fork 23
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
add small N labs para #77
Conversation
Thanks @ZichangHe! Couple of quick comments.
import pandas as pd
df = pd.read_json("best_LABS_QAOA_parameters_wrt_overlap.json")
df.to_json('best_LABS_QAOA_parameters_wrt_overlap.json', orient='index', indent=4) You can check the diff like this:
|
Thanks, I will remove the unnecessary higher p data. One more change to make, I will update N = 7 data which was contained in the original data frame but not fully optimized. |
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.
LGTM! I also manually checked that the values in the data frame are correct
Add small N data to the LABS parameter dataframes.
N in [3,4,5,6] for MF, N in [3,4,5] for overlap, with p up to 5. For most cases, p=2 solves the problem exactly.