Skip to content

Tutorial on the gradients framework#1

Merged
maxwell04-wq merged 1 commit intomasterfrom
maxwell04-wq-gradients-algorithms
May 31, 2023
Merged

Tutorial on the gradients framework#1
maxwell04-wq merged 1 commit intomasterfrom
maxwell04-wq-gradients-algorithms

Conversation

@maxwell04-wq
Copy link
Copy Markdown
Owner

Summary
Fixes Qiskit#1390

Details
Updates the gradients tutorial from opflow.gradients to algorithms.gradients

  • Use of BaseEstimator and BaseSampler classes from Primitives for gradient evaluation
  • Demonstration of different methods for gradient evaluation
  • Application example: VQE - Solved using Estimator, Sampler, and classical optimizer (scipy.minimize)

Comments

  • More details on SPSA gradient and Qiskit Primitives can be added

Summary

Details and comments

**Summary**
Fixes Qiskit#1390

**Details**
Updates the gradients tutorial from `opflow.gradients` to `algorithms.gradients`
- Use of BaseEstimator and BaseSampler classes from Primitives for gradient evaluation
- Demonstration of different methods for gradient evaluation
- Application example: VQE - Solved using Estimator, Sampler, and classical optimizer (scipy.minimize)

*Comments*
- More details on SPSA gradient and Qiskit Primitives can be added
@maxwell04-wq maxwell04-wq merged commit 37c5ee0 into master May 31, 2023
@maxwell04-wq maxwell04-wq deleted the maxwell04-wq-gradients-algorithms branch May 31, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Gradient Framework tutorial to use primitives

1 participant