Skip to content

updating spin-chain-vqe tutorial to use SPSA#4744

Open
nathanearnestnoble wants to merge 1 commit intomainfrom
spsa-vqe
Open

updating spin-chain-vqe tutorial to use SPSA#4744
nathanearnestnoble wants to merge 1 commit intomainfrom
spsa-vqe

Conversation

@nathanearnestnoble
Copy link
Collaborator

@nathanearnestnoble nathanearnestnoble commented Mar 3, 2026

Work done by Aryaman Manish Kolhe (@Chasmiccoder) and Ritajit Majumdar (@ritajitmajumdar1). Would like to update tutorial with this SPSA implementation.

Work done by Aryaman Manish Kolhe (Chasmiccoder) and Ritajit Majumdar (ritajitmajumdar1)
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@qiskit-bot
Copy link
Contributor

One or more of the following people are relevant to this code:

@nathanearnestnoble
Copy link
Collaborator Author

Resolves issue 3632 (#3632)

@@ -1,411 +1,470 @@
{
Copy link
Collaborator

@kaelynj kaelynj Mar 3, 2026

Choose a reason for hiding this comment

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

Looks like this needs the title and metadata tags at the very top of the file. You should be able to replace this cell with the following:

---
title: Ground-state energy estimation of the Heisenberg chain with VQE
description: Build, deploy, and run a Qiskit pattern for simulating a Heisenberg chain and estimating its ground state energy.
---  

*Usage estimate: 37 minutes on a Heron processor (NOTE: This is an estimate only. Your runtime might vary.)*

Reply via ReviewNB

"name": "python3"
],
"metadata": {
"description": "Build, deploy, and run a Qiskit pattern for simulating a Heisenberg chain and estimating its ground state energy.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"description": "Build, deploy, and run a Qiskit pattern for simulating a Heisenberg chain and estimating its ground state energy.",

Copy link
Collaborator

Choose a reason for hiding this comment

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

The title and metadata tags now need to go at the top of the file (though I'm not totally sure when that changed 😅 )

"pygments_lexer": "ipython3",
"version": "3.13.3"
},
"title": "Ground state energy estimation of the Heisenberg chain with VQE"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"title": "Ground state energy estimation of the Heisenberg chain with VQE"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants