Skip to content
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

Update and rename 2_Graph_optimization_with_QAOA.ipynb to 2_max_cliqu… #333

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor thing, but for consistency I think the M in the filename should be capitalized:
2_Max_clique_with_QAOA.ipynb

Also I guess the folder name should also be updated to match? i.e., the new file path should be
examples/pennylane/2_Max_clique_with_QAOA/2_Max_clique_with_QAOA.ipynb

But see also the general comment about whether this is the right name.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Graph optimization with QAOA"
"# Solving maximum clique with QAOA"
]
},
{
Expand Down
Loading