Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
200b8ed
Add warm-start QAOA tutorial
henryzou50 Apr 27, 2026
cfb82f3
Cspell and links
henryzou50 Apr 27, 2026
1a39b1e
Testing
henryzou50 Apr 28, 2026
82cf89c
Merge branch 'main' into add-warm-start-qaoa-tut
henryzou50 May 4, 2026
c35b591
Re-trigger CI
henryzou50 May 4, 2026
1784c0e
Update docs/tutorials/index.mdx
henryzou50 May 5, 2026
361712b
Update docs/tutorials/_toc.json
henryzou50 May 5, 2026
3188ca8
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
6b4cb1c
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
d29c159
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
0419f77
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
a85185d
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
a3f54e4
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
f351d14
Resolves abby's suggestions
henryzou50 May 5, 2026
14e745e
Merge branch 'main' into add-warm-start-qaoa-tut
abbycross May 5, 2026
145c401
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
617c357
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
a1b8d33
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
3f5bea7
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
721f96a
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
7711852
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
82d786c
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
658c45a
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
003f2fb
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
b41589c
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
08eafbe
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
2a3790e
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
3f61a25
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
997fb8b
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
6d9ab12
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
36aae1c
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
bb5a1d4
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
bde3e64
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
1be2628
Update docs/tutorials/warm-start-qaoa.ipynb
henryzou50 May 5, 2026
8719666
Minor fixes
henryzou50 May 5, 2026
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
4 changes: 4 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"title": "Advanced techniques for QAOA",
"url": "/docs/tutorials/advanced-techniques-for-qaoa"
},
{
"title": "Warm-starting QAOA with the Optimization Mapper Qiskit addon",
"url": "/docs/tutorials/warm-start-qaoa"
},
{
"title": "Pauli correlation encoding to reduce Max-Cut requirements",
"url": "/docs/tutorials/pauli-correlation-encoding-for-qaoa"
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The tutorials highlight techniques where repeated sampling enables estimation of

* [Advanced techniques for QAOA](/docs/tutorials/advanced-techniques-for-qaoa)

* [Warm-starting QAOA with the Optimization Mapper Qiskit addon](/docs/tutorials/warm-start-qaoa)

* [Pauli correlation encoding to reduce max-cut requirements](/docs/tutorials/pauli-correlation-encoding-for-qaoa)

</AccordionItem>
Expand Down
1,409 changes: 1,409 additions & 0 deletions docs/tutorials/warm-start-qaoa.ipynb
Comment thread
henryzou50 marked this conversation as resolved.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ notifications:
"docs/tutorials/advanced-techniques-for-qaoa":
- "`@nathanearnestnoble`"
- "`@ibrahim-shehzad`"
"docs/tutorials/warm-start-qaoa":
- "@henryzou50"
"docs/guides/circuit-transpilation-settings":
- "`@nathanearnestnoble`"
- "@henryzou50"
Expand Down
1 change: 1 addition & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ notebooks = [
"docs/tutorials/shors-algorithm.ipynb",
"docs/tutorials/multi-product-formula.ipynb",
"docs/tutorials/advanced-techniques-for-qaoa.ipynb",
"docs/tutorials/warm-start-qaoa.ipynb",
"docs/tutorials/ai-transpiler-introduction.ipynb",
"docs/tutorials/grovers-algorithm.ipynb",
"docs/tutorials/spin-chain-vqe.ipynb",
Expand Down
Loading