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

adding graph_partitioning_tutorial #81

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parts:
- file: tutorial/index
- file: tutorial/building_quantum_circuits
- file: tutorial/alternating_ansatz_graph_coloring
- file: tutorial/graph_partition
- caption: API Reference
chapters:
- file: autoapi/index
1,004 changes: 1,004 additions & 0 deletions docs/tutorial/graph_partition.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorial/graph_partition_fig/graph_init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Welcome to the Qamomile tutorial! This guide will help you get started with Qamo
## Tutorials

- [Building Quantum Circuits](building_quantum_circuits.ipynb): Learn how to build a quantum circuit using Qamomile.
- [Quantum Alternating Ansatz for Graph Coloring](alternating_ansatz_graph_coloring.ipynb): Learn how to run the Quantum Alternating Ansatz for graph coloring problems.
- [Quantum Alternating Ansatz for Graph Coloring](alternating_ansatz_graph_coloring.ipynb): Learn how to run the Quantum Alternating Ansatz for graph coloring problem.
- [Quantum Alternating Ansatz for Graph partitioning](graph_partition.ipynb): Learn how to run the Quantum Alternating Ansatz for graph partitioning problem.
Loading