Instances and extensions
Nonig ibersetzt
Die Siite isch nonig ibersetzt worre. Ihr luege d englischi Originalversion aa.
This chapter will cover several quantum variational algorithms, including
- Variational Quantum Eigensolver (VQE)
- Subspace Search VQE (SSVQE)
- Variational Quantum Deflation (VQD)
- Quantum Sampling Regression (QSR)
By using these algorithms, we will learn about several design ideas that can be incorporated into custom variational algorithms, such as weights, penalties, over-sampling, and under-sampling. We encourage you to experiment with these concepts and share your findings with the community.
The Qiskit patterns framework applies to all these algorithms - but we will explicitly call out the steps only in the first example.
Variational Quantum Eigensolver (VQE)
VQE is one of the most widely used variational quantum algorithms, setting up a template for other algorithms to build upon.
Step 1: Map classical inputs to a quantum problem
Theoretical layout
VQE's layout is simple:
- Prepare reference operators
- We start from the state and go to the reference state
- Apply the variational form to create an ansatz
- We go from the state to
- Bootstrap at if we have a similar problem (typically found via classical simulation or sampling)
- Each optimizer will be bootstrapped differently, resulting in an initial set of parameter vectors